1. maven运行tomcat6出现错误Exception starting filter encodingFilter: 解决办法: 将 修改为 Scope的含义和使用 <dependency>中<scope>,它主要管理依赖的部署。目前<scope>可以使用5个值: * compile,缺省值 ...
分类:
其他好文 时间:
2017-09-18 00:28:59
阅读次数:
209
第一步:下载并安装django 首先,在Django官网上下载适合自己Python的Django版本,在安装Django前首先确定你已成功安装了python。 Windows系统下安装Django: 解压缩下载的Django压缩包,找到里面的setup.py文件,然后打开cmd命令窗口,在其对应的路 ...
分类:
编程语言 时间:
2017-09-17 22:03:44
阅读次数:
211
Visible Lattice Points Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 7705 Accepted: 4707 Description A lattice point (x, y) in the first ...
分类:
其他好文 时间:
2017-09-17 15:05:13
阅读次数:
200
RMAN> duplicate target database to dupdb; Starting Duplicate Db at 25-JUN-2015 08:18:24 using target database control file instead of recovery catalog... ...
分类:
数据库 时间:
2017-09-16 20:41:27
阅读次数:
241
P2868 [USACO07DEC]观光奶牛Sightseeing Cows P2868 [USACO07DEC]观光奶牛Sightseeing Cows P2868 [USACO07DEC]观光奶牛Sightseeing Cows 题目描述 Farmer John has decided to r ...
分类:
其他好文 时间:
2017-09-14 21:35:07
阅读次数:
243
GCD和Block一起,使得iOS多线程编程变得简单优雅许多。如此优雅简单的多线程API真希望C和C++标准中也会有 One of the technologies for starting tasks asynchronously is Grand Central Dispatch (GCD). ...
分类:
移动开发 时间:
2017-09-14 13:57:54
阅读次数:
278
1、此方式会使得服务器处于不安全的情况,请尽量保证在安全的环境下进行,因为,此方式,会使得任何人任意地连接MySQL数据库。 2、#vim /etc/my.cnf 在【mysqld】的段中,加上skip-grant-tables 保存并且退出。 3、重新启动mysqld #service mysql ...
分类:
数据库 时间:
2017-09-14 10:37:34
阅读次数:
215
1.usb 可以使用此命令读取u盘里的内容,此命令加上相关参数可以有以下功能: 1.1usb start 在使用u盘之前必须启动此命令以初始化好fat文件系统环境,笔者的输出如下: jello # usb start(Re)start USB...USB: Starting the controll ...
分类:
其他好文 时间:
2017-09-12 23:20:36
阅读次数:
415
严重: Exception starting filter StrutsPrepareFilterUnable to load configuration. - [unknown location] 出现这种错误 jar包冲突 xerce.jar和xml-apis.jar这两个jar包冲突 或者是类 ...
分类:
其他好文 时间:
2017-09-11 14:19:45
阅读次数:
143
问题描述:通过Spring Boot官方提供的方式,写出如下HelloWorld代码。 @Controller @EnableAutoConfiguration public class HelloWorld { @RequestMapping("/wu") @ResponseBody String ...
分类:
编程语言 时间:
2017-09-09 10:47:08
阅读次数:
328