The Python Standard Library (2.7.8)的中文版,翻译过程中根据个人理解,没有对英文直接意译,而是进行了适当的修饰。暂时没有翻译整个标准库文档的计划,暂时只翻译一些感兴趣的章节。
分类:
其他好文 时间:
2014-07-24 22:10:42
阅读次数:
206
tomat在linux服务器上启动报The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.lib...
分类:
其他好文 时间:
2014-07-24 17:35:26
阅读次数:
250
首先科普一下静态库的相关知识:程序编译一般需经预处理、编译、汇编和链接几个步骤。对于我们项目中的一些公共代码,如果想要对其进行复用,可以把这些代码编译成一 个静态库文件。在链接步骤中,链接器会从库文件中取得对应的代码并生成可执行文件。静态库的执行文件中包含了库中的完整代码,但是多次使用会产生多份冗余...
分类:
其他好文 时间:
2014-07-23 16:46:31
阅读次数:
224
调用CachedRowSetImpl类时,出现以下错误:Access restriction: The type CachedRowSetImpl is not accessible due to restriction on required library C:\glassfish3\jdk7\...
分类:
其他好文 时间:
2014-07-23 15:11:26
阅读次数:
174
测试的时候沙盒路径:
/Users/userName/Library/Application Support/iPhone Simulator/6.1/Applications
真机上的沙盒路径:
/var/mobile/Applications/...
分类:
移动开发 时间:
2014-07-23 13:08:06
阅读次数:
246
老子今天又给环境跪了。。。。。cocoapods 在升级完新系统以后无法工作解决cocoapods 在 mac 10.10下报错错误例如以下。/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubyg...
分类:
其他好文 时间:
2014-07-23 12:31:36
阅读次数:
297
Unable to load native-hadoop library for your platform解决安装maven1 cmake-2.8.12.1.tar.gzcd cmake-2.8.12.1 ./bootstrap make sudo make install2 安装ant expo...
分类:
其他好文 时间:
2014-07-23 12:22:36
阅读次数:
327
编译源代码 http://www.cnblogs.com/chengxin1982/p/3862289.html测试参考 http://blog.jeoygin.org/2012/03/java-compression-library-test.html1 snappy参考地址http://sstu...
分类:
移动开发 时间:
2014-07-23 12:18:36
阅读次数:
293
步骤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
通过两种方式来创建项目,一种是用xml方式来描述映射关系,一种是用Annation方式来进行描述1 建立新java 项目,名为hibernate_0100_HelloWorld2 学习建User-library-hibernate,并加入相应的jar包 a) 项目右键-buildpath-conf....
分类:
其他好文 时间:
2014-07-22 23:33:57
阅读次数:
356