1 导出exp WEIXIN_WORK/WEIXIN_WORK@192.168.1.20:1521/orcl file=e:/db/weixin_work20141031_001.dmp buffer=102402 导入 IMP WEIXIN_WORK/WEIXIN_WORK@127.0.0....
分类:
数据库 时间:
2014-12-11 13:53:37
阅读次数:
219
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
通过search,发现在project的.setting folder下面,有个名为org.eclipse.wst.common.project.facet.core.xml的文件,里面配置有各种版本信息。此时,按照本机配置修改这个文件,问题就解决了。像我这样的错误,可以下载Tomcat 7。0解决...
分类:
编程语言 时间:
2014-12-10 16:03:20
阅读次数:
176
打开 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
Currently, you can find the source code of Dx11Shader under our devkit\plug-ins\ folder, but if you want to do some modification on this, can it be bu...
分类:
其他好文 时间:
2014-12-09 17:04:49
阅读次数:
308
Android使用Google+分享功能1.首先将<android-sdk-folder>/extras/google/google_play_services导入到Eclipse中如果没有这个工程首先更新到最新的ADT,然后打开AndroidSDKManager进行下载2.然后将其作为lib工程add到我们的工程上3.主要的分享代码:
//google+分享
public..
分类:
移动开发 时间:
2014-12-09 02:00:11
阅读次数:
840
//构造函数 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