local scheduler = require(cc.PACKAGE_NAME .. ".scheduler")local MainScene = class("MainScene", function() return display.newScene("MainScene")end)f...
分类:
其他好文 时间:
2015-03-09 14:26:30
阅读次数:
132
1. Quick Sort:int partition(int A[], int p, int r){ int x = A[r]; // Pivot element int i = p - 1; // Index of last element that not larger than pivo.....
分类:
其他好文 时间:
2015-03-09 10:47:36
阅读次数:
119
首先,创建一个DBCREATE TABLE IF NOT EXISTS `class` ( `id` mediumint(6) NOT NULL AUTO_INCREMENT, `title` varchar(30) NOT NULL, `pid` mediumint(6) NOT NU...
分类:
Web程序 时间:
2015-03-09 10:44:00
阅读次数:
311
local scheduler = require(cc.PACKAGE_NAME .. ".scheduler")local MainScene = class("MainScene", function() return display.newScene("MainScene")end)f...
分类:
其他好文 时间:
2015-03-08 22:57:44
阅读次数:
199
首先,我想说,我真的是渣了,一个这个玩意弄了半天,算了,直接切入正题吧。第一步:先写好存储过程用了两张表,你们自己建立吧if exists(select name from sysobjects where name='StaySchoolNum'and type='p') ...
分类:
数据库 时间:
2015-03-08 22:52:07
阅读次数:
286
local canfire = "cooldown" --"canfire" "cooldown" local interval=0 scheduler.scheduleUpdateGlobal(function() print(canfire)...
分类:
其他好文 时间:
2015-03-08 15:37:06
阅读次数:
108
1> Test if the problem exists, code: #include #include #include #include #include #define CANARY "in_the_coal_mine"struct { char buffer[1024]; ...
分类:
系统相关 时间:
2015-03-07 15:35:07
阅读次数:
182
local scheduler = require(cc.PACKAGE_NAME .. ".scheduler")local MainScene = class("MainScene", function() return display.newScene("MainScene")end)f...
分类:
其他好文 时间:
2015-03-07 14:02:55
阅读次数:
134
原文: 开发随笔——NOT IN vs NOT EXISTS 原文出处: http://blog.csdn.net/dba_huangzj/article/details/31374037 转载请引用之前在论坛中见到一个针对in/exists的讨论,原帖懒得找了,这里介绍一下最近的学习小结: NOT...
分类:
其他好文 时间:
2015-03-07 10:08:16
阅读次数:
123