码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
Taxi!
原文 Captain Ben Fawcett has bought an unusual taxi and has begun a new service. The "taxi" is a small Swiss aeroplane called a "Pilatus Porter". This wonderful plane can carry seven passengers. Th...
分类:其他好文   时间:2015-07-10 15:29:24    阅读次数:170
Android开发之在子线程中使用Toast
在子线程中使用Toast的时候,出现Force close。错误提示:Can't create handler inside thread that has not called Looper.prepare()解决方法:1 Looper.prepare();2 Toast.makeText(Act...
分类:移动开发   时间:2015-07-10 15:11:35    阅读次数:208
"ScrollView can host only one direct child"问题解决了
1. 问题叙述性说明:(请注意以下几点大胆)。ScrollView作为顶层view时报错,直接导致apk崩溃。具体错误信息例如以下:12-21 09:12:15.150: D/AndroidRuntime(7726): Shutting down VM12-21 09:12:15.150: W/da...
分类:其他好文   时间:2015-07-10 14:56:39    阅读次数:132
删除vim-minimal导致sudo不可用
Ok, if anyone ends up in a similar situation, you can use pkexec yum install sudo. pkexec will let you enter your password in your OS's GUI. pkexec a....
分类:系统相关   时间:2015-07-09 22:36:50    阅读次数:188
My favourite papers from day one of ICML 2015
My favourite papers from day one of ICML 201507 July 2015Aargh! How can I possibly keep all the amazing things I learnt at ICML today in my head?! Cle...
分类:其他好文   时间:2015-07-09 21:22:21    阅读次数:125
【tomcat】There are no resources that can be added or removed from the server.
1、直接打开在eclipse中选中该不能导入项目,右键打开项目属性,在项目属性里选择项目 类型为Dynamic WebProject即可发布。2、eclipse导入一个项目后,不能加载到tomcat里面,出现“Thereare no resources that can be added or .....
分类:其他好文   时间:2015-07-09 21:15:27    阅读次数:162
LeetCode Climbing Stairs
You are climbing a stair case. It takesnsteps to reach to the top.Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb...
分类:其他好文   时间:2015-07-09 21:05:03    阅读次数:115
c++训练题(数字的2~6倍只改变数字的顺序)
题目:It can be seen that the number, 125874, and its double, 251748, contains exactly the same digits, but in a different order. Find the smallest positive integer, x, such that 2x, 3x, 4x, 5x, and 6x, ...
分类:编程语言   时间:2015-07-09 13:20:06    阅读次数:158
github 推送时can't be established.
http://www.xuebuyuan.com/2095099.html 飞凡@FANZ /e/learngit (master)$ git push origin masterThe authenticity of host 'github.com (192.30.252.128)' can't...
分类:其他好文   时间:2015-07-09 12:57:45    阅读次数:102
Critical Section Object
Critical Section  Object  From MSDN   Critical Section Objects  A critical section object provides synchronization similar to that provided by a mutex object, except that a critical section can...
分类:其他好文   时间:2015-07-08 22:43:52    阅读次数:198
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!