码迷,mamicode.com
首页 >  
搜索关键字:notice    ( 1174个结果
shopnc nginx优化配置文件
user www;worker_processes 2;error_log /var/log/nginx/error.log error;#error_log logs/error.log notice;#error_log logs/error.log info;pid /var/ru...
分类:其他好文   时间:2015-03-03 16:35:35    阅读次数:151
1023. Have Fun with Numbers (20)
Notice that the number 123456789 is a 9-digit number consisting exactly the numbers from 1 to 9, with no duplication. Double it we will obtain 246913578, which happens to be another 9-digit number con...
分类:其他好文   时间:2015-03-02 19:09:06    阅读次数:193
ibatis的resultClass与resultMap 的区别
ibatis的resultClass与resultMap还是有很大的区别。以下是我碰到的一个问题。 配置文件写法如下: 1 sqlMap2 typeAlias alias="notice" type="path.country.basic.entity.Notice"/3 resultMap id....
分类:其他好文   时间:2015-03-02 14:41:42    阅读次数:147
malloc和free
/* ============================================================================ Name : TestMemory.c Author : lf Version : Copyright : Your copyright notice Description : malloc...
分类:其他好文   时间:2015-03-01 18:29:31    阅读次数:139
宏定义
/* ============================================================================ Name : TestDefine.c Author : lf Version : Copyright : Your copyright notice Description : 宏定义 1...
分类:其他好文   时间:2015-03-01 15:42:59    阅读次数:120
A1023. Have Fun with Numbers (20)
Notice that the number 123456789 is a 9-digit number consisting exactly the numbers from 1 to 9, with no duplication. Double it we will obtain 2469135...
分类:其他好文   时间:2015-02-27 20:12:12    阅读次数:266
二维数组的认识及其表示元素的两种方式
/* ============================================================================ Name : TeatArr.c Author : lf Version : Copyright : Your copyright notice Description : 二维数组的认识以及...
分类:编程语言   时间:2015-02-27 00:23:02    阅读次数:198
【C/C++学院】(17)数据库编程--C语言操作数据库
/* ============================================================================ Name : mysql1.c Author : wuyq Version : Copyright : Your copyright notice Description : Hello Wo...
分类:数据库   时间:2015-02-26 21:39:31    阅读次数:164
查看照片EXIF信息的类
网站发现了一个查看jpeg类型照片的exif信息的类,在这里分享下NOTICE:On Windows,php_mbstring.dll must be before php_exif.dll'); } /*获取图片格式,返回图片格式信息 * 如果只获取图片格式信息,...
分类:其他好文   时间:2015-02-26 18:04:30    阅读次数:103
指针的再认识
/* ============================================================================ Name : Pointer.c Author : lf Version : Copyright : Your copyright notice Description : 指针的再认识 =...
分类:其他好文   时间:2015-02-24 23:27:23    阅读次数:139
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!