会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lianhuaren
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
43
44
45
46
47
48
49
50
下一页
2016年4月5日
webrtc第一篇
摘要: 1.介绍 众所周知,浏览器本身不支持相互之间直接建立信道进行通信,都是通过服务器进行中转。比如现在有两个客户端,甲和乙,他们俩想要通信,首先需要甲和服务器、乙和服务器之间建立信道。甲给乙发送消息时,甲先将消息发送到服务器上,服务器对甲的消息进行中转,发送到乙处,反过来也是一样。这样甲与乙之间的一次消
阅读全文
posted @ 2016-04-05 15:03 lianhuaren
阅读(231)
评论(0)
推荐(0)
2016年2月19日
lua53
摘要: http://cloudwu.github.io/lua53doc/
阅读全文
posted @ 2016-02-19 09:41 lianhuaren
阅读(137)
评论(0)
推荐(0)
2016年2月1日
setValuesForKeysWithDictionary forUndefinedKey
摘要: http://my.oschina.net/u/2407613/blog/524879 -(void)setValue:(id)value forUndefinedKey:(NSString *)key{ }
阅读全文
posted @ 2016-02-01 16:39 lianhuaren
阅读(121)
评论(0)
推荐(0)
2016年1月22日
xcode 插件
摘要: 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
阅读(106)
评论(0)
推荐(0)
2016年1月7日
2016年1月7日 隐藏NavigationBar时的一个坑
摘要: http://www.jianshu.com/p/efb960fed457 这样写导致的结果就是当你右滑返回一部分,再回来点击push到下一个页面,导航栏会混乱,本来该显示下一个页面的标题,结果变成了上一个页面的标题,如果你在这个页面进行其他的操作很可能导致崩溃,因为系统还以为是在上一个页面。
阅读全文
posted @ 2016-01-07 08:23 lianhuaren
阅读(96)
评论(0)
推荐(0)
2015年12月9日
jdbc
摘要: 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
阅读(107)
评论(0)
推荐(0)
2015年12月4日
brew gradle
摘要: 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
阅读(382)
评论(0)
推荐(0)
2015年12月2日
jersey
摘要: http://www.cnblogs.com/bluesfeng/archive/2010/10/28/1863816.html
阅读全文
posted @ 2015-12-02 14:39 lianhuaren
阅读(97)
评论(0)
推荐(0)
netbeans tomcat
摘要: 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
阅读(137)
评论(0)
推荐(0)
2015年12月1日
maven
摘要: 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
阅读(159)
评论(0)
推荐(0)
上一页
1
···
43
44
45
46
47
48
49
50
下一页
公告