上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 37 下一页
摘要: 1. Ctrl+Enter 直接执行当前sql 阅读全文
posted @ 2017-10-25 10:38 梦见舟 阅读(101) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-10-25 10:36 梦见舟 阅读(1) 评论(0) 推荐(0) 编辑
摘要: dubbo 有两个重要的配置文件 dubbo-provider.xml文件 dubbo-xxx-consumer.xml文件 dubbo-provider.xml 文件结果如下: dubbo-xxx-consumer.xml 文件结构如下: 阅读全文
posted @ 2017-10-25 10:30 梦见舟 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 需要注意需要在.jsp文件中引入相应的类库 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %><%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functio 阅读全文
posted @ 2017-10-24 08:04 梦见舟 阅读(924) 评论(0) 推荐(0) 编辑
摘要: @RunWith(SpringJUnit4ClassRunner.class) @WebAppConfiguration @ContextConfiguration(locations={"classpath:applicationContext.xml","classpath:webApplicationContext.xml"}) public class XXXXController... 阅读全文
posted @ 2017-10-16 14:44 梦见舟 阅读(178) 评论(0) 推荐(0) 编辑
摘要: Revert uncommitted changes You can always undo the changes you've done locally before you have committed them: Undo the last commit IntelliJ IDEA allo 阅读全文
posted @ 2017-10-13 17:40 梦见舟 阅读(3280) 评论(0) 推荐(0) 编辑
摘要: 近期处理高并发的情况 目前总结出来有两条路可以走 1. 在并发量不高的情况下,可以选择延时等待之后做重试 2. 出现并发的情况下直接丢弃部分请求 第一种方案 特点:体验比较好 ,可能会影响系统性能 第二种方案 特点: 效率高 不影响性能 体验差 阅读全文
posted @ 2017-06-08 15:36 梦见舟 阅读(112) 评论(0) 推荐(0) 编辑
摘要: EXPIRE: 设置一个key的存活时间 TTL: 查询一个Key的存活时间 阅读全文
posted @ 2017-05-25 13:58 梦见舟 阅读(646) 评论(0) 推荐(0) 编辑
摘要: The content below come from http://try.redis.io/ There is something special about INCR. Why do we provide such an operation if we can do it ourself wi 阅读全文
posted @ 2017-05-25 13:48 梦见舟 阅读(5267) 评论(0) 推荐(0) 编辑
摘要: Redis 安装 阅读全文
posted @ 2017-05-25 13:28 梦见舟 阅读(151) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 37 下一页