摘要:
一般linux自带git版本很旧,会有一定问题,可以先卸载系统自带git: yum remove git下载及安装git: wget https://github.com/git/git/archive/v2.2.1.tar.gztar zxvf v2.2.1.tar.gzcd git-2.2.1m 阅读全文
posted @ 2016-10-19 23:14
水车
阅读(6559)
评论(0)
推荐(1)
摘要:
后端其实并不需要知道前端发起的请求是不是ajax,后端只需要响应请求即可.例子: 前端这样写: $('button').on('click', function(event) { event.preventDefault(); /* Act on the event */ $.ajax({ url: 阅读全文
posted @ 2016-10-19 02:28
水车
阅读(4929)
评论(0)
推荐(1)

浙公网安备 33010602011771号