原文转自:http://www.tqcto.com/article/recommend/132.html一、dom4j介绍dom4j是一个Java的XML API,类似于jdom,用来读写XML文件的。dom4j是一个非常非常优秀的Java XML API,具有性能优异、功能强大和极端易用使用的特点,同时它也是一个开放源代码的软件,可以在SourceForge上找到它。在IBM developer...
分类:
其他好文 时间:
2015-08-31 13:36:01
阅读次数:
276
原文转自:http://www.tqcto.com/article/recommend/131.html dom4j是一个Java的XML API,类似于jdom,用来读写XML文件的。dom4j是一个非常非常优秀的Java XML API,具有性能优异、功能强大和极端易用使用的特点,同时它也是一个开放源代码的软件,可以在SourceForge上找到它. 对主流的Java XML AP...
分类:
其他好文 时间:
2015-08-31 10:09:55
阅读次数:
177
https://www.udemy.com/python-programming-for-real-life-networking-use/https://pynet.twb-tech.com/blog/python/books-beginners.htmlPython Book Recommend...
分类:
编程语言 时间:
2015-08-29 12:20:20
阅读次数:
211
function get_category_recommend_goods($type = '', $cats = '', $brand = 0, $min =0, $max = 0, $ext=''){ $brand_where = ($brand > 0) ? " AND g.brand...
分类:
其他好文 时间:
2015-08-26 17:16:47
阅读次数:
139
Java实体Date类型属性值无法保存到数据表对应字段的问题项目框架:maven+springMVC+mybatis实体属性://推荐时间private java.util.Date recommendDate;数据库字段:ALTER TABLE `resource`ADD COLUMN `RECOMMEND_DATE` date NULL COMMENT '推荐时间';属性赋值:resourc...
分类:
编程语言 时间:
2015-08-25 19:39:38
阅读次数:
306
最近在研究推荐算法方面的知识,对SVD似懂非懂,在ChinaUnix论坛上发现一个很好的解释SVD的例子,所以赶紧贴了出来,和大家分享:http://blog.chinaunix.net/uid-20761674-id-4040274.html原文:We recommend a singular v...
分类:
其他好文 时间:
2015-08-16 19:33:37
阅读次数:
197
注:本文作者是笔者的leader
背景:线上有一个推荐服务,日志量比较大,想确认下是不是qps过高
问题:如何根据日志查看一个服务的qps
tail -f XXX.log,可以发现日志格式如下:
[8708-10 14:51:44 638
INFO ] [async task worker[61]] recommend.components.KeywordService[8...
分类:
系统相关 时间:
2015-08-13 20:12:18
阅读次数:
144
原文转自:http://www.tqcto.com/article/recommend/97.html Redis现在在业务中应用已经很广泛了,但是如何监控redis,实时的观察redis的性能,却很少的提及,现在常见的监控方案基本上都是使用redis自带的info命令和monitor命令获取相关信息,然后提取出来显示。测试环境: redis版本:2.4.17 IP:10.2...
分类:
其他好文 时间:
2015-08-11 16:12:38
阅读次数:
137
我最喜欢的一本书 - 教我如何写可读的代码Two month fan of the book, from August - Oct. 2014; and then, started to practice code review, change the code to make it readabl...
分类:
其他好文 时间:
2015-08-03 06:31:35
阅读次数:
179
not recommend ,only for studyprocedure TForm1.Button3Click(Sender: TObject);var ssi, sso: TStringStream; abt: TBytes; s1: string;begin ssi := TStr...
分类:
其他好文 时间:
2015-07-30 16:39:01
阅读次数:
130