码迷,mamicode.com
首页 >  
搜索关键字:users    ( 8928个结果
Mac上phantomjs装了不能用的解决
下了,装了。然后整这句命令:phantomjs --version直接报错。。查了半天的官方文档,居然连个毛线都么找到。终于。。。墨迹到了一个方法,就抱着试一试的心态在terminal里输入了这个命令:export PATH="$PATH:/Users/username/phantomjs-1.9....
分类:Web程序   时间:2014-09-26 04:00:58    阅读次数:176
Windows下wnmp快速部署
解压安装位置:? C:\Users\Administrator\Desktop\Wnmp? 一定要是这个位置哦,配置文件里面写死了这个固定的位置 如果要修改: 则修改如下文件: C:\Users\Administrator\Desktop\Wnmp\php5.6\php.ini? C:\Users...
分类:Windows程序   时间:2014-09-25 20:28:09    阅读次数:262
将一个文件内容拷贝到一个新的文件中
int main(int argc, char * argv[]) { FILE *fp=fopen("/Users/apple/Desktop/txt1", "r"); FILE *fp1=fopen("/Users/apple/Desktop/txt2", "w"); char ...
分类:其他好文   时间:2014-09-25 20:09:47    阅读次数:171
Cocos2d-x3.1通过JniHelper调用Java类中静态函数
1、创建Cocos2d-x工程 (1)cd /Users/自己用户名/Desktop/cocos2d-x-3.1/tools/cocos2d-console/bin  (2)cocos new JniDemo -p com.pactera.jni -l cpp -d 自己的工程路径 2、将新建工程的proj.android导入ADT (1)FILE->Import->Android->Ex...
分类:编程语言   时间:2014-09-25 17:37:07    阅读次数:310
The 15th tip of DB Query Analyzer
The latest version of DB Query Analyzer is 6.01. In 6.01, users are allowed to add, delete or update SQL Execute Schedule in the current MDI Child Form. Consequently, users can execute SQL Script in the time that they want. By doing this, you can not only...
分类:数据库   时间:2014-09-25 14:15:49    阅读次数:331
iOS8下bundle路径变更
iOS8下路径变为:/Users/username/Library/Developer/CoreSimulator/Devices/786824FF-6D4C-4D73-884A-696514481F7C/data/Containers/Data/Application/7D5B082E-53D5-...
分类:移动开发   时间:2014-09-24 18:28:57    阅读次数:250
error: property's synthesized getter follows Cocoa naming convention for returning 'owned' objects I
error: property's synthesized getter follows Cocoa naming convention for returning 'owned' objects In file included from /Users/developer/Documents/StarShow/ShowWall/View/NewShowItemView.m:9: /Users...
分类:其他好文   时间:2014-09-24 17:40:57    阅读次数:195
Java TestBufferRW
public static void main(String[] args) throws IOException {BufferedWriter bw = new BufferedWriter(new FileWriter("C:/Users/宇超/Desktop/rand.txt"));Buff...
分类:编程语言   时间:2014-09-23 23:13:55    阅读次数:196
java FileReaderWriter
public static void main(String[] args) throws IOException {FileReader fr = new FileReader("C:/Users/宇超/Desktop/hello.txt");FileWriter fw = new FileWri...
分类:编程语言   时间:2014-09-23 22:57:55    阅读次数:197
top
第一行:10:01:23 当前系统时间126 days, 14:29 系统已经运行了126天14小时29分钟(在这期间没有重启过)2 users 当前有2个用户登录系统load average: 1.15, 1.42, 1.44 load average后面的三个数分别是1分钟、5分钟、15分钟的负...
分类:其他好文   时间:2014-09-23 22:36:35    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!