上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 71 下一页
摘要: http://www.cnblogs.com/winner-0715/p/5422952.html 先编译好要调试的程序。1.设置断点选定要设置断点的代码行,在行号的区域后面单击鼠标左键即可。 2.开启调试会话 点击红色箭头指向的小虫子,开始进入调试。IDE下方出现Debug视图,红色的箭头指向的是 阅读全文
posted @ 2017-07-27 16:17 扯 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 非常好介绍Zookeeper的文章, Google的三篇论文影响了很多很多人,也影响了很多很多系统。这三篇论文一直是分布式领域传阅的经典。根据MapReduce,于是我们有了Hadoop;根据GFS,于是我们有了HDFS;根据BigTable,于是我们有了HBase。而在这三篇论文里都提及Googl 阅读全文
posted @ 2017-07-26 09:54 扯 阅读(4388) 评论(0) 推荐(0) 编辑
摘要: Posted on August 19, 2016 by Andrey Cheptsov Every day we try to find new ways to improve developer experience with IntelliJ IDEA. It may be a bugfix, 阅读全文
posted @ 2017-07-21 15:53 扯 阅读(2173) 评论(0) 推荐(0) 编辑
摘要: http://jingyan.baidu.com/article/3aed632e198ae870108091b4.html du -sh /* 先看看根目录下面 du -sh /usr/* du -sh /usr/local/ * 依次类推。。。 阅读全文
posted @ 2017-07-06 17:02 扯 阅读(750) 评论(0) 推荐(0) 编辑
摘要: 官网下载:https://plugins.jetbrains.com/plugin/7125-grep-console 官网下载:https://plugins.jetbrains.com/plugin/7125-grep-console 一、安装Grep Console插件 二、设置不同日志类型的 阅读全文
posted @ 2017-06-23 14:37 扯 阅读(4535) 评论(0) 推荐(0) 编辑
摘要: //SerializerFeature.WriteDateUseDateFormat 使用日期字段格式序列化(2017-01-01),而不是用时间戳表示日期 JSON.toJSONString(data, SerializerFeature.WriteDateUseDateFormat)); 阅读全文
posted @ 2017-06-08 17:31 扯 阅读(6114) 评论(0) 推荐(0) 编辑
摘要: 一、简单介绍 1、init-method方法,初始化bean的时候执行,可以针对某个具体的bean进行配置。init-method需要在applicationContext.xml配置文档中bean的定义里头写明。例如:<bean id="TestBean" class="nju.software. 阅读全文
posted @ 2017-06-06 16:39 扯 阅读(342) 评论(0) 推荐(0) 编辑
摘要: Composer: 1、Get请求 a) 请求头加上: Content-Type: application/json; charset=utf-8 b) url:http://localhost:8080/x1/x2.do?p1=1&p2=2 2、Post请求 a) 请求头加上: Content-T 阅读全文
posted @ 2017-06-01 17:56 扯 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 背景:实体集合作为参数 数据准备: 1、实体类 class A {private int id; private String name; } 2、集合json字符串 [{"id":1,"name":"k1"},{"id":2,"name":"k2"}] 前后端: 1、Java后端 @Request 阅读全文
posted @ 2017-05-30 09:34 扯 阅读(7008) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/xdd19910505/article/details/52756417 问题描述: IntelliJ IDEA安装之后,使用SVN进行提交或更新以及检出代码的时候会出现如下错误: Cannot load supported formats: Cannot 阅读全文
posted @ 2017-05-09 17:20 扯 阅读(3216) 评论(1) 推荐(1) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 71 下一页