Exercises 38 代码 ten_things?=?"Apples?Oranges?Crows?Telephone?Light?Sugar"
print?"Wait?there?are?not?10?things?in?that?list.?Let‘s?fix?that."
stuff?=?ten_things.split(‘?‘)
...
分类:
编程语言 时间:
2015-11-01 19:51:26
阅读次数:
352
最近一直fix bug,发现自己沟通力度不够,也引起了很多麻烦。以前在聚美的时候,一般产品经理会画好原型,写好详细的流转过程,甚至在最开始的时候理清所有逻辑,然后大家讨论大概两次,最后开始动手。我也习惯于这种方式的沟通,甚至于做的过程中不断完善细节。后来在鱼说的时候,我也积极地去和pm沟通,确定需求...
分类:
其他好文 时间:
2015-10-27 17:19:52
阅读次数:
160
转载:http://joeshang.github.io/2015/04/10/fix-xcode-upgrade-plugin-invalid/Xcode 的插件大大丰富了 Xcode 的功能,而且有了Alcatraz,插件的管理也非常容易,像我这种 Vim 党完全离不开XVim。但是有个非常恼人...
分类:
其他好文 时间:
2015-10-27 16:43:24
阅读次数:
161
Rendering Problems ? the following classes could not be found: android.support.v7.internal.widget.ActionBarOverlayLayout (Fix Build Path, Edit XML, Create Class)? Tip: Try to build the project ?...
分类:
移动开发 时间:
2015-10-27 11:48:14
阅读次数:
212
写出简单、清晰、高效的代码? "Show it!" : "Study it!"架构一个稳定、健壮、快捷的系统? "Do it!" :"Study it!"回答一个困扰N多人的问题? "Answer it!" :"Study it!"修复一个系统Bug? "Fix ...
分类:
其他好文 时间:
2015-10-25 10:46:45
阅读次数:
105
Rendering Problemsthe following classes could not be found:android.support.v7.internal.widget.ActionBarOverlayLayout (Fix Build Path, Edit XML, Create...
分类:
移动开发 时间:
2015-10-24 11:30:26
阅读次数:
152
left right right 多列布局一列定宽另一列自适应(1) float + margin兼容性有点问题,IE7以后,没问题IE6有问题,有3像素的问题,可以通过hack解决。(2) float + margin + fix优点,兼容性很好,缺点,结构多一点。 left ...
分类:
其他好文 时间:
2015-10-23 01:30:18
阅读次数:
203
Error Message: ????????"The program can‘t start because MSCVR100.dll is missing from your? computer. Try reinstalling the program to fix this issue" 解决方法:下载?dff_fdp2-msvcr100.exe 安...
分类:
其他好文 时间:
2015-10-23 00:20:26
阅读次数:
225
当连个分支对统一文件提交了不同修改时,可能会出现冲突,例如:$ git merge feature1Auto-merging readme.txtCONFLICT (content): Merge conflict in readme.txtAutomatic merge failed; fix c...
分类:
其他好文 时间:
2015-10-22 17:02:09
阅读次数:
189
R文件不能自动生成主要是因为编译有错误,这时你想什么办法都是没有用的,clean, fix properties,都不是从根上解决问题。 R文件主要是自动生成资源文件的id的,里边静态子类 主要都是对 res目录下的资源文件的引用 所以,只要是R文件不能自动生成或更新,主要是因为 编译的时候...
分类:
系统相关 时间:
2015-10-22 13:56:51
阅读次数:
235