添加引用Microsoft Word *.0 Object LibraryMicrosoft Graph *.0 Object Library变量说明Object oMissing = System.Reflection.Missing.Value;object oEndOfDoc = "\\end...
分类:
编程语言 时间:
2016-01-18 20:25:51
阅读次数:
523
今天往STS工具中导入一个maven项目,导入后发现pom.xml文件的处报错:Missing artifact com.oracle:ojdbc14:jar:10.2.0.4.0.jar(简单译为没有找到ojdbc.jar包)。虽然可能并不影响运行,但对于一个强迫症的人肯定受不了。 如图: ...
分类:
数据库 时间:
2016-01-17 12:10:26
阅读次数:
217
Curseslibrarynotfound.Pleaseinstallappropriatepackage
今天安装mysql-5.5.47的时候,报下面的错误:--CouldNOTfindOpenSSL(missing:OPENSSL_LIBRARIESOPENSSL_INCLUDE_DIR)--CouldNOTfindCurses(missing:CURSES_LIBRARYCURSES_INCLUDE_PATH)CMakeErroratcmake/readline.cmak..
分类:
数据库 时间:
2016-01-13 00:54:20
阅读次数:
209
起因:今天在接手同事做的一个项目时,发现用Myeclipse部署后,项目里有不少网页出现红叉,逐个修改完后,项目理应不再显示红叉,但奇怪的是,项目所有的子文件都没错误,项目根目录却有个红叉。。。>_选Build path------>再选Configure build Path; ② 在右侧窗口中选...
分类:
编程语言 时间:
2016-01-12 13:50:18
阅读次数:
194
解决方法:1、在Project target里“Architectures”设置为:Standard (armv7,armv7s)或者 Standard (armv7,arm64)2、设置”Build Active Architecture Only”为“NO”还有一篇文章说的很牛逼,但是还咩有看,...
分类:
移动开发 时间:
2016-01-09 17:05:28
阅读次数:
190
题目:Given an array containingndistinct numbers taken from0, 1, 2, ..., n, find the one that is missing from the array.For example,Givennums=[0, 1, 3]re...
分类:
编程语言 时间:
2016-01-08 23:18:19
阅读次数:
234
1. Enum Classpublic enum ContainerPropertyConstants { RETAILER("retailer"), LINED("isLined"), BAGGING("bagging"), MISSING("missing"), M...
分类:
编程语言 时间:
2016-01-06 21:38:33
阅读次数:
162
控制台输出:1.谷歌:Uncaught SyntaxError: Unexpected identifier2.火狐:SyntaxError: missing ] after element list3.IE andEdge:SCRIPT1007: 缺少 ']'错误代码: setTimeout($r...
分类:
其他好文 时间:
2016-01-05 20:51:25
阅读次数:
181
tslib1.4编译过程./autogen.shecho "ac_cv_func_malloc_0_nonnull=yes" >arm-linux.cache# 设置目标机型,缓冲,安装路径./configure --host=arm-linux --cache-file=arm-linux.cac...
分类:
其他好文 时间:
2016-01-05 18:25:03
阅读次数:
130
LeetCode解题之First Missing Positive原题找出一个无序数组中缺少的最小的正整数。...
分类:
其他好文 时间:
2016-01-05 10:58:38
阅读次数:
165