文件读写、游标seekg函数原型: istream &seekg( off_type offset, ios::seekdir origin ); istream &seekg( pos_type position );函数seekg()用于输入流,而且它将又一次设置"get"指针到当前流的从ori...
分类:
其他好文 时间:
2014-09-16 23:20:51
阅读次数:
176
1. php 配置文件 php.ini 中的magic_quotes_gpc选项没有打开,被置为 off 2. 开发者没有对数据类型进行检查和转义 不过事实上,第二点最为重要。我认为,对用户输入的数据类型进行检查,向 MYSQL 提交正确的数据类型,这应该是一个 web 程序员最最基本的素质。但.....
分类:
数据库 时间:
2014-09-16 21:51:11
阅读次数:
389
*Export Aborted Export aborted because fatal Lin error were founds. These are listed in the problems view. Either fix these before running Export Again, or turn off "Run full error check when expor...
分类:
移动开发 时间:
2014-09-16 19:18:02
阅读次数:
287
Off Canvas Infinity Push是一个帮助你开发推拉式移动端导航菜单的jQuery插件,支持响应式,并且支持无限多层菜单导航!
分类:
移动开发 时间:
2014-09-16 15:27:30
阅读次数:
204
when I upgrated my laptop's system to win8.*,I found it's hibernate when I clicked turn off button.but sometimes you need restart your computer.if you...
@echo off echo 修改计算机器名... set pcname=WinXP-%random:~-3% echo Windows Registry Editor Version 5.00>ComputerName.reg echo [HKEY_CURRENT_USER\Softwa...
分类:
其他好文 时间:
2014-09-16 14:02:10
阅读次数:
278
bat脚本@echo off if "%1" == "h" goto begin mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit :begin node myserver.js:end...
分类:
Web程序 时间:
2014-09-16 00:13:59
阅读次数:
217
splice函数: 功能描述:用于在两个文件描述符之间移动数据,也是零拷贝操作。函数定义如下:1 #include 3 ssize_t splice(int fd_in,loff_t* off_t,int fd_out,loff_t* off_out,size_t len,unsigned i...
分类:
其他好文 时间:
2014-09-15 19:21:09
阅读次数:
218
//禁用错误报告error_reporting(0);#orini_set("display_errors","Off");//开启错误报告ini_set("display_errors","On");#orerror_reporting(E_ALL);在用php做网站开发的时候, 为防止用户看到错...
分类:
Web程序 时间:
2014-09-15 11:14:58
阅读次数:
205
1.依赖头文件
#include
#include
2.函数定义:
int truncate(const char *path,off_t length);
int ftruncate(int fd,off_t length);
函数说明:
The truncate() and ftruncate() functions cause the regular file named...
分类:
系统相关 时间:
2014-09-14 19:20:57
阅读次数:
289