代码改变世界

阅读排行榜

Top JavaScript MVC Frameworks

2013-02-22 09:13 by java20130722, 215 阅读, 收藏,
摘要: As more and more logic ends up being executed in the browser, JavaScript front-end codebases grow larger and more difficult to maintain. As a way to solve this issue developers have been turning to MVC frameworks which promise increased productivity and maintainable code. As part of the new communit 阅读全文

ZooKeeper FAQ

2013-07-22 00:33 by java20130722, 214 阅读, 收藏,
摘要: 日期:2011-12-20作者:ni掌柜这段时间来,也在和公司里的一些同学交流使用zk的心得,整理了一些常见的zookeeper问题。这个页面的目标是解答一些zk常见的使用问题,同时也让大家明确zk不能干什么。页面会一直更新。客户端1. 客户端对ServerList的轮询机制是什么随机,客户端在初始化( new ZooKeeper(String connectString, int sessionTimeout, Watcher watcher) )的过程中,将所有Server保存在一个List中,然后随机打散,形成一个环。之后从0号位开始一个一个使用。两个注意点:1. Server地址能够重 阅读全文

坐96路公交车有感--司机凭什么这么屌

2013-03-11 13:10 by java20130722, 214 阅读, 收藏,
摘要: 周六晚上回学校,只有坐96路才能回得去。车上人很多,司机不停的在抱怨,司机也在不停的碎碎念。“死起劲挤嘛,挤死算求了”“我再等20分钟嘛,等到9点,等你们全部上完我再走。哦,不着急,慢慢挤。”“狗日的都要到终点站了还有人上,都装了一万多个人了。”我心头在想,这个司机在屌个毛啊屌。乘客不是想回家或者回学校,谁稀罕来挤你这破车么?按理说,我们付了钱,我们是顾客,他们是提供服务的人。提供服务的人不应该为客户服务吗?那些说的“顾客就是上帝”,为什么在公交车上就行不通了呢?我不禁想到了最近才看的一本书《说谎者的扑克牌》。书中有个交易员就是很屌,对顾客也是很屌的样。但是他却是很nb,很能替客户赚钱。他不该 阅读全文

Silverlight中Binding属性RelativeSource

2012-12-02 15:00 by java20130722, 214 阅读, 收藏,
摘要: 本文github:https://github.com/kiwiwin/silverlight-demo,文件夹:domain-service-duplex-by-auto-refresh-demoRelativeSource可以用来指定binding的source和binding的target之间的位置关系。RelativeSource的三种模式:1.Self模式目标元素应用作此绑定的源。当要将元素的一个属性绑定到同一元素的另一个属性时,上述这点很有用。2.TemplatedParent模式在其中应用 ControlTemplate 的控件是此绑定的源。这一点可用来在模板级别应用绑定中的验证 阅读全文

Android. Handling some SQLite issues

2012-11-07 17:49 by java20130722, 214 阅读, 收藏,
摘要: 转载:http://www.enterra-inc.com/techzone/handling_sql_issues/Today OS Android is gaining more popularity enhancing the range of tasks that users would want to be resolved here and now. Alongside with the most pertaining tasks that we can encounter there are those that require handling large volumes of 阅读全文
上一页 1 ··· 76 77 78 79 80 81 82 83 84 ··· 115 下一页