参考:http://scikit-learn.org/stable/modules/label_propagation.html
The semi-supervised estimators insklearn.semi_supervised are
able to make use of this additional unlabeled data to better ca...
分类:
其他好文 时间:
2015-08-07 09:39:40
阅读次数:
258
Shaass has n books. He wants to make a bookshelf for all his books. He wants the bookshelf's dimensions to be as small as possible. The thickness of the
i-th book is ti and its pages' width is equal ...
分类:
其他好文 时间:
2015-08-06 22:36:08
阅读次数:
464
主要有12条:1. Make fewer HTTP requests 尽可能少的http请求。。我们有141个请求(其中15个JS请求,3个CSS请求,47个CSS background images请求),多的可怕。思考了下,为什么把这个三种请求过多列为对页面加载的重要不利因素呢,而过多的IMG请...
分类:
其他好文 时间:
2015-08-06 21:51:59
阅读次数:
117
DescriptionBefore the invention of book-printing, it was very hard to make a copy of a book. All the contents had to be re-written by hand by so calle...
分类:
其他好文 时间:
2015-08-06 21:46:15
阅读次数:
152
servre1:10.1.1.88server2:10.1.1.82需要让server2实时同步server1上的代码,server1上操作:1.安装inotifytar-zxvfinotify-tools-3.14.tar.gz./configure&&make&&makeinstall2.链接库64位系统安装完毕后,报错,找不到库文件,需要做链接ln-s/usr/local/lib/li..
分类:
其他好文 时间:
2015-08-06 18:50:05
阅读次数:
272
1.工具说明mysqlsla是hackmysql.com推出的一款MySQL的日志分析工具,功能非常强大.数据报表,非常有利于分析慢查询的原因,包括执行频率,数据量,查询消耗等。2.安装mysqlsla下载地址:http://hackmysql.com/mysqlsla2.1.安装#tar-zxvfmysqlsla-2.03.tar.gz#cdmysqlsla-2.03#make&..
分类:
数据库 时间:
2015-08-06 18:47:36
阅读次数:
206
1.代码:
#include
#include
#include
#define Max(a,b) ((a)>(b)?(a):(b))
#define Min(a,b) ((a)<(b)?(a):(b))
#define N 100000
int a[N];
int ST1[N][20];
int ST2[N][20];
int n,q;
void make_ST()
{
for(i...
分类:
其他好文 时间:
2015-08-06 18:27:29
阅读次数:
104
Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %lluDescriptionBefore the invention of book-printing, it was very hard to make a copy of a b...
分类:
其他好文 时间:
2015-08-06 12:46:11
阅读次数:
141
B -二分Time Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluDescriptionBefore the invention of book-printing, it was very hard to make a copy of ...
分类:
其他好文 时间:
2015-08-05 19:53:53
阅读次数:
125
找了很多教程总有一个适合我http://www.cnblogs.com/_popc/p/3684835.html当然我的目录是/opt/redis 文章中的目录是/usr/local/redis 我的redis 中没有bin目录 所有文件都在redis/src下面在make的时候提示错误首先得安.....
分类:
系统相关 时间:
2015-08-05 17:54:56
阅读次数:
149