http://www.sitepoint.com/understanding-responsive-web-design-cross-browser-compatibility/In thelast article, I described three ways to work with with ...
分类:
Web程序 时间:
2014-12-10 22:36:39
阅读次数:
222
打开 eclipse ---> help ---> Install New Software... 在 Work with: 地址栏中填写:http://download.eclipse.org/technology/m2e/releases?进行安装, 如果最新版无法安装,进入?http://www.eclipse.org/m2e/m2...
分类:
系统相关 时间:
2014-12-09 20:05:10
阅读次数:
229
3 类 Classes
类是C++中代码的基本单元; 显然, 它们被广泛使用; 本节列举了写一个类时的主要注意事项;
3.1 构造函数的职责 Doing Work in Constructors
Tip 构造函数中只进行那些没什么意义的(trivial 译注: 简单初始化对于程序执行没有实际的逻辑意义, 因为成员变量"有意义"的值大多不再构造函数中确定)初始化, 可能的话, 使用...
分类:
其他好文 时间:
2014-12-09 19:43:38
阅读次数:
282
From http://stackoverflow.com/questions/15137247/how-does-getsystemservice-work-exactly https://docs.google.com/document/d/10EYlyuxDw1KPy7LJlGtgMz69.....
分类:
其他好文 时间:
2014-12-09 19:12:32
阅读次数:
358
//构造函数 function createPerson(name,age,work){ this.name=name; this.age=age; this.work=work; //初始化 this.inint(); ...
分类:
其他好文 时间:
2014-12-08 12:09:15
阅读次数:
159
最近遇到了使用cocos2d-x 3.2编译Android工程报错如下:
make: *** No rule to make target `/Users/apple/Work/Project/cocos2d-x/cocos2d-x-3.2/projects/GuessMovie/proj.android ../../../extensions/AssetsManager/AssetsMan...
分类:
其他好文 时间:
2014-12-07 12:38:24
阅读次数:
308
1、启动mongdb 可以设置为开机启动 mongod -dbpath=/data/mongodb --fork --port 27017 --logpath=/usr/local/mongodb/log/work.log --logappend --auth2、设置开机启动 我用的是 ub...
分类:
数据库 时间:
2014-12-07 11:18:17
阅读次数:
182
1 解压文件到安装目录2 配置文件3 根据配置文件生成数据库shell> ./mysql_install_db--basedir=/work/mysql--defaults-file=/work/mysql/etc/my.cnf4 执行mysqlshell> ./mysqld_safe --defa...
分类:
数据库 时间:
2014-12-06 18:09:43
阅读次数:
216
警告信息如下: [2014-12-06?11:41:59?-?appcompat_v7]?WARNING:?unable?to?write?jarlist?cache?file?
????????????/home/fuhd/work/workspace/android/appcompat_v7/bin/jarlist.cache ...
分类:
移动开发 时间:
2014-12-06 12:55:20
阅读次数:
234