cocos2d-js: cc.delayTime() and cc.repeatForever() don't work together in cc.sequence() ...
分类:
Web程序 时间:
2017-05-08 16:19:04
阅读次数:
212
对于算法,自己掌握的还是不多。并且我发现对于一个算法的理解非常重要,也许你会发现你貌似会用某总算法但是。他一旦变形,自己就无从下手。 还有就是对于算法。最好每次都自己敲,这样不仅能添加对于算法的熟度。还能添加自己的理解。每次敲。都有不同的体会吧。 假如自己平时不自己实现算法。会发现比赛是自己有思路却 ...
分类:
其他好文 时间:
2017-05-06 17:56:49
阅读次数:
112
All the bright precious things fade so fast. 所有的光鲜靓丽都敌不过时间。 Try to make some things endurable and eternal. Don't pay too much attention on the appeara ...
分类:
其他好文 时间:
2017-05-06 17:42:53
阅读次数:
103
今天调试requet.GetRequestStreamAsync异步方法出现不返回的问题,可能是死锁了。看到老外一篇文章解释了异步方法死锁的问题,懒的翻译,直接搬过来了。 http://blog.stephencleary.com/2012/07/dont-block-on-async-code.h ...
分类:
其他好文 时间:
2017-05-04 10:59:50
阅读次数:
235
centos 6.8 32位系统下,安装php.5.6.11是出现这个错误 解决办法: 1 2 3 4 vim /etc/ld.so.conf.d/local.conf # 编辑库文件 /usr/local/lib # 添加该行 :wq # 保存退出 ldconfig -v # 使之生效 1 2 3 ...
分类:
Web程序 时间:
2017-05-03 13:23:20
阅读次数:
240
在本节中将会给Movie模型添加验证逻辑。并且确保这些验证规则在用户创建或编辑电影时被执行。 拒绝重复 DRY ASP.NET MVC 的核心设计信条之一是DRY: "不要重复自己(DRY --Don’t Repeat Yourself)"。ASP.NET MVC鼓励您指定功能或者行为,只做一次,然 ...
分类:
Web程序 时间:
2017-05-01 16:06:59
阅读次数:
289
Install MySQL from zip on windows 10: Download MySQL first, then extract MySQL to directory, derectory location can be anywhere but I suggest don't us ...
分类:
数据库 时间:
2017-04-30 12:35:22
阅读次数:
172
局域网内配置Discuz,web端访问server端,出现以下反馈: Forbidden You don't have permission to access / on this server. 网上的各种方法,主要集中于把 ...
分类:
数据库 时间:
2017-04-29 23:28:28
阅读次数:
198
Exercise 1: 1, Strike while the iron is hot. 2, The chairman introduced the speaker;then he left the hall. 3, We don't necessarily grow wiser as we gr ...
分类:
其他好文 时间:
2017-04-28 15:51:37
阅读次数:
331
第二章 注重实效的途径 1. 重复的危害 a) DRY-Don’t Repeat Yourself。系统中的每一项知识都必须具有单一、无歧义、权威的表示。 b) 重复是怎样发生的 Imposed Duplication强加的重复。开发者觉得他们无可选择-环境似乎要求重复。 Inadvertent D ...
分类:
其他好文 时间:
2017-04-27 23:13:35
阅读次数:
391