报错:未能加载文件或程序集Microsoft.office.interop.excel,Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c” 或它的某一个依赖项。找到的程序清单定义与程序集引用不匹配。异常来自HRESU...
分类:
其他好文 时间:
2014-09-22 02:16:21
阅读次数:
479
基本的报错注入 1、单引号报错-GET-字符型 错误信息:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax...
分类:
数据库 时间:
2014-09-21 12:47:10
阅读次数:
263
项目截图
需要导入的基本包有Spring所有的包加上Apache支持上传的包
web.xml
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="...
分类:
编程语言 时间:
2014-09-21 00:31:29
阅读次数:
480
For everyday use, I try to install skype linux version 4.3.First download the .deb file from the website of skype.Then dpkg -i skype.deb.If dependency...
分类:
系统相关 时间:
2014-09-20 21:42:49
阅读次数:
269
子模块中配置Spring依赖 org.springframework spring-beans ${org.springframework.version} ...
分类:
编程语言 时间:
2014-09-20 17:25:39
阅读次数:
234
1. 编译时出现/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../libz.so when searching for -lzPLATFORM_VERSION_CODENAME=AOSPPL...
分类:
移动开发 时间:
2014-09-19 23:53:06
阅读次数:
523
加入以下,解决 <properties> <jdk.version>1.6</jdk.version> <spring.version>3.2.8.RELEASE</spring.version> <spring.security.version>3.2.3.RELEASE</spring.security.version> <!-- Web --> <jsp.version>...
分类:
编程语言 时间:
2014-09-19 22:38:36
阅读次数:
246
这个版本的chrome beta升级到38.0.2x.xxx的时候, flash就挂了.
调试下
./libpepflashplayer.so: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./libpepflashplayer.so)
linux-vdso.so.1...
分类:
其他好文 时间:
2014-09-19 22:33:16
阅读次数:
243
1.添加Tiles的jar依赖<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-api</artifactId>
<version>3.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.tiles</g..
分类:
其他好文 时间:
2014-09-19 19:40:36
阅读次数:
245
1.添加Tiles的jar依赖<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-api</artifactId>
<version>3.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.tiles</g..
分类:
其他好文 时间:
2014-09-19 19:39:56
阅读次数:
235