2017年6月29日

摘要: http://www.cnblogs.com/veitch-623/p/6192601.html 阅读全文
posted @ 2017-06-29 17:58 积累学习 阅读(213) 评论(0) 推荐(0) 编辑

2017年6月23日

摘要: http://www.cnblogs.com/oscarxie/p/3894559.html mac 安装Brew curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local --stri 阅读全文
posted @ 2017-06-23 17:01 积累学习 阅读(176) 评论(0) 推荐(0) 编辑

2017年6月15日

摘要: http://www.sdifen.com/navicatpremium11215.html 阅读全文
posted @ 2017-06-15 17:01 积累学习 阅读(106) 评论(0) 推荐(0) 编辑

2017年6月12日

摘要: /*"{ "code": 801, "message": "没有返回结果", "result": { "code": 802, "message": "红包生效时间不能小于当前时间,失败", "result": {} } }}*/ import net.sf.json.JSONArray; //用于 阅读全文
posted @ 2017-06-12 17:41 积累学习 阅读(623) 评论(0) 推荐(0) 编辑
摘要: package user;/** * Created by www on 17/6/12. */import org.json.JSONObject;import java.io.IOException;import java.io.InputStream;import java.io.Output 阅读全文
posted @ 2017-06-12 14:39 积累学习 阅读(3945) 评论(0) 推荐(0) 编辑

2017年6月6日

摘要: 在mac下idea的常用快捷键如下,下面的快捷键都亲自试用,并有一些和eclipse对比的说明 alt+f7查找在哪里使用 相当于eclipse的ctrl+shift+G command+alt+f7 这个是查找选中的字符在工程中出现的地方,可以不是方法变量类等,这个和上面的有区别的 command 阅读全文
posted @ 2017-06-06 11:33 积累学习 阅读(10513) 评论(0) 推荐(0) 编辑

2017年6月5日

摘要: http://blog.csdn.net/u011619283/article/details/52368759 以前看到的Node.js 的安装方案,大多都是使用终端各种命令,太费事。明明有更简便的方式干嘛不用呢?今天就介绍傻瓜式的安装方案。 首先从官网下载Node.js 下载地址:Node.js 阅读全文
posted @ 2017-06-05 18:01 积累学习 阅读(131) 评论(0) 推荐(0) 编辑

2017年5月30日

摘要: 端口占用问题: 运行 cmd 之后输入 netstat -ano 之后会出现列表 (2)找到这一行后 记下进程号:这里是55512,之后打开任务管理器,进入到详细信息页面,找到pid为55512的进程,选中 点右下角的结束任务即可 阅读全文
posted @ 2017-05-30 19:57 积累学习 阅读(547) 评论(0) 推荐(0) 编辑
摘要: 写spring helloController.clss ,@Controller 报错 IDEA下报错:annotations are not supported at this language level 解决: 1. File -> Project Structure -> Project 阅读全文
posted @ 2017-05-30 14:45 积累学习 阅读(661) 评论(0) 推荐(0) 编辑

2017年5月2日

摘要: http://www.jianshu.com/p/2101d176555b 1.创建module 2.选择maven 写好Maven的俩参数,GroupId和ArtefactId,版本 3.在Module文件上单机右健 菜鸟请勾上Create empty spring-config.xml如果你有本 阅读全文
posted @ 2017-05-02 12:56 积累学习 阅读(180) 评论(0) 推荐(0) 编辑

导航