|
|
2012-10-02 |
[发表评论] [写信问候] |
Re: 大家有没有读过这个梁山好汉系列? |
中国人重视地位的高下与尊卑,虽然有时出于体面,稍有遮掩,但骨子里是磨不掉的。这一点毋庸讳言。
我们欣赏旧往故事的心态,因为文化的积淀原因,变得非常的固执。我们总是希望在故事中,找到自我安慰的角色和生存认同感。所以文学对我们来说,不过只是童话而已。太认真了,未免走火入魔。各种各色经验的泛滥,让我们不得不将权威和审美价值等同起来。这是在阅读古典小说时必须具备的一个先入为主的假定前提。
我们轻描淡写的提到的江湖,其实是相当残酷的。尤其是狭义上的江湖。我们福建那里,一直到80年代前,还有俗称“考厘仔”的群落存在。他们的前身,可以上溯到千年以前。他们的活动范围,实实在在的只限于水中,不得上岸,连做妓女
...阅读全文 |
zenny 发布于2012-10-02 12:54:12 | 浏览[357] | 评论[0]
|
|
|
2011-02-10 |
[发表评论] [写信问候] |
Re: SQL Server Replication怎么老RECOMPILE啊 |
这个不奇怪啊。
你可以看一看那个procedure, 你看里面有几个对temp table 的改变, 这些数据的改变都会触发
recompilation。
我这个版本是2008 SP2的。
create procedure sys.sp_replmonitorrefreshagentdata
as
begin
set nocount on
declare @retcode int
,@agent_id int
,@agent_id2 int
,@publisher_id int
,@xact_seqno varbinary(16)
,@logreader_latency int
,@publisher_db sysname
,@publication sysname
-- security check
-- Has to be executed from distribu
...阅读全文 |
zenny 发布于2011-02-10 20:16:13 | 浏览[1321] | 评论[1]
|
|
|
2011-02-10 |
[发表评论] [写信问候] |
10个包子征求解答 |
I'm doing compliance check on SOLARIS 10 OS. I need to verify the
following parameter settings:
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
file size (blocks, -f) unlimited
open files (-n) 65536
stack size (kbytes, -s) unlimited
cpu time (seconds, -t) unlimited
virtual memory (kbytes, -v) unlimited
Sure I could use ulimit -cH to get display above. But I also need to find
where those settings are. I'm from Linux, in Linux we have
/etc/security/limts.conf file to hold alike
...阅读全文 |
zenny 发布于2011-02-10 13:00:28 | 浏览[588] | 评论[0]
|
|
|
2011-02-01 |
[发表评论] [写信问候] |
去美心买东西准备明天包饺子 |
http://www.ccthere.com/article/3262291
茴香得去whole market, 这里的茴香都是当调味品,又少又贵。
提示: 本博文来自于 WashingtonDC 版
|
zenny 发布于2011-02-01 12:43:56 | 浏览[638] | 评论[0]
|
|
|
2011-01-05 |
[发表评论] [写信问候] |
A good tool to check SQL Server connectivity issue |
I was called from one company who get my number from my previous client. They
have an issue to connect their sql server instance remotely. While I'm
driving I told them to run a tool called PortQry from Microsoft website. I
told them you can find root cause right away. However they insisted to ask me
to do the troubleshooting. I had to stop at road side then. It took me 5
minutes to solve their issue. Three minutes were spent on connecting to their
gotomeeting.
Anyway, this tool is very useful especially if you need to troubleshoot
firewall related issue. Highly recommended
...阅读全文 |
zenny 发布于2011-01-05 18:20:54 | 浏览[675] | 评论[0]
|
|
|
|