添加引用http://htmlagilitypack.codeplex.com/downloads/get/437941protected
void Export(string content,string file) { HtmlDocument doc = new HtmlD...
分类:
Web程序 时间:
2014-07-22 23:17:32
阅读次数:
426
创建java工程SamplePlugin:package
com.hoo.server.plugin;import java.io.File;import
org.jivesoftware.openfire.XMPPServer;import org.jivesoftware.openfire.co...
分类:
其他好文 时间:
2014-07-22 23:17:14
阅读次数:
478
1. 消息队列(通知类、延迟更新类)2. 热点数据的实时缓存(比如feed,数据库、缓存同时写)3.
热点列表数据缓存(首页、热门话题等)4. counter(计数器,大多是用缓存实现的)5. 记日志最好不要用redis,用mongodb比较适合。
分类:
其他好文 时间:
2014-07-22 23:16:54
阅读次数:
350
本栏目内容来自Andrew
NG老师的公开课:https://class.coursera.org/ml/class/index 一般而言, 人工神经网络与经典计算方法相比并非优越,
只有当常规方法解决不了或效果不佳时人工神经网络方法才能显示出其优越性。尤其对问题的机理不甚了解或不能用数学模型表示....
分类:
Web程序 时间:
2014-07-22 23:16:53
阅读次数:
752
Table Existence of index A table should contain at
least one column, one index, one key, and one reference.可以不检查 Existence of index
这项,也就没有这个警告错误了。这是说...
分类:
其他好文 时间:
2014-07-22 23:16:13
阅读次数:
2085
论文投递相关:http://5icccnt.com/对应的修改信息为:https://www.easychair.org/conferences/login_registered.cgi?t=11467218.PqseQ167GJH83Grmbobofangwei;常用
分类:
其他好文 时间:
2014-07-22 23:15:55
阅读次数:
265
package com.kpsh.myself;import java.io.File;import
java.io.FileWriter;import org.dom4j.Document;import
org.dom4j.DocumentHelper;import org.dom4j.Eleme...
分类:
其他好文 时间:
2014-07-22 23:15:52
阅读次数:
301
插件GanttCalendarPlugin安装完以后,有一个问题,就是在选择起始与结束时间的时候,为了方便有datepicker功能,如图需要用到插件DateFieldPlugin,官网链接http://trac-hacks.org/wiki/DateFieldPlugin
分类:
其他好文 时间:
2014-04-30 15:28:48
阅读次数:
259
c语言实现日历系统,sqlite保存数据库,发现问题不少,特别是数据库的设计,另外,c语言的字符拼接问题也很蛋疼,问题起源如下:起源:在日历中有个功能就是可以设置重复的事件,比如我在日历中加入一个事件,然后可以设置这个事件按天,或者按星期,或者按月,或者按年重复提醒。如果每个事件都是一条记录的话,肯...
分类:
编程语言 时间:
2014-04-30 15:22:04
阅读次数:
427
poj 1279 求半平面交的
面积题目来源:http://poj.org/problem?id=1279分析: 求半平面交的 面积代码如下:const double EPS =
1e-8;const int Max_N = 1505;struct Point{ double x,y; ...
分类:
其他好文 时间:
2014-04-29 16:35:46
阅读次数:
499