yyyyyyyyyyyyyyyyyyyy

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 200 201 202 203 204 205 206 207 208 ··· 367 下一页

2016年1月27日 #

摘要: http://yshjava.iteye.com/blog/1560661 为何要计算文档相似性 在今年年初的时候,我开始尝试做文本的自动聚类,当时是从网上,找到的一个K-Means算法,稍作了修改。从测试结果来看,分类效果 不太好,究其原因,我认为有两个,一个是词库的问题,停用词词库太小,没有噪音 阅读全文
posted @ 2016-01-27 14:49 xxxxxxxx1x2xxxxxxx 阅读(465) 评论(0) 推荐(0)

2016年1月26日 #

摘要: java中int,float,long,double取值范围是多少? 写道public class TestOutOfBound { public static void main(String[] args) { System.out.println(Integer.MAX_VALUE-(-In... 阅读全文
posted @ 2016-01-26 19:56 xxxxxxxx1x2xxxxxxx 阅读(405) 评论(0) 推荐(0)

摘要: 内容推荐本书主要讲述采用现代C++在x86-64 Linux上编写多线程TCP网络服务程序的主流常规技术,重点讲解一种适应性较强的多线程服务器的编程模型,即one loop per thread。这是在Linux下以native语言编写用户态高性能网络程序最成熟的模式,掌握之后可顺利地开发各类常见的... 阅读全文
posted @ 2016-01-26 19:02 xxxxxxxx1x2xxxxxxx 阅读(354) 评论(0) 推荐(0)

摘要: http://itindex.net/detail/52566-httpclientHttpClient使用详解标签: httpclient | 发表时间:2015-01-22 12:07 | 作者:fang323619分享到:出处:http://blog.csdn.netHttpClient:... 阅读全文
posted @ 2016-01-26 10:08 xxxxxxxx1x2xxxxxxx 阅读(290) 评论(0) 推荐(0)

摘要: publicstaticvoidLogin(){Stringurl="http://www.***.com/login";PostMethodpostMethod=newPostMethod(url);//填入各个表单域的值NameValuePair[]data={newNameValuePair(... 阅读全文
posted @ 2016-01-26 10:07 xxxxxxxx1x2xxxxxxx 阅读(331) 评论(0) 推荐(0)

2016年1月25日 #

摘要: https://www.charlesproxy.com/download/ Charles Proxy 通常称为Charles,Charles是目前最强大的http调试工具,在界面和功能上远强于Fiddler,同时是全平台支持,堪称圣杯级工具,不过在这里为您提供了Charles和谐版,欢迎下载使用 阅读全文
posted @ 2016-01-25 21:06 xxxxxxxx1x2xxxxxxx 阅读(618) 评论(0) 推荐(0)

摘要: Eclipse项目名出现红叉在Eclipse的windows->show views->problem右健project->maven->update project. 阅读全文
posted @ 2016-01-25 20:39 xxxxxxxx1x2xxxxxxx 阅读(145) 评论(0) 推荐(0)

摘要: 查看网页的header是优化web应用的关键一环,从header中,可以检查到非常 多的信息:网页在squid中的缓存时间(age)、客户端缓存时间(expires)、是否有最后修改时间(last-modified)、是否在 squid中命中(x-cache)、服务器版本、服务器时间(Date)、g... 阅读全文
posted @ 2016-01-25 17:27 xxxxxxxx1x2xxxxxxx 阅读(153) 评论(0) 推荐(0)

摘要: 3xx RedirectionThis class of status code indicates the client must take additional action to complete the request. Many of these status codes are used... 阅读全文
posted @ 2016-01-25 16:28 xxxxxxxx1x2xxxxxxx 阅读(337) 评论(0) 推荐(0)

摘要: 在用Eclipse编写程序时,发现把鼠标放到类名上时出现标题的提示 解决方法: 右击项目,选择 properties –> Java Build Path –> Libraries,如图 以jxl.jar为例,单击jax.jar左边的三角符号,出现 从上面看Javadoc location:(Non 阅读全文
posted @ 2016-01-25 15:56 xxxxxxxx1x2xxxxxxx 阅读(294) 评论(0) 推荐(0)

上一页 1 ··· 200 201 202 203 204 205 206 207 208 ··· 367 下一页