http://blog.csdn.net/finelife/article/details/16086321.写入sessionObject sessionName = "name";Object sessionValue = "value";HttpSession session = (HttpS...
分类:
Web程序 时间:
2014-06-15 21:14:40
阅读次数:
219
error: SSL certificate problem, verify that the CA cert is OK. Details:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify fail...
分类:
其他好文 时间:
2014-06-15 20:45:58
阅读次数:
460
安装标准版VisualSvnserver,端口443,启用https//,安装过程中报服务启动失败,后用命令行msiexec /i VisualSVN-Server-2.7.3.msi NO_START_SERVICES=1安装,暂时不启动服务。安装完成后,启动服务时,启动失败,报错。这通查,用了两...
分类:
其他好文 时间:
2014-06-15 20:38:14
阅读次数:
577
1、VirtualBox 安装 恩,一路默认即可安装完毕。2、宿主机网络环境配置(使用Host-Only模式,上网啥的不用改配置) 2.1 右击VirtualBox选择属性,更改网络IP设置 2.2 设置为Ip地址和子网掩码为如下属性:,点击确定。(注意Centos默认网段为56) 3、...
分类:
其他好文 时间:
2014-06-15 20:36:49
阅读次数:
251
原题地址:https://oj.leetcode.com/problems/longest-substring-without-repeating-characters/题意:Given a string, find the length of the longest substring witho...
分类:
编程语言 时间:
2014-06-15 19:51:00
阅读次数:
254
原题地址:https://oj.leetcode.com/problems/add-two-numbers/题意:You are given two linked lists representing two non-negative numbers. The digits are stored i...
分类:
编程语言 时间:
2014-06-15 00:40:44
阅读次数:
328
1、查看系统是否安装了MySQL 使用命令: #rpm -qa | grep mysql 2、卸载已安装的MySQL 卸载mysql命令如下: #rpm -e --nodeps mysql-libs-5.1.61-4...
分类:
数据库 时间:
2014-06-14 23:55:39
阅读次数:
369
今天将项目部署到Centos 6.3 x64上面的tomcat 7.0.54,访问链接出现了404错误。后来查看了/usr/local/apache-tomcat-7.0.54/logs/catalina.out 文件,出现了Error listenerStart 。org.apache.cat.....
分类:
其他好文 时间:
2014-06-14 23:44:17
阅读次数:
740
参考资料https://github.com/bsdnoobz/web-based-face-detecthttp://opencv-code.com/projects/web-based-interface-for-face-detection-with-opencv/http://www.cnb...
分类:
Web程序 时间:
2014-06-14 21:57:39
阅读次数:
379
编译环境:windows8.1Anaconda python2.7Visual studio 2012CUDA6.0Pthread for windowsIntel Math Kernel Librarycuda-convnet 原始文件下载地址:https://github.com/dnouri/...