码迷,mamicode.com
首页 >  
搜索关键字:version    ( 21237个结果
报错:未能加载文件或程序集Microsoft.office.interop.excel,Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c”HRESULT:0x80131040
报错:未能加载文件或程序集Microsoft.office.interop.excel,Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c” 或它的某一个依赖项。找到的程序清单定义与程序集引用不匹配。异常来自HRESU...
分类:其他好文   时间:2014-09-22 02:16:21    阅读次数:479
MySql注入
基本的报错注入 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
SpringMVC中简单的上传
项目截图 需要导入的基本包有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
ubuntu 14.04 install linux skpye4.3
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
Maven搭建Spring环境
子模块中配置Spring依赖 org.springframework spring-beans ${org.springframework.version} ...
分类:编程语言   时间:2014-09-20 17:25:39    阅读次数:234
[转]编译Android源代码常见错误解决办法
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
javax.servlet.jsp.JspException cannot be resolved
加入以下,解决 <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
debian(wheezy) chrome beta 38.0.2x.xxx Shockwave Flash was crashed 崩溃的解决办法.
这个版本的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
教你搭建Tiles工程-HelloTiles(附源码)
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
教你搭建Tiles工程-HelloTiles(附源码)
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!