2011年12月13日

IE页面跳转不发送Referrer

摘要: IE在某些情况下页面跳转不发送Referrer的解决办法 阅读全文

posted @ 2011-12-13 15:51 强爷 阅读(1672) 评论(0) 推荐(0)

2011年7月17日

上传文件form头

摘要: 上传文件需要使用post提交方式,且指定为二进制传输 <form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" /> <br /> <input 阅读全文

posted @ 2011-07-17 23:09 强爷 阅读(235) 评论(0) 推荐(0)

html head

摘要: 在浏览器的标签中加入logo图片:<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> 设置XHTML字符集:<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 阅读全文

posted @ 2011-07-17 00:00 强爷 阅读(197) 评论(1) 推荐(1)

2011年7月11日

linux查看IP地址

摘要: 查看IP地址命令:/sbin/ifconfig在终端直接输入ifconfig,如果报错则输入/sbin/ifconfig。原因:IP工具为root用户设置了环境变量;在有的linux系统中非root用户可能没有默认设置ip工具的环境变量PS:为什么不使用ipconfig?因为微软持有Ms DOS命令的专利! 阅读全文

posted @ 2011-07-11 14:35 强爷 阅读(605) 评论(0) 推荐(0)

2011年7月4日

apache配置多个虚拟主机

摘要: 1 #此处mod_jk的文件为你下载的文件 2 JkWorkersFile "D:/apache-tomcat-6.0.32/conf/workers.properties" 3 #指定tomcat监听配置文件地址 4 JkLogFile "D:/apache-tomcat-6.0.32/conf/logs/mod_jk2.log" 5 #指定日志存放位置 6 JkLogLevel info 7 8 <VirtualHost *> 9 DocumentRoot D:/workspace10 ServerName sjs.sinajs.cn11 阅读全文

posted @ 2011-07-04 11:35 强爷 阅读(370) 评论(0) 推荐(0)

导航