Compressed and uncompressed copies of jQuery files are available. The uncompressed file is best used during development or debugging; the compressed f ...
分类:
Web程序 时间:
2018-08-17 23:32:08
阅读次数:
431
严重: A child container failed during startjava.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [S ...
分类:
Web程序 时间:
2018-08-17 16:34:23
阅读次数:
270
环境:java JDK 1.8、org.apache.commons net 3.6.jar、端口已放开 解决方法:自己定义一个类继承FTPSClient,重载_prepareDataSocket_(final Socket socket)方法,添加了TLS的session hash支持并扩展了密钥 ...
分类:
其他好文 时间:
2018-08-10 14:36:24
阅读次数:
3933
Tomcat无法启动 项目状态 Maven项目:基础环境(依赖,基本配置文件)搭建完成,前端页面都导入,部署测试项目环境,出现该问题 问题情景: 1.弹窗提示Tomcat启动失败 2.Console报错: 问题: 严重: A child container failed during start 严 ...
分类:
其他好文 时间:
2018-08-09 23:07:23
阅读次数:
243
http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/crontrigger.html ...
分类:
其他好文 时间:
2018-08-09 11:01:29
阅读次数:
122
Write LevelDB提供了write和put两个接口进行插入操作,但是put实际上是调用write实现的,所以我在这里只分析write函数: 首先初始化一个Writer对象,Writer对象用于封装一个插入操作,LevelDB用一个deque来管理Writer对象,新建的Writer对象被插入 ...
分类:
数据库 时间:
2018-08-09 10:12:02
阅读次数:
275
此时运行出现一下错误: 这个问题在网上找的两种方法:1.是通过转换成列表进行删除; 2.一下为网上拷贝 第二种经过测试并没有解决问题,警告依然存在, 解决办法是不对它进行删除,对不删除的数据重新赋值给一个新的字典. ...
分类:
编程语言 时间:
2018-08-02 22:58:19
阅读次数:
222
Farmer John's family pitches in with the chores during milking, doing all the chores as quickly as possible. At FJ's house, some chores cannot be star ...
分类:
其他好文 时间:
2018-08-02 22:52:26
阅读次数:
175
题目链接:http://codeforces.com/problemset/problem/589/F 题目大意:一位美食家进入宴会厅,厨师为客人提供了n道菜。美食家知道时间表:每个菜肴都将供应。对于第i道菜肴,他知道时间ai和bi的两个整数时刻(从宴会开始的几秒钟内) - ai为该菜端出来的时间, ...
分类:
其他好文 时间:
2018-08-02 16:59:48
阅读次数:
180
gdb调试文件,运行提示没有那个文件。 报错During startup program exited with code 127. 查找资料发现是因为文件是32位的,而使用的linux是64位,/lib/ld-linux.so.2 不支持32位文件。 解决方法:sudo apt-get insta ...
分类:
数据库 时间:
2018-08-02 11:14:15
阅读次数:
675