07 2014 档案
摘要:I worked on a personal project recently, and I was trying to find the jQuery scrollbar plugin that's perfect. But there was no perfect scrollbar plugin. That's why I decided to make one.
阅读全文
摘要:开始前的准备PHP安装包下载:http://windows.php.net/downloads/releases/php-5.5.14-Win32-VC11-x86.zipNginx 下载地址:http://nginx.org/download/nginx-1.6.0.zipRunHiddenCon...
阅读全文
摘要:登陆mysqlmysql -u username -p创建用户名配置权限,这里为该用户配置tablename表的全部权限,也可以指定GRANT ALL PRIVILEGES ON database.* TO 'username'@'hostname' IDENTIFIED BY 'password'...
阅读全文