In my previous post, I listed down most commontelnet commands for memcachedwith sample execution terminal logs. Today I want to discuss about the Memc...
分类:
编程语言 时间:
2014-06-28 17:26:15
阅读次数:
323
最近手痒了,不小心下载了cocos2dx 3.1.1,又搞了个VS2012,于是头脑发热的搞起 3.1.1了。我是有多么的不专心啊。已经把自己之前的学习内容从2.2.3迁移到了3.1.1,除了骨骼动画相关的之外。简单记录一下过程:1 安装与搭建解压cocos2dx3.1.1版本,根目录下会有down...
分类:
其他好文 时间:
2014-06-28 17:19:42
阅读次数:
159
A robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or right at any point ...
分类:
其他好文 时间:
2014-06-28 16:02:43
阅读次数:
214
问题:The connection to adb is down, and a severe error has occured. You must restart adb and Eclipse. Please ensure that adb is correctly located ...
分类:
数据库 时间:
2014-06-27 22:03:33
阅读次数:
294
在Win7关机选项中一共有7种关闭方式,分别为Switch user(切换用户), Log off(登出), Lock(锁定), Restart(重启), Sleep(睡眠), Hibernate(休眠), Shut down(关机).下面分别介绍一下它们的区别:1.Switch user, Log...
简直难到没朋友。
双向bfs + 剪枝。
剪枝策略:
对于2--5位置上的数,只有当光标在对应位置时通过swap ,up,down来改变,那么当当前位置没有达到目标状态时,left和right无意义。
好了,只剪掉这里就过掉了。。。
还有比较炫酷的方法实现枚举720种排列。。。然后状压什么的。。。功力不够完全看不懂。。。。
#include
#include
#include
#...
分类:
其他好文 时间:
2014-06-25 20:11:00
阅读次数:
162
Android开发环境搭建时遇到问题的解决方法
错误1:
The connection to adb is down, and a severe error has occured.
[2013-08-31 16:11:56 -com.qihoo.subject]
You must restart adb and Eclipse.
[2013-08-31 16:11:56...
分类:
移动开发 时间:
2014-06-24 23:51:52
阅读次数:
514
解决方法如下 On the Windows 7 machine:Run secpol.mscDrill down through Local Policies | Security Options.Find Network Security: LAN Manager authentication l...
一直以来,我是一个比较着急的人。喜欢考试临时抱佛脚;想一个月的工作之余就看完一本“枕头书”;急着想当项目经理;急着为自己工作;急着买房买车来证明自己。 羡慕别人的朝九晚五,羡慕别人一毕业就10几万年薪,羡慕别人有个好爸爸。这让我有点不服气,更加努力而着急地工作。但是,现实是骨感的,急着看完的书...
分类:
其他好文 时间:
2014-06-24 11:30:44
阅读次数:
168
Bitmap bitmap=((BitmapDrawable)getResources().getDrawable(R.drawable.pull_down_color)).getBitmap();
Matrix matrix=new Matrix();
matrix.postRotate(180);
bitmap=Bitmap.create...
分类:
其他好文 时间:
2014-06-22 22:50:07
阅读次数:
206