情况:部署程序在IIS 7.5 windows server 2008 R2 64 bit OS,引用“Oracle.DataAccess.dll”运行程序会出现:"Could not load file or assembly 'Oracle.DataAccess' or one of its d...
分类:
数据库 时间:
2014-07-16 23:21:27
阅读次数:
638
1、andriod gradle插件版本过低。
出错位置:
dependencies{
classpath 'com.android.tools.build:gradle:0.10.2'
}
提示信息:You must use a newer version of the Android Gradle plugin. The minimum supported version is ...
分类:
其他好文 时间:
2014-07-09 10:43:51
阅读次数:
230
首先在pom.xml里面添加: maven-assembly-plugin jar-with-dependencies ...
分类:
其他好文 时间:
2014-06-30 23:28:04
阅读次数:
191
GNU Autotools can not only handle making (compiling and linking), distributing, transplanting source code for different platforms, but can also track ...
分类:
其他好文 时间:
2014-06-30 12:33:53
阅读次数:
400
This post introduces the benefits of the Declaring Dependencies on the top of the function or module.
分类:
编程语言 时间:
2014-06-25 15:15:36
阅读次数:
199
刚刚 部署了ii7的dll的有x86写的,就会出现以下这样的问题 iis 7 x86,Could not load file or assembly 'Name' or one of its dependencies. An attempt was made to load a program wi...
分类:
Web程序 时间:
2014-06-14 23:07:21
阅读次数:
428
使用VC2010创建DLL文件,编译后提示错error LNK2001: unresolved
external symbol __DllMainCRTStartup@12解决的办法:Linker->Input->Additional
Dependencies:Debug:加入 msvcrtd.li...
分类:
其他好文 时间:
2014-06-13 19:32:13
阅读次数:
365
在使用maven 的过程中,发现几个有用的命令本来我在寻找设置
dependency:copy-dependencies 的 output 路径(默认在 target/dependency)百度了一下,搜索到了。不过我猜想,
maven 命令行应该也可以检索到。之前我使用过 mavn help:de...
分类:
其他好文 时间:
2014-06-10 19:30:56
阅读次数:
247
JDK1.7能用,cmd下输入java,javac,java
-version,javaw配置和环境都没问题的话,有可能是工作空间的问题,就是一般在D盘下的workspace..那个文件夹,删除了,再打开eclipse。换了工作空间之后,有的项目重新导入有时会出现“Jar
mismatch! Fix...
分类:
移动开发 时间:
2014-06-08 00:40:17
阅读次数:
352
1. 将开源项目的.xcodeproj拖入项目frameworks2. Build Phases下
Links Binary With Libraries 引入.a文件。Target Dependencies里引入开源项目文件3. Build
Setting下的 Search Paths 里 Hea...
分类:
移动开发 时间:
2014-06-07 20:06:34
阅读次数:
287