I like to joke that I am who I am today because I did everything wrong in my 20's. I've always been fearless, and it often got me in trouble. I wasn't afraid to start
a business, borrow a bunch of m...
分类:
其他好文 时间:
2014-10-20 23:27:46
阅读次数:
577
public class Animal { public string word=""; //virtual表示虚方法,用以被重写 public virtual void say(){ word = "I am an animal.";} ...
ConstraintsTime Limit: 1 secs, Memory Limit: 32 MBDescriptionJill has been investing in a mutual fund for a while. Since her income has varied, the am...
分类:
其他好文 时间:
2014-10-20 14:46:38
阅读次数:
214
1 adb 发送广播
adb shell am broadcast -a com.android.launcher4.launcherReceiver --es path "/mnt/sdcard/xx.apk" --ei action 1 --ei versionCode 21...
分类:
数据库 时间:
2014-10-18 15:33:47
阅读次数:
176
我们经常看到各种被双下划线环绕的方法,如__init__,它们就是魔术方法.
魔术方法是python语言预定好的"协议",不同魔术方法在不同场景下,会被隐式调用.我们通过重载这些方法,从而操控各种行为.
class A(object):
def __str__(self):
return "I am A,2333"
def __len__(self):
...
分类:
编程语言 时间:
2014-10-17 15:30:54
阅读次数:
494
I am trying to update my Android SDK Tools to 17 rev. and I updated usign SDK Tools but in Properties/library ;
分类:
移动开发 时间:
2014-10-15 11:22:50
阅读次数:
218
1、剪切mv rename.sh ../rename.sh 把这个文件移到上一级目录下mv rename.sh ./pic/rename.sh 把这个文件移到 当前目录下的pic目录下,并改名为rename.sh2、拷贝cp rename.sh ./pic/rename.sh 拷贝这个文件到当前目录...
分类:
系统相关 时间:
2014-10-14 13:05:08
阅读次数:
217
mvn -h 可以看到很多命令及其用途;-am --also-make 同时构建所列模块的依赖模块;-amd -also-make-dependents 同时构建依赖于所列模块的模块;-pl --projects 构建制定的模块,模块间用逗号分隔;-rf -resume-from 从指定的模块恢复反...
分类:
其他好文 时间:
2014-10-13 19:32:26
阅读次数:
160
关于打开网页弹出am.189so.cn,卸载360浏览器用其它浏览器就好了有朋友反应电脑中毒了, 每次打开一个网页或者关闭一个网页都会出来:http://localhost/,一开始是显示am.189so.cn.后来显示一个IP地址,然后就出那个网络连接错误。后来卸载360浏览器用其它浏览器就好了。点评价看看:看评论的日期,最早2014-05-04就有人遇到这问题了,这也不应该是360浏览器的问题...
分类:
Web程序 时间:
2014-10-13 12:10:09
阅读次数:
194
本文转载至http://stackoverflow.com/questions/25871601/unable-to-run-kiwi-tests-on-ios8-device5down votefavoriteI am trying to run Kiwi (installed via Cocoa...
分类:
移动开发 时间:
2014-10-11 17:54:55
阅读次数:
221