我是搬运工。。Running Python Programs on the Mac OS X Apache Web ServerThe Mac OS X operating system includes a pre-configured Apache web server and also inc...
分类:
编程语言 时间:
2015-04-21 22:19:17
阅读次数:
435
InUnix/Linux, a
file is a sequence of bytes withoutstructure. Any necessary structure (e.g. for a database) isadded by the programs that manipulate the data in the file. Linuxitself doesn’t know abou...
分类:
系统相关 时间:
2015-04-21 18:11:09
阅读次数:
166
1.1 安装Groovy Groovy主页:http://www.groovy-lang.org 确保本地系统安装了Java 1.1.1 在Windows系统上安装Groovy 1.创建环境变量GROOVY_HOME,其值为Groovy的目录(如:C:\programs\groovy...
分类:
其他好文 时间:
2015-04-19 10:02:18
阅读次数:
111
这节课我们主要学习了String and Regular ExpressionsIntroduction of Strings Computer was used for numeric munipulation:1. Most programs are concerned more with st...
可计算理论学习笔记:Universal Functions的可计算证明及其应用
分类:
其他好文 时间:
2015-04-15 23:02:24
阅读次数:
164
4.4. Static Fields and MethodsIn all sample programs that you have seen, the main method is tagged with the static modifier. We are now ready to discu...
分类:
编程语言 时间:
2015-04-15 19:21:55
阅读次数:
206
贪心基本题, 有助于理解贪心算法的思想#include #include using namespace std;struct Program{ int begin, end;} programs[100];/** 贪心: 贪心算法的基本步骤 :* 1、从问题的某个初始解出发。* 2、采用循环语句....
分类:
其他好文 时间:
2015-04-09 00:44:00
阅读次数:
141
1、安装SSH? 默认的Cygwin没有安装ssh 所以重新运行http://www.cygwin.com/setup-x86_64.exe? 在Select Packages的时候,在search输入ssh 选择openssh:The OpenSSH server and client programs? 2、配置SSH服务...
PHP Native Interface (PNI) is a PHP extension that enables PHP code to call and be called by native applications (programs specific to a hardware and operating system platform) and libraries written in other languages such as C, C++ and assembly.....
分类:
Web程序 时间:
2015-04-07 13:53:51
阅读次数:
161
PHP Native Interface (PNI) is a PHP extension that enables PHP code to call and be called by native applications (programs specific to a hardware and ...
分类:
Web程序 时间:
2015-04-07 13:33:58
阅读次数:
141