会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
thewindkee
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
下一页
2017年2月13日
缓存相关文章
摘要: 本文部分内容来自《Redis开发与运维》一书,转载请声明。 缓存使用与设计系列文章--1.缓存的一些基本常识。 缓存使用与设计系列文章--2.是否真的需要缓存? 缓存使用与设计系列文章--3.缓存常用更新策略对比...
阅读全文
posted @ 2017-02-13 17:57 thewindkee
阅读(90)
评论(0)
推荐(0)
编辑
阿里巴巴Java规约学习-foreach
摘要: 阿里巴巴Java规约学习-foreach7....
阅读全文
posted @ 2017-02-13 16:25 thewindkee
阅读(175)
评论(0)
推荐(0)
编辑
2017年2月10日
说说JSON和JSONP,也许你会豁然开朗,含jQuery用例
摘要: 转自http://www.cnblogs.com/dowinning/archive/2012/04/19/json-jsonp-jquery.html说到AJAX就会不可避免的面临两个问题,第一个是AJAX以何...
阅读全文
posted @ 2017-02-10 11:35 thewindkee
阅读(91)
评论(0)
推荐(0)
编辑
java解决跨域访问。
摘要: 直接使用第一种方法,需要自己构建参数。参考 http://blog.sina.com.cn/s/blog_6eec2bb50100z93z.htmlhttp://www.cnblogs.com/fx2008/p/...
阅读全文
posted @ 2017-02-10 11:19 thewindkee
阅读(282)
评论(0)
推荐(0)
编辑
2017年2月9日
Spring Boot 使用mysql数据库
摘要: 转自:http://duqicauc.github.io/Spring-Boot-with-Mysql/Spring Boot with MysqlSpring Boot大大简化了持久化任务,几乎不需要写SQL语...
阅读全文
posted @ 2017-02-09 13:01 thewindkee
阅读(555)
评论(0)
推荐(0)
编辑
2017年2月8日
Nginx开启Gzip压缩大幅提高页面加载速度
摘要: 转自:http://www.cnblogs.com/mitang/p/4477220.htmlNginx开启Gzip压缩大幅提高页面加载速度 http://www.veryhuo.com/a/view/51706...
阅读全文
posted @ 2017-02-08 10:12 thewindkee
阅读(80)
评论(0)
推荐(0)
编辑
2017年2月7日
构建微服务:Spring boot 入门篇
摘要: 转自:http://www.cnblogs.com/ityouknow/p/5662753.html#3468419构建微服务:Spring boot 入门篇 什么是spring bootSpring Boot是...
阅读全文
posted @ 2017-02-07 12:48 thewindkee
阅读(102)
评论(0)
推荐(0)
编辑
2017年1月24日
Python时间戳和日期的相互转换
摘要: 1.将字符串的时间转换为时间戳 方法: a = "2013-10-10 23:40:00" 将其转换为时间数组 import time timeArr...
阅读全文
posted @ 2017-01-24 10:22 thewindkee
阅读(1705)
评论(0)
推荐(0)
编辑
2017年1月22日
【Mongodb】aggregate限制返回字段
摘要: 使用$project即可db.xx.aggregate({$project:{_id:1}})db.xx.aggregate({$match:{opTime:{$gt:1475091390000}}},{$pro...
阅读全文
posted @ 2017-01-22 21:36 thewindkee
阅读(685)
评论(0)
推荐(0)
编辑
MongoDB的skip,limit,sort执行顺序
摘要: 先sort再skip,最后limit所有数据都是不一样的。先看 skip和limit, 当两者一起使用的时候, 不管其位置顺序,默认先skip,再limit。如下图: 再看sort ,【6】语句,我的数据已经排序...
阅读全文
posted @ 2017-01-22 21:06 thewindkee
阅读(276)
评论(1)
推荐(1)
编辑
上一页
1
···
10
11
12
13
14
15
16
17
18
下一页
公告