全部博文(106)
发布时间:2013-12-20 00:16:52
http://blog.chinaunix.net/uid-354915-id-4042765.htmlssh连接超时问题解决方案:1.修改server端的etc/ssh/sshd_configClientAliveInterval 60 #server每隔60秒发送一次请求给client,然后client响应,从而保持连接ClientAliveCountMax 3 #server发出请求后,客户端没有响应得次数达到3,就自动断开连接,正常情况下.........【阅读全文】
发布时间:2013-12-18 02:42:16
http://bbs.chinaunix.net/thread-4115645-1-1.htmlhttps://zapier.com/engineering/debugging-python-boss/def make_pie(self, ingredients): print '******WHAT IS GOING ON HERE******' print ingredients self.oven.preheat() print self.oven.temperature上面的一段代码有木有很像你平时调试代码的样子?好吧,.........【阅读全文】
发布时间:2013-12-17 05:08:16
http://blog.csdn.net/csh624366188/article/details/17306659对于linux,我从大二就想学习一下,但一直苦于无从下手,所以一直拖到现在,鉴于笔者了解很多人在linux入门的困难在何处,所以我认为本套入门基础文章还是挺适合想学习linux的朋友,本系列文章大约十篇文章左右,近期会不断更新下来,没有linux基础但又想学.........【阅读全文】
发布时间:2013-12-14 04:55:42
http://www.csdn.net/article/2013-12-12/2817782-best-websites-to-learn-mobile-dev-in-china/2摘要:在本文中,我们介绍了来自两岸三地的编程学习网站,通过它们,不仅可以一窥国内App开发的发展现状,而且这些网站各有特点,无论是主打游戏学习还是视频学习,对于想要自学的开发者而言,都是个好去处。说到国内的.........【阅读全文】
发布时间:2013-08-29 05:47:24
https://devcentral.f5.com/articles/persisting-ssl-connections#.Uh4xjT_Q61hMany customers use LTM to handle SSL encrypted traffic, and traffic that requires SSL certificate authentication and encryption often also requires persistence to a specific server for the life of an application session.........【阅读全文】