Kenyth Zeng's Library tagged → View Popular
30 Nov 09
给新浪微博的8个小建议_王冉_新浪博客
-
2.
能够让用户很方便地把看到的围脖推荐给各种有意思的榜单,譬如“今天看到的最无聊的围脖”、“本周看到的最让我震惊的围脖”、“让我笑喷了的围脖”,等等等等,可以有很多。最终甚至可以让用户自己创建有意思的新榜。 -
3.
能够让用户很方便地搜索到他(她)所关注的人关于某个话题的微博。譬如,我想知道我所关注的人都怎么评价一部电影,我只需输入电影的名字,所有我关注了围脖发表过的相关围脖或者针对别人围脖发表过的相关评论就会立即呈现在我眼前。4.
用户可以形成自己的“关注圈地图”,展示被自己关注的人之间彼此的关注状态。
26 Nov 09
SNS网站集体跨入盈利年 校内营收超上市公司_夏雨岛--新生代门户
-
“互联网主要的盈利模式主要有游戏、广告、无线和电子商务
-
开心网主要收入来源是广告,而QQ空间和51.com主要依靠增值服务获得收入
- 2 more annotations...
11 Nov 09
铂程斋--郎咸平清华大学演讲:到底什么叫做改革开放?
-
20年后,有个人对此恍然大悟:想做大事就要到祖国大陆去!这个人终于来到了大陆。
-
100分的初中数学考试曾经仅得7分,初中差点没能毕业;可是,服完兵役三十而立的他却奇迹般地在两年半中连拿沃顿商学院金融学硕士和博士学位。
- 34 more annotations...
产品设计体会(8013)什么是真正的产品经理(转) | iamsujie的产品设计:人人都是产品经理
-
我本人从市场研究做起,后来是可用性测试,然后是产品设计师,再后来是产品经理,我自认为我对产品经理
-
3. 看工作方式:产品经理会一直运营一款(最多两款)产品,如果你看到一个人以项目的方式参与产品的某个阶段,工作完后就去做另一款产品 ,那么毫无疑问,此人非产品经理也。
- 3 more annotations...
07 Nov 09
白鸦 » 电子商务之都吸引关联人才 - 欢迎兄弟们来杭州
-
相对于专业背景来说,我们更需要对互联网和电子商务痴迷的人。但这样的人其实更难找, 可遇而不可求。当初百度产品副总裁俞军招人,做厨师的有,做交警、物流的有,各种各样,但所有的人都具备一个特色,他们都是“网虫”:没日没夜的泡在网上。写博客、混社区,都是互联网的狂热用户,俞军经常是在论坛或博客里发现某个人对互联网很痴迷、有“感觉”,就直接打电话给他。
-
本人热爱支付成痴,只要是做支付,不计较地域(无论天南海北, 刀山火海),不计较职位(无论高低贵贱一线二线,与支付相关即可),不计较薪水(可维持个人当地衣食住行即是底线),不计较工作强度(反正已习惯了每日14小时工作制)。
- 4 more annotations...
06 Nov 09
How JavaRebel Saves Development Time | Javalobby
-
When debugging through my code in Eclipse, it’s nice to make a change and see that reflected in the running instance straight away with HotSwap.
-
I’ve often wondered why this is the case with Java when dynamic languages and .NET can handle this quickly.
- 8 more annotations...
JRebel Feature Comparison Matrix | ZeroTurnaround.com
Hot Redeploy JVM HotSwap JRebel
05 Nov 09
Blog post - danopia
-
Short, or at least shorter than FedOne. The main file is 865 lines (including blanks/comments) as of this post; the code that interacts with XMPP is <400 lines; all the logic from the WebUI is 75 lines. The little Telnet server is 50 lines, 15 of which actually involve printing the wave list to the console.
04 Nov 09
Understanding Network Class Loaders
URLClassLoader
-
The mechanism that enabled such dynamic loading is a class loader, which is one of the cornerstones of Java dynamism.
-
The process of combining the code into an executable native code is called linking - the merging of separately compiled code with shared library code to create an executable application.
- 6 more annotations...
Serialization - transient / network class loader
i am serializing an object on a local machine.
send it over a socket to remote machine.
remote machine de-serializes.
it needs the classes to de-serialize.
calls back to the local machine.
gets the classes.
-
i am serializing an object on a local machine.
send it over a socket to remote machine.
remote machine de-serializes.
it needs the classes to de-serialize.
calls back to the local machine.
gets the classes. -
By the class loader. The class loader doesn't care about 'transient'. The receiver will still need those classes if it uses that field. The class loader can't assume that it won't do that. So it loads the classes of the transient objects. Just like it loads the superclasses, and the classes of all the other fields, member and static.
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in starred
Related Lists on Diigo
-
starred
Items: 2 | Visits: 1
Created by: Nina Curley
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
