filter_var是在php5.2.0中开始提供的。详细说明见: http://www.php.net/manual/zh/book.filter.php 先看看代码:array( * "required" => 1, * "filter" => FILTER_VALIDATE_INT, * "o...
分类:
Web程序 时间:
2014-10-04 01:56:15
阅读次数:
229
SQL连接可以分为内连接、外连接、交叉连接。数据库数据: book表 stu表1.内连接1.1.等值连接:在连接条件中使用等于号(=)运算符比较被连接列的列值,其查询结果中列出被连接表中的所有列,包括其中的重复列。1.2.不等值连接:在连接条件使用除等于运算符以外的其它比较运算符比较被连接的列的列值...
分类:
数据库 时间:
2014-10-03 22:30:25
阅读次数:
251
继续《SAS编程与数据挖掘商业案例》读书笔记,本次重点:输出控制
主要内容包括:log窗口输出控制、output窗口输出控制、ods输出控制
1.log窗口输出控制
将日志输出到外部文件
proc printto log= "f:\data_model\book_data\chapt9\newlog.txt"; new;
proc print data=sashelp...
分类:
其他好文 时间:
2014-09-29 17:56:21
阅读次数:
277
可移动固定内存测试,项目打包下载 1 #include "../common/book.h" 2 #include "cuda_runtime.h" 3 #include "device_launch_parameters.h" 4 #include "device_functions.h"...
分类:
移动开发 时间:
2014-09-28 21:21:05
阅读次数:
262
本人备忘的文章~~~ Linux下安装php开发框架yaf yaf框架中文手册:http://yaf.laruence.com/manual/index.html yaf手册:http://www.php.net/manual/en/book.yaf.php 1.下载并安装yaf扩展?http://pecl.php.net/p...
分类:
Web程序 时间:
2014-09-28 20:30:25
阅读次数:
267
1.为什么用sqlite?因为我买了个surface pro,只有64G硬盘,既然空间小,平时写代码的时候就想用个小的数据库,不用SQLServer了,要好几个G。2.下载和安装去这里http://www.sqlite.org/download.html,找到sqlite-shell-win32-*...
分类:
数据库 时间:
2014-09-28 15:42:33
阅读次数:
234
A good question is 50% of a good solution, now let’s share your questions about the text book(s), and post them on your blog.pick a text book (we have...
分类:
其他好文 时间:
2014-09-28 12:44:52
阅读次数:
119