I think Agile development methodologies is something we get from our practice. It can be just acknowledged by taking the training, but if you want to ...
分类:
其他好文 时间:
2014-07-06 23:30:02
阅读次数:
274
It’s a major release this time, Horizon 6.0 is out. You can get to the downloadshere. As always, here’s theWhat’s New from the release notes:This rele...
分类:
其他好文 时间:
2014-07-06 22:43:46
阅读次数:
244
远程使用Navicat for mysql 客户端软件连接 mySql数据时,连接出现 2003-Can’t connect to MySQL on ’192.168.1.2’(10061)错误时,是由于MySQL不准许远程连接。修改方法如下: 1:在服务端MySQL文件夹下找到my.ini文件。修...
分类:
数据库 时间:
2014-07-06 22:15:12
阅读次数:
322
Given a linked list, return the node where the cycle begins. If there is no cycle, returnnull.Follow up:Can you solve it without using extra space?判断一...
分类:
其他好文 时间:
2014-07-06 18:10:33
阅读次数:
145
Google’s Chrome OSincludes a shell environment known as Chrome Shell, or “crosh” for short. Crosh includes several terminal commands that can be used ...
分类:
其他好文 时间:
2014-07-06 15:26:01
阅读次数:
662
Update: July 4, 2014 Chap 5: At the beginning, he mentioned that: recursion is a divide-and-conquer method. Although many algorithms can be solved in ...
分类:
其他好文 时间:
2014-07-06 15:24:36
阅读次数:
213
You can easily mount remote server file system or your own home directory using special sshfs and fuse tools.FUSE - Filesystem in UserspaceFUSE is a L...
分类:
系统相关 时间:
2014-07-05 16:58:48
阅读次数:
294
You are climbing a stair case. It takes n steps to reach to the top.
Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?
有f(n) = f(n - 1) + f(n...
分类:
其他好文 时间:
2014-07-04 08:39:44
阅读次数:
304
如果出现:
nested push animation can result in corrupted navigation bar
Finishing up a navigation transition in an unexpected state. Navigation Bar subview tree might get corrupted.
一般这种情况是在自定义的t...
分类:
其他好文 时间:
2014-07-04 00:36:55
阅读次数:
223
at android.content.res.TypeArray.getDimensionPixelSize(TypeArray.java:463)
今天在给项目做适配运行项目时遇到这个错误,错误发生的原因及解决方法
原因:由于在利用@dimen/xxx来获取值的时候,而xxx在dimen文件中没有定义导致这个错误
自己的项目bug复现原因: 因为需要在三套设备上进行适配,所以对一个xm...
分类:
其他好文 时间:
2014-07-03 18:19:13
阅读次数:
223