步骤1:强制引用动态库”Microsoft.Office.Interop.Excel“,版本为11.0;步骤2:添加引用OFFICE2007的COM组件”MicroSoft Office 12.0 Object Library“(OFFICE2003的是MicroSoft Office 11.0 O...
分类:
其他好文 时间:
2014-07-23 12:03:46
阅读次数:
182
[enilu@enilu ~]$ mplayerbash: mplayer: command not found[enilu@enilu ~]$ yum list | grep mplayer^C^CExiting on Broken Pipe[enilu@enilu ~]$ [enilu@en.....
分类:
系统相关 时间:
2014-07-23 11:33:56
阅读次数:
490
通过两种方式来创建项目,一种是用xml方式来描述映射关系,一种是用Annation方式来进行描述1 建立新java 项目,名为hibernate_0100_HelloWorld2 学习建User-library-hibernate,并加入相应的jar包 a) 项目右键-buildpath-conf....
分类:
其他好文 时间:
2014-07-22 23:33:57
阅读次数:
356
处理【由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面】 详细错误:HTTP 错误 404.2 - Not Found. 由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path...
分类:
编程语言 时间:
2014-07-22 22:38:33
阅读次数:
239
my $line; my $content; open (FN,"D:\\PerlDemo\\parse.xml") or die "not found $!"; while($line=){ next if $. < 5; last if $. >10; $content.=$line; } close(FN); print "$content \n"; my $K=; my @R =qw...
分类:
其他好文 时间:
2014-07-22 22:37:53
阅读次数:
225
一、在AndroidManifest.xml文件中增加两个标签,分别是:1、Android单元测试类库uses-library,位于application里面。2、启动单元测试功能instrumentation,与application同级。【注】android:targetPackage是指要测试的应用所在的包即应用的Activity所在的包。android:name为用..
分类:
移动开发 时间:
2014-07-22 14:56:04
阅读次数:
224
1./Users/你的用户名/Library/Application Support/iPhone Simulator/模拟器版本号/Applications/Xcode所生成的某项目的编号/Library/Caches/Snapshots/项目名2./Users/你的用户名/Library/App...
分类:
其他好文 时间:
2014-07-22 00:03:35
阅读次数:
536
Python的虚拟环境可以使一个Python程序拥有独立的库library和解释器interpreter,而不用与其他Python程序共享统一个library和interpreter。虚拟环境的好处是避免了不同Python程序间的互相影响(共同使用global li...
分类:
其他好文 时间:
2014-07-21 23:27:50
阅读次数:
227
instance method '*****' not found (return type defaults to 'id')...
分类:
其他好文 时间:
2014-07-21 23:27:44
阅读次数:
188