05 2013 档案

Redis入门学习
摘要:Redis安装$ wget http://redis.googlecode.com/files/redis-2.6.13.tar.gz$ tar xzf redis-2.6.13.tar.gz$ cd redis-2.6.13$ makeRedis启动$ src/redis-serverRedis 简单测试:$ src/redis-cliredis> set foo barOKredis> get foo"bar"复杂测试:./runtest (注:要先安装tcl 8.5 tk 8.5, sudo apt-get install tk )此命令会运行一个官方的测 阅读全文

posted @ 2013-05-24 22:29 mikelij 阅读(320) 评论(0) 推荐(1) 编辑

asp.net 服务器最大连接数TCPIP设定
摘要:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ParametersTcpTimedWaitDelay 30 (Decimal)MaxUserPort = 65534 (Decimal) MaxHashTableSize = 65536 (Decimal) MaxFreeTcbs = 16000 (Decimal) 阅读全文

posted @ 2013-05-22 22:25 mikelij 阅读(468) 评论(0) 推荐(0) 编辑

subversion SVN global ignore pattern
摘要:*.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store */bin */obj */Release */Debug *.suo *.err *.log *.obj *.bin *.dll *.exe *.LOG *.user *.pdb [tT]emp [tT]empPE Ankh.Load thumbs.db *.resharper *.vspscc *.vsssccc *.scc */_ReSharper* */_ReSharper.* bin obj *.res 阅读全文

posted @ 2013-05-18 08:00 mikelij 阅读(2199) 评论(1) 推荐(0) 编辑

实战分层架构
摘要:现在可选的框架 现在我们开发一个.net应用,面临的选择比较多。我们可以选择entity framework, enterprise library, nhibernate, 还有一个mybatis.net, 即java世界mybatis/ibatis的.net版。IOC的框架可以选择Unity, Ninject,Spring.net(java的spring对应的.net版本)。Entity framework可以使用linq查询,有好几种开发模式,如code first, db first, 可以不用写sql。Entity framework适合sql server。虽有mysql提供了en 阅读全文

posted @ 2013-05-11 22:34 mikelij 阅读(3014) 评论(11) 推荐(4) 编辑

为什么我说不要用TransactionScope
摘要:和之前一同事谈到了TransactionScope不要用。都没有把链接给他看。这里是为什么不要用TransactionScope的原因。http://blog.csdn.net/huayang912/article/details/5456231http://blogs.msdn.com/b/dbrowne/archive/2010/05/21/using-new-transactionscope-considered-harmful.aspxhttp://www.189works.com/article-14830-1.htmlhttp://hi.baidu.com/liruikuan/bl 阅读全文

posted @ 2013-05-01 12:09 mikelij 阅读(656) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示