上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页

2007年4月12日

摘要: 这样 use URI::Escape; print "Content-type: text/html;charset=gbk\n\n"; $str = "+ \ /"; $url = uri_escape($str); print $url; 阅读全文

posted @ 2007-04-12 17:45 古代 阅读(717) 评论(0) 推荐(0) 编辑

摘要: ■ 这个问题是mod_encoding已经先一步处理了url ,而PHP又解了一次 ■ 例如 x.php?s=%252B%2F%2B%2F 那么$_GET['s']得到的是 +/ / urlencode("+") = %2B urlencode("%2B") = %252B 所以,这个url被decode了两次 第一次是 urldecode( "%252B%2F%2B%2F") = %2B... 阅读全文

posted @ 2007-04-12 17:43 古代 阅读(382) 评论(0) 推荐(0) 编辑

摘要: ■将4.0的数据库直接拷贝到4.1的数据目录下 发现在执行sql时有这个错误 Got error 134 from storage engine 改用PMA将数据导出来,再导进4.1,问题解决了。 ■如果是命令行执行sql来迁移数据那么需要先用 \s查看当前链接的编码 如果是 latin1 那么执行下面的语句 set character_set_client=gbk; set chara... 阅读全文

posted @ 2007-04-12 13:39 古代 阅读(610) 评论(0) 推荐(0) 编辑

2007年4月10日

摘要: function path_info(filename){ var tmpo = new Object; tmpo.dir = filename.replace( /[^\/\\]+$/ig , "" ); tmpo.fullname = filename.replace( /.+[\/\\]/ig , "... 阅读全文

posted @ 2007-04-10 14:53 古代 阅读(272) 评论(0) 推荐(0) 编辑

2007年4月5日

摘要: S: xp + apache 2.0.59 + mod_perl2 因为我在代码里连续 print "Cache-Control: no-store, no-cache\n"; print "Content-type: text/html;charset=gbk\n\n"; 最终发现是在这之前有这一句, $| = 1; 这是说立刻输出给客户的浏览器,所以2个头部就不能并存啦。 HTTP... 阅读全文

posted @ 2007-04-05 13:40 古代 阅读(370) 评论(0) 推荐(0) 编辑

2007年4月3日

摘要: 打开mod_headers模块. DocumentRoot F:/web/1.duote.net/stored ServerName down1.duote.net Header append Content-Disposition "attachment;" AllowOverride All ForceType application/octet-s... 阅读全文

posted @ 2007-04-03 21:29 古代 阅读(699) 评论(0) 推荐(0) 编辑

摘要: 如果你配置虚拟主机指向 f:/a目录 , perl是a的子目录.并且设定 Alias /perl f:/a/perl , 那么apache会陷入死循环中,迟迟不能返回信息.错误日志中可能会出现 slurp_filename('F:/.........这样的信息 阅读全文

posted @ 2007-04-03 21:28 古代 阅读(303) 评论(0) 推荐(0) 编辑

摘要: function parseParams(){ locationHref = document.location.href; arr = locationHref.split("?"); if ( typeof(arr[1]) != 'undefined' && arr[1]!='' ) { arr[1] = "'"+arr[1]+"'"; os... 阅读全文

posted @ 2007-04-03 21:28 古代 阅读(657) 评论(0) 推荐(0) 编辑

摘要: http://johnvey.com/features/deliciousdirector/web-service-broker.html 找到的解释是 document.domain property that is set, but is considered null by the security model until it is set explicitly. Unfortuna... 阅读全文

posted @ 2007-04-03 21:27 古代 阅读(1164) 评论(0) 推荐(0) 编辑

摘要: 照着这个来做 http://blog.csdn.net/fzjw/archive/2004/11/03/165856.aspx apache2.0的用这句 ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl-2.0.ppd OK 如果你有问题,那么继续往下看. 按照mod_perl官方网站说明用它那个自动编译mod_perl... 阅读全文

posted @ 2007-04-03 21:26 古代 阅读(843) 评论(1) 推荐(0) 编辑

2007年3月30日

摘要: 我先总结一下.xmlhttp是做不到访问一个非本域的url的(不弹出安全对话框).但是,可以分别设置三级域下的文件,以此来达到互相通信的目的. 例如 www.ab.com 下的main.html用iframe包含一个1.ab.com下的xmlproxy.html 1.ab.com 下的xmlproxy.html创建一个xmlhttp对象对1.ab.com的data.php进行访问,得到的数据... 阅读全文

posted @ 2007-03-30 19:52 古代 阅读(1325) 评论(1) 推荐(0) 编辑

2007年3月22日

摘要: QPdf2Swffla2swfswf2exeSHPtoSWFConvertorSWF2SVG ConverterphpStrobe SWF Generator phpStrobe is an object-oriented PHP library for creating Macromedia Flash (SWF) movies. SvgSwf is a PHP-class for conver... 阅读全文

posted @ 2007-03-22 09:02 古代 阅读(637) 评论(1) 推荐(0) 编辑

2007年3月21日

摘要: delete cdb_members , cdb_memberfields from cdb_members , cdb_memberfields where cdb_members.lastvisit+90*864000)and cdb_memberfields.uid=cdb_members.uid;[right] 阅读全文

posted @ 2007-03-21 17:51 古代 阅读(267) 评论(0) 推荐(0) 编辑

2007年3月20日

摘要: gudai.cnblogs.com速度飞快 阅读全文

posted @ 2007-03-20 18:02 古代 阅读(261) 评论(0) 推荐(0) 编辑

2007年3月18日

摘要: 解到plugin目录下 打开GreenBrowser 打开菜单里的 工具(T)---扩展工具栏(E)---设置扩展工具栏... 在名称后面写:截屏 在命令后面写:".\Plugin\EPSnap\callSnap.exe" OK 注意,不要修改默认截屏的快捷键WIN+4的那个。。。 callSnap是我用c++写的,因为我的水平十分之低,搞了半天,接受用户键盘输入还是搞不定,所以,就这样了。 ... 阅读全文

posted @ 2007-03-18 04:32 古代 阅读(314) 评论(0) 推荐(0) 编辑

摘要: // w32.cpp : 启动EPSnap , 模拟按键 win+1 , 达到使EPSnap固定捕捉等目的。// 哦也 , 2007-03-18 02:58:51 终于完成第一版 // v0.01 , 2007-03-18// gudai (异域苍穹)#include "stdafx.h"#include #include #include #include voi... 阅读全文

posted @ 2007-03-18 04:32 古代 阅读(627) 评论(0) 推荐(0) 编辑

2007年3月16日

摘要: 2007-03-16 bailing settings d:\p\KDiff3\kdiff3.exe %base %mine %theirs -o %merged --L1 Base --L2 Mine --L3 Theirs d:\p\KDiff3\kdiff3.exe %base %mine --L1 Base --L2 Mine D:\p\IDM Computer Solution... 阅读全文

posted @ 2007-03-16 14:37 古代 阅读(318) 评论(0) 推荐(0) 编辑

摘要: 问题,怎样使js里的document.write任意时间都可以显示在页面上, 问题是不在appendChild前面加一个alert() , append上去的js中的document.write语句通通无效 问题,怎样使js里的document.write任意时间都可以显示在页面上 阅读全文

posted @ 2007-03-16 10:39 古代 阅读(495) 评论(0) 推荐(0) 编辑

2007年3月15日

摘要: aaa22233344411111111222223333344444 阅读全文

posted @ 2007-03-15 13:53 古代 阅读(254) 评论(0) 推荐(0) 编辑

2007年3月14日

摘要: php的 function passport_encrypt($txt, $key) { srand((double)microtime() * 1000000); $encrypt_key = md5(rand(0, 32000)); $ctr = 0; $tmp = ''; for($i = 0;$i < strlen($txt); $i++) { ... 阅读全文

posted @ 2007-03-14 11:12 古代 阅读(439) 评论(0) 推荐(0) 编辑

2007年3月11日

摘要: 我就贴一个何东老师的评价吧,因为我是看了何老师的博客才去找这部片子看的。http://blog.sina.com.cn/u/59386ed60100092y我不是个随便的人,我随便起来不是人! 阅读全文

posted @ 2007-03-11 10:19 古代 阅读(192) 评论(0) 推荐(0) 编辑

2007年3月9日

摘要: 2345留言板留言板已关闭,现在即将跳转到bbs.9991.com自动跳转:还有5秒. 阅读全文

posted @ 2007-03-09 15:07 古代 阅读(441) 评论(1) 推荐(0) 编辑

2007年3月8日

摘要: mysql> update aa_song,aa_album set aa_song.albumId = aa_album.id -> where aa_song.album=aa_album.title -> ; Query OK, 84392 rows affected (3 hours 53 min 13.53 sec) Rows matched: 84392 Chang... 阅读全文

posted @ 2007-03-08 16:39 古代 阅读(250) 评论(0) 推荐(0) 编辑

摘要: 最早的似乎是mega upload,2004年停止了开发,它的最新版有一个致命bug,不过我修补了它。 最无耻的是tesupload,同样是开源项目,直接照抄mega upload , 重新组织修改了外围的界面 它照搬mega upload, 所以和mega upload有一个同样致命的bug. 最简单是?呵呵,网上找到一段不带进度条的程序,只是它直接上传,没有进行限制cpu时间的处理 所以局域网... 阅读全文

posted @ 2007-03-08 16:27 古代 阅读(1229) 评论(1) 推荐(0) 编辑

2007年3月7日

摘要: 老夫费劲心机,苦学perl,终于解决了此问题,此文大概为目前互联网上唯一能找到的唯一解决方案(至少就我自己几天猛搜的结果看来!),哈哈。 阅读全文

posted @ 2007-03-07 17:46 古代 阅读(927) 评论(0) 推荐(0) 编辑

2007年3月5日

摘要: 调试Perl CGI程序 日期:2001年7月17日 PerlMonth/Jeff Boes ——(译者注:本文译自PerlMonth—www.perlmonth.com,作者很幽默,但是有些语言我也翻译不出精髓,如果你读得不通或者觉得翻译的与你所理解的有所不同,可以查看原文——http://www.perlmonth.com/columns/begin/begin.ht... 阅读全文

posted @ 2007-03-05 13:31 古代 阅读(415) 评论(0) 推荐(0) 编辑

2007年3月2日

摘要: [tortoise error]please get a newer Subversion client 2007-03-02 bailing 今天用命令行更新版本库,结果,发现本地的拷贝上的Tortoise覆盖图标全部消失了。 进入此拷贝下一个空目录,尝试checkout,出来这个错误 Error: This client is too old to work with working c... 阅读全文

posted @ 2007-03-02 15:50 古代 阅读(2942) 评论(2) 推荐(0) 编辑

摘要: 2007-03-01 11:29:04 bailing Network error IOException: Connection Refused: connect in MS SQL Server 2000 配置ODBC来使JDBC连上windows混合认证的mssql 先建立一个ODBC 名称为 LocalServer ,测试连接没问题后 运行MySQLMigrationTool Dat... 阅读全文

posted @ 2007-03-02 11:49 古代 阅读(1142) 评论(0) 推荐(0) 编辑

2007年2月28日

摘要: while read linedo if [ "$line" != "" ] ; then echo $line else echo "empty line" fidone <tmp3.txt 阅读全文

posted @ 2007-02-28 10:34 古代 阅读(1026) 评论(0) 推荐(0) 编辑

2007年2月26日

摘要: 转帖Subversion1.4.0在windows下的服务设置http://blog.chinaunix.net/u/24801/showart_184840.html 最新的subversion1.4.0已经发布半个月左右,让我最感兴趣的新特性之一就是现在可以直接添加svn为windows的服务,不再用第三方工具来实现了。cool! Subversion1.4.0在windows的服务设置 安装... 阅读全文

posted @ 2007-02-26 13:07 古代 阅读(623) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 15 下一页