码迷,mamicode.com
首页 >  
搜索关键字:down    ( 10200个结果
Memcached Java Client with sample program--reference
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 学习笔记整理(1)
最近手痒了,不小心下载了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
【leetcode】Unique Paths
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
adb.exe问题
问题: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
Windows7中7种不同关机模式介绍
在Win7关机选项中一共有7种关闭方式,分别为Switch user(切换用户), Log off(登出), Lock(锁定), Restart(重启), Sleep(睡眠), Hibernate(休眠), Shut down(关机).下面分别介绍一下它们的区别:1.Switch user, Log...
分类:Windows程序   时间:2014-06-26 11:25:34    阅读次数:410
POJ 1184 聪明的打字员
简直难到没朋友。 双向bfs + 剪枝。 剪枝策略: 对于2--5位置上的数,只有当光标在对应位置时通过swap ,up,down来改变,那么当当前位置没有达到目标状态时,left和right无意义。 好了,只剪掉这里就过掉了。。。 还有比较炫酷的方法实现枚举720种排列。。。然后状压什么的。。。功力不够完全看不懂。。。。 #include #include #include #...
分类:其他好文   时间:2014-06-25 20:11:00    阅读次数:162
Android开发环境搭建时遇到问题的解决方法
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
Win7无法访问Windows共享文件夹
解决方法如下 On the Windows 7 machine:Run secpol.mscDrill down through Local Policies | Security Options.Find Network Security: LAN Manager authentication l...
分类:Windows程序   时间:2014-06-24 15:07:53    阅读次数:292
Slow down,and stay real
一直以来,我是一个比较着急的人。喜欢考试临时抱佛脚;想一个月的工作之余就看完一本“枕头书”;急着想当项目经理;急着为自己工作;急着买房买车来证明自己。 羡慕别人的朝九晚五,羡慕别人一毕业就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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!