- 浏览: 13472 次
- 性别:
- 来自: 北京
文章列表
SOA已经萦绕在耳边很长时间了,展开这个缩写顾名思义:面向服务的架构。去年的MS TechED大会就有专场介绍SOA,当时的讲师和绝大部分关于SOA的文章一样,先说什么是SOA(What is),然后是SOA的好处,和怎样SOA(How to)。而在我 ...
- 2007-01-02 22:28
- 浏览 1842
- 评论(0)
我喜欢看影评,几乎每看一部电影都会到网上搜索影评。原因有2:
1)从大家分享的评论中可以感受更多。
2)在时间不够的情况下,可以预先判断一下是否要花时间去看。
其实对于动机2)的人,那些影评是具有广告效应的。所看到的前数篇影评很可能直接帮助了阅读者的决定是否去电影院。而网络上的草根评论有一个传统媒体不可比拟的优势:诚信度(也许现在已经不是)。大家会认为那是没有利益驱动的评论,会比较真实。当互联网被越来越多的人作为信息攫取的平台,另一种广告模式早已诞生:雇佣抢手到网上发表带有倾向性的评论。
这并不让人惊讶,毕竟互联网是草根的世界,抢手的言论很容易被大量的真实反馈所淹没。这次让我感到惊讶的是个大门户 ...
- 2007-01-02 22:27
- 浏览 1402
- 评论(0)
恰逢其时的一场雪,算是给了中国传统新年假日一个最大的面子。圣诞少了雪,可真是少了许多节日的味道,这是商场再怎么打折都换不来的感觉。:)
今天送走了ACAN,在北京找了两个月工作,真不容易,苹果的房子马上回复到两个月前寂静。而对于我,习惯从喧闹到寂静,比习惯从寂静到喧闹,还是难一点的。当新年的钟声响起的时候,我一个人呆在房子里无聊,做什么事情都觉得无趣。唯一值得高兴的就是,2006年,总算是过去了!
- Tomorrow is another day!
- 2007-01-02 22:26
- 浏览 1393
- 评论(0)
void* content = malloc(16);// assume there are somethings in "content"unsigned char* p = (unsigned char*)content;for (int i = 0; i < 16; i++){printf("%2X", p[i]);}Unforunately, I did not find a C API just like memDump(void* point, int size).
- 2007-01-02 22:25
- 浏览 2029
- 评论(0)
While installing WSA 5.1 on SLES10, got this error msg:
/opt/WebSphere/AppServer/bin # ./startServer.sh server1 /bin/uname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Of course, the lib is in place, and LD_LIBRARY_PATH setting is OK. A ...
- 2007-01-02 22:23
- 浏览 1662
- 评论(0)
When I click the links on the top frame of blogger.com. Only the top frame page will jump to the login page, not the whole page:
But this problem does not exist in Firefox, and SHOULD NOT in IE 6. I guess it came from the new IE 7 kernel.
For sure to control the top windows page, I would l ...
- 2007-01-02 22:22
- 浏览 1305
- 评论(0)
好处不说了,发现的问题:
1)当我插入一个表格的时候,不知道为何整篇文档其它部分末明的丢失,更糟糕的是无法Undo回来。直接在上面编辑一篇重要的文档看来风险还是很大的。
2)当我用它来发布blog时,有一个不大不小的Bug,Doc的标题无法直接映射为blog的标题,官方的解释如下:不过workaround比较麻烦,还不如直接从blogger中修改。
We've heard a few reports about problems like this, and we're looking
into them. While we're investigating, here's a w ...
- 2007-01-02 22:20
- 浏览 1653
- 评论(0)