码迷,mamicode.com
首页 >  
搜索关键字:check point r77.30    ( 16204个结果
Cocos2d-x Render-NewCulling
.cpp layout->setBackGroundImageScale9Enabled(true); layout->setBackGroundImage("green_edit.png"); layout->setPosition(Point(0,0...
分类:其他好文   时间:2014-07-16 21:39:31    阅读次数:173
can't add foreign key in mysql?
1 create table department 2 (dept_name varchar(20), 3 building varchar(15), 4 budget numeric(12,2) check...
分类:数据库   时间:2014-07-16 21:36:29    阅读次数:374
jQuery的validate验证插件使用方法
(1)默认校验规则(1)required:true 必输字段(2)remote:"check.php" 使用ajax方法调用check.php验证输入值(3)email:true 必须输入正确格式的电子邮件(4)url:true 必须输入正确格式的网址(5)date:true 必须输入正确格式的日期...
分类:Web程序   时间:2014-07-16 21:07:47    阅读次数:220
Windows Graphics Programming Win32 GDI and DirectDraw第六章疑问
《Windows Graphics Programming Win32 GDI and DirectDraw》6.1节中有这样的描述:The Windows NT/2000 graphics engine uses signed fixed-point numbers to represent co...
分类:Windows程序   时间:2014-07-16 20:12:18    阅读次数:321
windows config yii framework
###download and config- download yii-1.1.12- unzip into yii-1.1.12- config yii-1.1.12 dir an apache httpdoc dir###check yii requirementshttp://hostnam...
分类:Windows程序   时间:2014-07-16 19:49:59    阅读次数:351
JS判断是否为数字,中文,小写、大写字母
/**取得字符串的字节长度**/代码functionstrlen(str){vari;varlen;len=0;for(i=0;i255)len+=2;elselen++;}returnlen;}/**判断是否为数字,是则返回true,否则返回false*/代码functionf_check_num...
分类:Web程序   时间:2014-07-16 19:45:13    阅读次数:146
Pascal小游戏 贪吃蛇
一段未完成的Pascal贪吃蛇说这段代码未完成其实是没有源代码格式化,FP中一行最多只有255字符宽。uses crt;const screenwidth=50;screenheight=24; wallchar='#'; snakechar='*'; ; type point=record x,y...
分类:其他好文   时间:2014-07-13 12:34:00    阅读次数:348
java中不常见的keyword:strictfp,transient
1.strictfp, 即 strict float point (精确浮点)。 strictfp keyword可应用于类、接口或方法。使用 strictfp keyword声明一个方法时,该方法中全部的float和double表达式都严格遵守FP-strict的限制,符合IEEE-754规范。....
分类:编程语言   时间:2014-07-13 11:59:07    阅读次数:245
Linux命令之rhn_check
NAMErhn_check - check for queued actions on RHN and execute themSYNOPSIS/usr/sbin/rhn_check [-v] [--verbose]DESCRIPTIONrhn_checkis a client program th...
分类:系统相关   时间:2014-07-13 10:13:35    阅读次数:253
环形矩阵
1.逆时针代码: 1 // huanxingjz.cpp : Defines the entry point for the console application. 2 // 3 4 #include "stdafx.h" 5 #include 6 #include 7 #include "...
分类:其他好文   时间:2014-07-13 09:53:40    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!