This blog post introduces the problem with
Globals, Side Effect when Forgetting var, Access the Global Object, Single var
Pattern and Hoisting: A prob...
分类:
编程语言 时间:
2014-05-20 01:30:31
阅读次数:
404
简述drop table
tmp_qry_cus_186mcc_highuser_d;create global temporary table
tmp_qry_cus_186mcc_highuser_d( user_id number(15))on commit preserve rows; 这....
分类:
数据库 时间:
2014-05-19 20:57:00
阅读次数:
399
前序:最近产品要release,一直忙着测试,没有时间学习ant了,今天终于没什么事了赶紧写点东西。这个启动tomcat是好些天之前写的了。在这里跟大家分享一下。build.xml
停止tomcat --> 启动tomcat --> ...
分类:
其他好文 时间:
2014-05-19 07:39:26
阅读次数:
389
今天有个任务是要删除VM上的某个文件夹下的两个jar包。不过这个任务没有分配给我,而是分配给俺的师傅,哈哈。不过我还是自己动手写了一些脚本在本地模拟一下删除某个指定文件。build.xml
--> ...
分类:
其他好文 时间:
2014-05-19 07:36:08
阅读次数:
412
《Windows Azure Platform 系列文章目录》 首先是Q&A时间
1.我在Azure Global拥有测试账号或者免费的MSDN订阅账号,这个账号可以在国内Azure China使用吗? 回答:不可以。Microsoft
Azure在国内和国外有2套系统。 (1)Az...
分类:
其他好文 时间:
2014-05-19 07:33:32
阅读次数:
520
1: #include 2: #include 3: #include 4: #include 5:
#include 6: using namespace std; 7: 8: #define LL(a) a>1; 32: sub_build(subl,
mid, LL(subidx), idx)...
分类:
其他好文 时间:
2014-05-18 19:43:43
阅读次数:
395
Windows下首先安装MinGW, 将C:\MinGW\bin
加入环境变量,重启Sublime在Tools –> Build System –> New Build
System…{"cmd":["g++","${file}","-std=c++11","-o","${file_path}/${...
分类:
其他好文 时间:
2014-05-17 20:53:17
阅读次数:
206
Author:KillerLegend
From:http://www.cnblogs.com/killerlegend/p/3733150.html Date:2014.5.16
工具:Windows7+FTF文件(MT27i_6.1.1.B.1.10_Global,401MB,Android4....
分类:
移动开发 时间:
2014-05-17 20:46:19
阅读次数:
377
正常情况下发布测试版给用户需要问到对方设备ID并添加到开发者证书里去感觉有点麻烦,如果是已越狱过的机器可以使用xcode制作ipa文件,并直接用itunes同步进去,这样方便多了。将运行目标选为iOS
DeviceEdit Scheme -> 选择 Run [App Name] -> Build C...
分类:
其他好文 时间:
2014-05-17 19:19:28
阅读次数:
302
在cocos2dx/tools/tolua++下面,有大量pkg文件,这些是按tolua++要求格式写好的、需要导出到lua中的c++类描述文件。每当在c++类里增加了新函数需要导出时,应同步修改相应的pkg文件,然后运行此目录下的build.sh,就会重新生成cocos2dx/script/lua...
分类:
其他好文 时间:
2014-05-17 19:01:59
阅读次数:
681