码迷,mamicode.com
首页 >  
搜索关键字:errors    ( 1753个结果
Referenced file contains errors (http://mybatis.org/dtd/mybatis-3-config.dtd). For more information, right click on the message in the Problems View and select "Show Details..."
mybatis配置文件报错Referenced file contains errors mybatis的配置文件报错 The errors below were detected when validating the file "mybatis-3-config.dtd" via the fil ...
分类:Web程序   时间:2016-11-13 22:00:45    阅读次数:1116
elasticsearch 自定义_id
elasticsearch 自定义ID: 启动本地es,然后写入数据,data2.json: 通过批量插入上述数据: 可以看到新生成的文档_id为uuid的数值! ...
分类:其他好文   时间:2016-11-11 22:44:30    阅读次数:392
PHP优化笔记
1.指定display_function内容,用来禁用危险参数 2.指定display_errors = Off 来关闭错误显示 3.这个和上一条有因果关系,关闭了错误前台显示,但是要记录错误信息就必须开启错误日志功能。 ①:指定display_errors = Off 来关闭错误显示 ②:指定lo ...
分类:Web程序   时间:2016-11-10 19:22:13    阅读次数:155
端口号大全
著名端口 端口号码 / 层名称注释 1 tcpmux TCP 端口服务多路复用 5 rje 远程作业入口 7 echo Echo 服务 9 discard 用于连接测试的空服务 11 systat 用于列举连接了的端口的系统状态 13 daytime 给请求主机发送日期和时间 17 qotd 给连接 ...
分类:其他好文   时间:2016-11-09 11:47:04    阅读次数:2379
ORACLE 11G 禁用 SQL TUNING ADVISOR
生产上有一套11g数据库alert.log报错ORA-16957:SQLAnalyzetimelimitinterrupt。查询MOS相关文档Troubleshooting:ORA-16957:"SQLAnalyzetimelimitinterrupt"Errors(文档ID1275248.1)TheORA-16957errorisaninternalerrorcodeusedtoindicatethatSQLTuningTaskhasreachedthetimelim..
分类:数据库   时间:2016-11-08 14:33:36    阅读次数:333
install chrome in elementary os
Elementary OS Freya 0.3.2 was officially out for public. As previous release, it comes pre-installed with Midori browser – a clean, lightweight, simpl ...
分类:其他好文   时间:2016-11-06 09:27:52    阅读次数:551
linux下使用tar命令
解压语法:tar [主选项+辅选项] 文件或者目录 使用该命令时,主选项是必须要有的,它告诉tar要做什么事情,辅选项是辅助使用的,可以选用。主选项:c 创建新的档案文件。如果用户想备份一个目录或是一些文件,就要选择这个选项。相当于打包。 x 从档案文件中释放文件。相当于拆包。 t 列出档案文件的内 ...
分类:系统相关   时间:2016-11-05 12:04:54    阅读次数:238
MYSQL--慢查询,卡死等处理
命令: show processlist; 如果是root帐号,你能看到所有用户的当前连接。如果是其它普通帐号,只能看到自己占用的连接。 show processlist;只列出前100条,如果想全列出请使用show full processlist; mysql> show processlist ...
分类:数据库   时间:2016-11-02 12:11:31    阅读次数:284
Batch containing 1 record(s) expired due to timeout while requesting metadata from brokers
一、异常信息如下:java.util.concurrent.ExecutionException:org.apache.kafka.common.errors.TimeoutException:Batchcontaining1record(s)expiredduetotimeoutwhilerequestingmetadatafrombrokersforuser-video-0 atorg.apache.kafka.clients.producer.internals.FutureRecor..
分类:Web程序   时间:2016-10-31 22:34:40    阅读次数:2002
解决 com.sun.*包导入错误
解决 com.sun.*包导入错误 com.sun.image.codec.jpeg.*导入错误如何解决: com.sun.*是受限制访问的API,Eclipse 默认把受访问限制的API设成了ERROR。只要把Windows>Preferences>Java>Complicer>Errors/Wa ...
分类:其他好文   时间:2016-10-28 23:08:58    阅读次数:172
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!