1)python平台https://www.python.org/downloads/2)打包工具cx-freeze(python3以上版本打包工具)http://cx-freeze.sourceforge.net/py2exehttp://sourceforge.net/projects/py2e...
分类:
编程语言 时间:
2014-04-28 08:47:06
阅读次数:
620
wikipedia:http://en.wikipedia.org/wiki/Buddy_memory_allocationThebuddy
memory allocationtechnique is amemory allocationalgorithm that divides memory
i...
分类:
其他好文 时间:
2014-04-28 08:31:27
阅读次数:
584
安装步骤:1、下载aptana3.2 Eclipse
Plugin插件.下载地址:http://update1.aptana.org/studio/3.2/024747/index.html2、在java文件夹下新建文件夹pluginsNew,在里面新建aptana_update_024747文件夹...
分类:
系统相关 时间:
2014-04-28 07:46:21
阅读次数:
1005
问题描述:
使用CentOS的cp时,对于大文件的拷贝或者mv,需要等待很长时间,现在需要显示cp或mv的进度 问题解决: Advanced copy
参考官网:http://beatex.org/web/advancedcopy.html 解决方法:
分类:
其他好文 时间:
2014-04-27 20:49:46
阅读次数:
970
ubuntu下安装tomcat 问题解决方法
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/catalina/startup/Bootstrap : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)...
分类:
其他好文 时间:
2014-04-27 20:39:23
阅读次数:
595
Servlet上传文件
1、准备工作
(1)利用FileUpload组件上传文件,需要到apache上下载commons-fileupload-1.3.1.jar
下载地址:http://commons.apache.org/fileupload/
(2)由于文件上传还得有IO流传输,需要到apache上下载commons-io-2.4.jar...
分类:
其他好文 时间:
2014-04-27 18:54:57
阅读次数:
595