08 2015 档案

摘要:1 默认:application/x-www-form-urlencoded在网页表单中可设置 enctype的值,如果不设,默认是application/x-www-form-urlencoded在ajax中,默认也是以上的编码,如果需要其他格式的编码,如application/json ,则应该... 阅读全文
posted @ 2015-08-08 02:39 mimeay 阅读(123) 评论(0) 推荐(0)
摘要:以下为最近有关git的学习笔记1 公司要求用 bitbucket ,个人偏向于用github,本地仓库要怎样设置才能推送到两个远程库呢? 以项目Qdemo为例子,在Qdemo目录下: 关键词: git remote add [shortName] [url] git remote add toGit... 阅读全文
posted @ 2015-08-05 22:37 mimeay 阅读(155) 评论(0) 推荐(0)