“C and C++ are considered weakly typed since, due to type-casting, one can interpret a field of a structure that was an integer as a pointer.” 我当前使用的开 ...
分类:
其他好文 时间:
2018-07-14 23:04:55
阅读次数:
206
Description Due to recent rains, water has pooled in various places in Farmer John's field, which is represented by a rectangle of N x M (1 <= N <= 10 ...
分类:
其他好文 时间:
2018-07-12 23:52:07
阅读次数:
241
使用Larave5.6l提交POST请求出现The page has expired due to inactivity错误 一般是由于没有添加 csrf造成的 在表单下面的 第一个行 添加如下代码即可 切记是第一行 如果还有问题,那么检查form下的 第一行是不是以上数据 如果有其他的数据请放到别 ...
分类:
其他好文 时间:
2018-07-12 18:06:08
阅读次数:
2497
POJ 2386 Lake Counting Due to recent rains, water has pooled in various places in Farmer John's field, which is represented by a rectangle of N x M (1 ...
分类:
其他好文 时间:
2018-07-11 22:52:16
阅读次数:
153
【报错】 Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。:'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-uninstall-6z7keac8\\pro ...
分类:
Windows程序 时间:
2018-06-28 15:56:30
阅读次数:
9219
解决办法:(1)修改D:\Java\apache-tomcat-7.0.88\conf\catalina.properties (122line) (2)如org.apache.catalina.startup.ContextConfig.jarsToSkip=*.jar 严重: Container... ...
分类:
移动开发 时间:
2018-06-14 23:59:43
阅读次数:
1175
springboot项目在启动时需要把servlet容器编译进去,这时候如果你的maven依赖里面没有配置jetty或者tomcat相关依赖就会报错。 解决方法: jetty添加 tomcat添加: ...
分类:
移动开发 时间:
2018-05-29 10:24:08
阅读次数:
6545
The set S originally contains numbers from 1 to n. But unfortunately, due to the data error, one of the numbers in the set got duplicated to another n ...
分类:
其他好文 时间:
2018-05-27 23:41:38
阅读次数:
254
第一种: 需要在主类头加上 @EnableAutoConfiguration 第二种: pom文件是否加了 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter< ...
分类:
移动开发 时间:
2018-05-10 15:49:31
阅读次数:
22295
1、错误如下所示,启动flume采集文件到hdfs案例的时候,出现如下所示的错误: 大概是说No channel configured for sink,所以应该是sink哪里配置出现了错误,百度了一下,然后检查了一下自己的配置: 2、解决方法如下所示: 参考链接如https://stackover ...
分类:
Web程序 时间:
2018-05-08 22:26:19
阅读次数:
326