2009年9月8日

摘要: 1我只有2浏览器firefox, ie6, firefox不认识window.dialogArgumentsmainpage.html[代码]subpage.html[代码] 阅读全文
posted @ 2009-09-08 11:43 mustardpeanut 阅读(265) 评论(0) 推荐(0)

2009年8月26日

摘要: 原文地址: http://dev.mysql.com/doc/refman/5.1/zh/optimization.html#locking-issues一 锁定方法MySQL 5.1支持对MyISAM和MEMORY表进行表级锁定,对BDB表进行页级锁定,对InnoDB表进行行级锁定。在许多情况下,可以根据培训猜测应用程序使用哪类锁定类型最好,但一般很难说出某个给出的锁类型就比另一个好。一切取决于... 阅读全文
posted @ 2009-08-26 17:42 mustardpeanut 阅读(374) 评论(0) 推荐(0)

2009年8月20日

摘要: 1参考地址:http://book.csdn.net/bookfiles/152/1001526430.shtml2.http://blog.phpma.com/read.php?26一,什么是事务在数据库系统的世界里,事务(transaction)是指把多个数据库操作当做一个整体(块)来对待。数据库系统确保操作要么全都正确地得到执行,要么全都不执行,即使在事务过程中出现了停电、计算机崩溃或其他灾... 阅读全文
posted @ 2009-08-20 17:46 mustardpeanut 阅读(374) 评论(0) 推荐(0)
 
摘要: 1 原文地址 http://maketecheasier.com/turn-your-ubuntu-hardy-to-mac-osx-leopard/2008/07/23/2. 翻译地址 http://www.ownlinux.cn/2008/08/18/turn-your-ubuntu-hardy-to-mac-osx-leopard.html 阅读全文
posted @ 2009-08-20 11:11 mustardpeanut 阅读(254) 评论(0) 推荐(0)

2009年8月18日

摘要: 参考地址:http://www.blogjava.net/kissjava/archive/2008/07/16/215177.html http://blog.csdn.net/gavin_ku/archive/2008/07/08/2625065.aspx1. 为什么要用MYSQL存储过程sql语句执行的时候要先编译.然后执行.存储过程(Stored Procedure)是一组为了完成特定功能... 阅读全文
posted @ 2009-08-18 11:09 mustardpeanut 阅读(397) 评论(0) 推荐(0)

2009年8月3日

摘要: <?phpecho urlencode('我家里的小狗');//%E6%88%91%E5%AE%B6%E9%87%8C%E7%9A%84%E5%B0%8F%E7%8B%97?><?phpecho urldecode('%E6%9D%8E%E7%99%BD');//李白?> 阅读全文
posted @ 2009-08-03 16:25 mustardpeanut 阅读(331) 评论(0) 推荐(0)

2009年7月30日

摘要: I just find youtobe is forbidden in China several days ago. Today my classmate told me one tool can solve this problemdownload UltraVPN : https://www.ultravpn.fr/download/ultravpn-install.exeinstall i... 阅读全文
posted @ 2009-07-30 17:10 mustardpeanut 阅读(8981) 评论(2) 推荐(0)

2009年7月28日

摘要: Start to learn Python. Good luck to myself!python download URL: http://www.python.org/download/VIM is a good coding tool: http://www.vim.org/download.phpAfter installing python, add installation direc... 阅读全文
posted @ 2009-07-28 18:05 mustardpeanut 阅读(139) 评论(0) 推荐(0)

2009年7月27日

摘要: Download File Thingie: http://www.solitude.dk/filethingie/download/request/有一个是免费的。点击FREE可以下载到这个唯一免费的,别的都收费的其实自己做一个文件管理系统也不是特别难,针对LINUX系统,PHP的 system 函数就已经很强大了。可以直接运行命令 system('/bin/rm myfile.php', $r... 阅读全文
posted @ 2009-07-27 23:12 mustardpeanut 阅读(530) 评论(0) 推荐(0)

2009年7月14日

摘要: 不同服务提供商的邮箱地址,比如要用到gmail,就必须先打开URL: http:www.gmail.com现在不用那么做也可以登陆[代码] 阅读全文
posted @ 2009-07-14 16:18 mustardpeanut 阅读(1154) 评论(0) 推荐(0)