01 2017 档案
摘要:1.点击div外部隐藏, //*代表tip_box所包含的子元素 $('body').click(function(e) { var target = $(e.target); if(!target.is('#tip_box *') ) { //事件处理 } }); 2.div动态展开 .tip_box{ width:300px...
阅读全文
摘要:在远程服务器如:/var/www下创建hello.git 然后git init --bare hello.git cd hello.git会看到下面的目录和文件 然后创建可以访问git的用户 git config --global user.name "name" 例如:json git confi
阅读全文
摘要:MySQL安装 Apache安装:
阅读全文