创建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
本栏目内容来自Andrew
NG老师的公开课:https://class.coursera.org/ml/class/index 一般而言, 人工神经网络与经典计算方法相比并非优越,
只有当常规方法解决不了或效果不佳时人工神经网络方法才能显示出其优越性。尤其对问题的机理不甚了解或不能用数学模型表示....
分类:
Web程序 时间:
2014-07-22 23:16:53
阅读次数:
752
论文投递相关: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
org.hibernate.exception.SQLGrammarException:
Could not execute JDBC batch update
分类:
数据库 时间:
2014-07-22 23:15:14
阅读次数:
417
首先从官网上下载安装包,地址:http://www.nessus.org然后在本地安装:sudo
dpkg -i Nessus.deb安装完成以后,需要激活,去官网上获取激活码(个人用户注意选择use in
home):地址:http://www.nessus.org/plugins/?view=h...
分类:
其他好文 时间:
2014-04-30 19:09:00
阅读次数:
514
otp (one-time
password)http://tools.ietf.org/html/rfc4226相应协议unified push
serverhttps://github.com/aerogear/aerogear-unifiedpush-server
分类:
移动开发 时间:
2014-04-30 18:51:28
阅读次数:
500
插件GanttCalendarPlugin安装完以后,有一个问题,就是在选择起始与结束时间的时候,为了方便有datepicker功能,如图需要用到插件DateFieldPlugin,官网链接http://trac-hacks.org/wiki/DateFieldPlugin
分类:
其他好文 时间:
2014-04-30 15:28:48
阅读次数:
259
http://trac.edgewall.org/wiki/TracNotification官网上提供的方法。个人觉得不是清楚,不过还是有参考价值的。以下写下自己的添加过程,以作记录。1.the[trac]
base_urloption must be set intrac.ini.base_url...
分类:
其他好文 时间:
2014-04-30 14:26:15
阅读次数:
365
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