学习Java 建议:尽量用 google 查找技术资料。有问题在 stackoverflow 找找,大部分都已经有人回答。多看官方的技术文档。ibm developerworkers 的文章质量整体上有保障。平时花一些时间在 github 上阅读优秀项目源码。入门(1-2 个月)目标:参与简单的项目...
分类:
编程语言 时间:
2015-04-18 17:33:24
阅读次数:
146
http://stackoverflow.com/questions/2391679/why-do-we-need-virtual-methods-in-cBasic idea: when mark a method as virtual in a parent class, the compile...
分类:
编程语言 时间:
2015-04-18 17:30:02
阅读次数:
179
来源:https://stackoverflow.com/questions/8337180/custom-single-choice-listview/12823457#12823457
1.在listview item里面设置
<RadioButton
android:id="@+id/radio1"
android:checked="false"
a...
分类:
其他好文 时间:
2015-04-18 14:37:42
阅读次数:
169
原创Blog,转载请注明出处
http://blog.csdn.net/hello_hwc?viewmode=list前言:今天在stackoverflow上给一个外国友人回答问题的时候,遇到了Layer的自动布局的问题。这里写出来,分享给需要的人。Layer支持autolayout吗?ios 的CALayer到目前为止不支持AutoLayout也不支持autoresizingMask。举个例子如...
分类:
移动开发 时间:
2015-04-18 08:53:16
阅读次数:
434
快速删除大文件的前几行或后几行 http://stackoverflow.com/questions/17330188/remove-first-n-lines-of-a-file-in-place-in-unix-command-line 快速获取大文件的n到m行数据 http://unix.stackexchange.com/ques...
分类:
其他好文 时间:
2015-04-17 18:39:47
阅读次数:
105
参考:https://msdn.microsoft.com/en-us/library/x13ttww7(VS.80).aspxhttp://stackoverflow.com/questions/2474945/is-it-safe-to-use-a-boolean-flag-to-stop-a-...
分类:
编程语言 时间:
2015-04-17 17:27:01
阅读次数:
147
这似乎是iOS的一个BUG(ref: stackoverflow的大神们讲的)解决方案在继承自UITableViewCell的子类中的init方法中加入如下设置:self.contentView.frame = self.bounds; self.contentView.autores...
分类:
移动开发 时间:
2015-04-17 13:35:26
阅读次数:
1643
原文:http://stackoverflow.com/questions/4113299/ruby-on-rails-server-optionsApache vs Nginx他们都是web服务器,都能伺服静态文件。Apache更加流行,拥有更多的功能;Nginx则相对功能少、小巧、快速。Apac...
分类:
其他好文 时间:
2015-04-16 23:27:14
阅读次数:
186
社区、问答infoQinfoQ通过视频、文章、沙龙等方式促进软件开发领域知识与创新的传播stackoverflow高质量的国外IT问答网站,这里汇聚了全球的程序员精英为你回答问题SegmentFault中文版的stackoverflow, 专注IT问答社区QuoraQuora 由FB前雇员创办的问答...
分类:
其他好文 时间:
2015-04-16 23:21:16
阅读次数:
252
1、How to reduce AlertDialog.Builder title font size and positive button size? 参考:http://stackoverflow.com/questions/8881710/how-to-reduce-alertdialog-builder-title-font-size-and-positive-butto...
分类:
移动开发 时间:
2015-04-16 18:01:13
阅读次数:
134