1. [Run] 
  2. Filename: "{app}\set.bat" 

如果需要后台执行

本日志由 holley 于 2010-08-02 18:10:21 发表到 技术 中,目前已经被浏览 78 次,评论 0 次;

作者添加了以下标签: Innovbscmd

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

  1. xcopy "test.txt" %userprofile%\Desktop /e /y /c 

 

本日志由 holley 于 2010-08-02 18:08:22 发表到 技术 中,目前已经被浏览 49 次,评论 0 次;

作者添加了以下标签: cmd

Readme.txt 为提示内容可以自定义
  1. [Files] 
  2. Source: "Readme.txt"; Flags: dontcopy 

本日志由 holley 于 2010-08-02 16:39:37 发表到 技术 中,目前已经被浏览 45 次,评论 0 次;

作者添加了以下标签: Inno

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

FlagChrome (Alexa、PR、国家地区查询)

https://chrome.google.com/extensions/detail/jlfpkedlbbdkmmhehackbhdgcdpflmdo?hl=zh-cn

鼠标手势(使用鼠标右键轨迹执行动作,如打开关闭页面,非常方便。)

http://download.chrome.theworld.cn/ext/mouse_gesture_1.0.4.crx

google翻译(将当前网页翻译成其他语言的扩展。)

http://download.chrome.theworld.cn/ext/translate_1_2_3_1.crx

天气预报(中国准确的天气预报与万年历(农历))

http://download.chrome.theworld.cn/ext/weather_2_3_1.crx

本日志由 holley 于 2010-08-02 09:09:01 发表到 分享 中,目前已经被浏览 66 次,评论 0 次;

作者添加了以下标签: Chrome

收藏备用

本日志由 holley 于 2010-08-01 12:40:23 发表到 技术 中,目前已经被浏览 62 次,评论 0 次;

作者添加了以下标签: Phpcms

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

 include data 很大的鸡肋。

本日志由 holley 于 2010-07-31 18:31:32 发表到 唠叨 中,目前已经被浏览 40 次,评论 0 次;

作者添加了以下标签: dedecms

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

删除文件的CentOS常用命令

rm

NO1.删除当前目录的文件

[root@rehat root]# rm test.txt

NO2.强制删除当前目录的文件,不弹出提示

[root@rehat root]# rm -f test.txt

NO3. 强制删除整个目录,包括目录与文件全部删除,需要管理员权限

[root@rehat root]# rm -r -f test

删除文件夹的CentOS常用命令

rmdir

NO1. 删除一个空目录

[root@rehat root]# rmdir emptydir

NO2. 删除多级空目录

[root@rehat root]# rmdir -p emptydir/d1/d11

本日志由 holley 于 2010-07-31 17:26:30 发表到 linux 中,目前已经被浏览 91 次,评论 0 次;

作者添加了以下标签: CentOS删除命令

templates/ 文件夹
网站根目录
index.html 文件
sitemaps.xml 文件
sitemap.html 文件
baidunews.xml 文件
include/config.inc.php 文件
about/ 目录
data/ 目录
templates/ 目录
uploadfile/ 目录
languages/ 目录
vote/data/ 目录
link/ 目录
data/moodrank/ 目录
data/moodrank/ 目录
search/data/ 目录
special/ 目录
uploadfile/2009/0510/ 目录
spider/rules/ 目录
data/moodrank/ 目录

本日志由 holley 于 2010-07-31 17:17:45 发表到 技术 中,目前已经被浏览 47 次,评论 0 次;

作者添加了以下标签: phpcms

location ~* \.(swf)$ {

为扩展名,括号内可以自定义以|为间隔如:(swf|jpg|gif)

valid_referers none blocked 123.com 456.com;

通过的域名以空格为下一个域名

rewrite ^/ /404.html;

为错误转向,可以是文件。也可以是网址。如果要是网址的话把/404.html修改成网址就可以了。

  1. #防止盗链   
  2.   location ~* \.(swf)$ {  
  3.   valid_referers none blocked 123.com 456.com;  
  4.   if ($invalid_referer) {  
  5.   rewrite ^/ /404.html;  
  6.   }  
  7.   } 

/404.html也可换成网址。

本日志由 holley 于 2010-07-31 13:29:47 发表到 技术 中,目前已经被浏览 49 次,评论 0 次;

作者添加了以下标签: nginx防盗连

关闭
/etc/rc.d/init.d/iptables stop
开启
/etc/rc.d/init.d/iptables start
查看当前配置:iptables -L
 

本日志由 holley 于 2010-07-31 13:15:40 发表到 linux 中,目前已经被浏览 93 次,评论 0 次;

作者添加了以下标签: LinuxCentOS防火墙

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

1354/14