摘要: 1.介绍 众所周知,浏览器本身不支持相互之间直接建立信道进行通信,都是通过服务器进行中转。比如现在有两个客户端,甲和乙,他们俩想要通信,首先需要甲和服务器、乙和服务器之间建立信道。甲给乙发送消息时,甲先将消息发送到服务器上,服务器对甲的消息进行中转,发送到乙处,反过来也是一样。这样甲与乙之间的一次消 阅读全文
posted @ 2016-04-05 15:03 lianhuaren 阅读(226) 评论(0) 推荐(0) 编辑
摘要: http://cloudwu.github.io/lua53doc/ 阅读全文
posted @ 2016-02-19 09:41 lianhuaren 阅读(136) 评论(0) 推荐(0) 编辑
摘要: http://my.oschina.net/u/2407613/blog/524879 -(void)setValue:(id)value forUndefinedKey:(NSString *)key{ } 阅读全文
posted @ 2016-02-01 16:39 lianhuaren 阅读(116) 评论(0) 推荐(0) 编辑
摘要: http://www.cocoachina.com/ios/20160122/15080.htmlhttps://github.com/rickytan/RTImageAssetshttp://my.oschina.net/CreeveLiu/blog/360061 阅读全文
posted @ 2016-01-22 09:07 lianhuaren 阅读(99) 评论(0) 推荐(0) 编辑
摘要: http://www.jianshu.com/p/efb960fed457 这样写导致的结果就是当你右滑返回一部分,再回来点击push到下一个页面,导航栏会混乱,本来该显示下一个页面的标题,结果变成了上一个页面的标题,如果你在这个页面进行其他的操作很可能导致崩溃,因为系统还以为是在上一个页面。 阅读全文
posted @ 2016-01-07 08:23 lianhuaren 阅读(94) 评论(0) 推荐(0) 编辑
摘要: public class UsersDAO { private Connection con; public UsersDAO(Connection con){ this.con = con; } public UsersDataSet get(long id) throws SQLExce... 阅读全文
posted @ 2015-12-09 22:32 lianhuaren 阅读(99) 评论(0) 推荐(0) 编辑
摘要: cat /usr/local/Library/Taps/homebrew/homebrew-versions/gradle221.rbGRADLE_HOME=/Users/temp/gradle221export PATH=$PATH:$GRADLE_HOME/binapply plugin: 'c... 阅读全文
posted @ 2015-12-04 09:18 lianhuaren 阅读(378) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/bluesfeng/archive/2010/10/28/1863816.html 阅读全文
posted @ 2015-12-02 14:39 lianhuaren 阅读(95) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/fengzy/archive/2013/05/18/3086371.htmlhttp://blog.csdn.net/xumengxing/article/details/7785553http://blog.163.com/shrimp_wy/blog... 阅读全文
posted @ 2015-12-02 09:23 lianhuaren 阅读(132) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/3792842/where-is-maven-settings-xml-located-on-mac-os down vote If you use brew to install maven, then the settings... 阅读全文
posted @ 2015-12-01 18:04 lianhuaren 阅读(157) 评论(0) 推荐(0) 编辑