本月初golang官方blog(需要自己搭梯子)上发布了一篇文章,简要介绍了近几个月Go在一 些技术会议上(比如Google I/O、Gopher SummerFest等)的主题分享并伴有slide链接。其中David Crawshaw的“Organizing Go Code”对Golang的代码风
分类:
其他好文 时间:
2016-01-27 23:03:01
阅读次数:
267
data-role定义扮演的角色 page页 header头部 content内容 foooter尾部 navbar导航 data-rel出现的方式 data-rel=“dialog” data-transition slide 从左到右切换 slideup从下到上切换 slidedown从上到下切
分类:
Web程序 时间:
2016-01-27 19:04:12
阅读次数:
212
前阵子遇到一个 Bug。一个 activity 的启动动画需要自定义为从屏幕底部升起。当时是这样写的: startActivity(new Intent(this, SettingActivity_.class)); overridePendingTransition(R.anim.slide_in
分类:
其他好文 时间:
2016-01-27 17:01:35
阅读次数:
2382
该问题,我百度了下,根本没发现什么有价值的文章;还是看源代码(详见最后附录)中的注释,最有效了!insert,返回值是:新插入行的主键(primarykey);需要包含 insert into desktop_unlock_tag(id,name,description,priority) v...
分类:
数据库 时间:
2016-01-26 23:23:25
阅读次数:
416
ALTER LOGIN sa ENABLE ; GO ALTER LOGIN sa WITH PASSWORD = '' unlock, check_policy = off, check_expiration = off ; GO 使用Windows新建查询,运行重启Sqlservver的服务即可...
分类:
数据库 时间:
2016-01-22 21:34:06
阅读次数:
236
1 2 34 5 67 8 9只有中间没有其他键的两个键才能相连,比如1可以连 2 4 5 6 8 但不能连 3 7 9但是如果中间键被使用了,那就可以连,比如5已经被使用了,那1就可以连9每个键只能用一次,给定一个长度L,求问有多少unique path with length LBacktrac...
分类:
移动开发 时间:
2016-01-19 14:17:44
阅读次数:
170
http://www.vaikan.com/docs/Concurrency-is-not-Parallelism/#slide-28http://my.oschina.net/nyankosama/blog?catalog=504531
分类:
其他好文 时间:
2016-01-18 21:07:47
阅读次数:
128
$(".swiper-slide").click(function(){ var index = imgarr[$(this).index()]; var content = ""; $(".mengceng").sh...
分类:
Web程序 时间:
2016-01-18 17:30:55
阅读次数:
138
最常用的方式: int a = 12; //注意:通常情况下,这个会设置成一个类变量,比如说Segement中的段锁与copyOnWriteArrayList中的全局锁 final ReentrantLock lock = new ReentrantLock...
分类:
其他好文 时间:
2016-01-15 20:27:08
阅读次数:
192
1 2 3 4 5 6 29 30 31 32 33 34 35 36 37 38 39 40 41
分类:
Web程序 时间:
2016-01-13 22:00:36
阅读次数:
198