js
在线学习手册http://javascript.jz123.cn/http://www.w3school.com.cn/js/http://www.itlearner.com/code/js_ref/contents.htmhttp://www.w3cschool.cc/jquery/jque...
分类:
Web程序 时间:
2014-05-10 20:20:07
阅读次数:
505
1) setting the Project Options, Uses Permissions,
Wake lock = True2) Adding Android.JNI.PowerManager to the uses clause3) call:
AcquireWakeLock; // at...
分类:
移动开发 时间:
2014-05-05 11:29:06
阅读次数:
501
这一篇是对上一篇(jQuery顺序加载图片(初版)--http://www.cnblogs.com/newbie-cc/p/3707504.html)的改进.function
loadImage(imgList,callback){ if(!$.isArray(imgList) || !$.isF....
分类:
Web程序 时间:
2014-05-05 10:18:16
阅读次数:
344
JNI Invocation API资料的学习笔记。...
分类:
Windows程序 时间:
2014-05-04 08:50:17
阅读次数:
1964
.h
#include "cocos2d.h"
#include "cocos-ext.h"
#include "ui/CocosGUI.h"
#include "cocostudio/CocoStudio.h"
USING_NS_CC;
USING_NS_CC_EXT;
using namespace ui;
RenderTexture* _target;
Vector _...
分类:
其他好文 时间:
2014-05-02 20:33:15
阅读次数:
370
弄了个vim对c++的补全,主要参考自:http://vim.wikia.com/wiki/C%2B%2B_code_completion首先确定vim编辑.cc或者.cpp文件时当前自动补全函数,在命令模式下输入:set
omnifunc?如果得到的结果为:omnifunc=ccomplete#C...
分类:
编程语言 时间:
2014-05-02 11:38:09
阅读次数:
373
本节是李政軒Cheng-Hsuan Li的关于机器学习一些算法的中文视频教程。讲得很好不错。这里非常感谢他的分享:http://www.powercam.cc/chli。也贴到这里,和大家共同学习。...
分类:
其他好文 时间:
2014-05-02 05:25:33
阅读次数:
569
.h
#include "cocos2d.h"
#include "cocos-ext.h"
#include "ui/CocosGUI.h"
#include "cocostudio/CocoStudio.h"
USING_NS_CC;
USING_NS_CC_EXT;
using namespace ui;
private:
cocos2d::SpriteBatchNode *...
分类:
其他好文 时间:
2014-05-02 04:59:30
阅读次数:
332