摘要: 常用的Git命令 命令 简要说明 git add 添加至暂存区 git add–interactive 交互式添加 git apply 应用补丁 git am 应用邮件格式补丁 git annotate 同义词,等同于 git blame git archive 文件归档打包 git bisect 阅读全文
posted @ 2016-02-18 14:59 春月 阅读(180) 评论(0) 推荐(0) 编辑
摘要: var phone = $("#phone").val(); //陈旧版 var parphone = /^(((13[0-9]{1})|(17[0-9]{1})|(15[0-9]{1})|(14[0-9]{1})|(18[0-9]{1}))+\d{8})$/; //简写版 var parphone 阅读全文
posted @ 2016-01-07 10:56 春月 阅读(357) 评论(0) 推荐(0) 编辑
摘要: ...或...直接用插入对象的ID来接收就行User user = new User(); user.setUserName("chenzhou"); user.setPassword("xxxx"); user.setComment("测试插入数据返回主键功能"); System.ou... 阅读全文
posted @ 2015-12-31 09:54 春月 阅读(232) 评论(0) 推荐(0) 编辑