上一篇文章给自己总结了一下linux环境下的大部分的I/O函数,还有一类函数就是为当前操作的文件设置文件偏移量。同样分为两种函数,一种是linux提供的一个系统调用函数lseek();还有一种就是标准C库函数。先介绍linux下面的的lseek()函数: off_t lseek(int fd,of....
分类:
其他好文 时间:
2015-01-30 22:15:38
阅读次数:
131
linux 系统tomcat启动显示成功,8080的主页面也打开(三脚猫的页面可以打开),web程序页面打不开, 再反复查找原因后发现是防火墙没有关闭,
执行 chkconfig iptables off 永久关闭防火墙 web程序页面打开成了...
分类:
Web程序 时间:
2015-01-30 17:49:11
阅读次数:
213
For 2008-2010 model years, the function of the turn signal flasher was incorporated into the software of the Smart Power Distribution Junction Box (SP...
分类:
其他好文 时间:
2015-01-30 17:35:00
阅读次数:
169
IE浏览器里有autocomplete="off",可以禁止自动补全账号和密码,为了防止信息泄露,需要去除自动补齐。自动补齐产生的场景是,form里面有密码框,因此只要将该密码框设置为text,点击的时候再改回password就解决了。$("#paypwd").click(function(){ ....
分类:
其他好文 时间:
2015-01-30 17:06:02
阅读次数:
171
The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1is read off as"one 1"or11.11is read off as"tw...
分类:
其他好文 时间:
2015-01-30 06:37:50
阅读次数:
188
apache配置: ServerName test.com DocumentRoot /home/q/system/Engine/src/biz/www ProxyRequests Off Order deny,allow Allow from...
分类:
Web程序 时间:
2015-01-29 21:05:00
阅读次数:
181
指令及默认值 可选值 范围 注释 举例 {$A8} ?{$ALIGN8} {$A+},{$A-}, ?{$A1},{$A2},{$A4},{$A8}; ?{$ALIGN ON},{$ALIGN OFF}, ?{$ALIGN 1},{$ALIGN 2}, ?{$ALIGN 4},{$ALIGN 8} Local {$APPTYPE GUI} {$APPT...
lua 5.3.0 windows 工程 下载地址:http://pan.baidu.com/s/1mg1dTOG 对应批处理文件: @echo off
if "%1"=="d" (goto :debug) else goto :release
:debug
set path=D:\GNU\Lua\5.3\Debug;%path%
goto calllu...
http://blog.163.com/qimo601@126/blog/static/1582209320143354446462/@ECHO OFF:IE10HACKREG ADD "HKLM\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer" /...
分类:
其他好文 时间:
2015-01-29 14:33:22
阅读次数:
209
当ANSI_NULLS 为ON时,遵循SQL92的标准,只能使用IS NULL 来判断值是否为NULL, 而不能使用=或来与NULL做比较,任何值包括NULL值与NULL值做=或运算都得到FALSE当ANSI_NULLS为OFF时,将不再遵循SQL92标准,可以使用=和来与NULL做BOOL运算测试...
分类:
数据库 时间:
2015-01-28 14:20:04
阅读次数:
232