码迷,mamicode.com
首页 >  
搜索关键字:programs    ( 760个结果
在mac os下的Apache服务器的cgi中运行python
我是搬运工。。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
linux文件系统之文件和分区基础
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
Groovy学习笔记(一)
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
C# 第五次作业
这节课我们主要学习了String and Regular ExpressionsIntroduction of Strings Computer was used for numeric munipulation:1. Most programs are concerned more with st...
分类:Windows程序   时间:2015-04-19 06:18:22    阅读次数:220
Universal Programs
可计算理论学习笔记:Universal Functions的可计算证明及其应用
分类:其他好文   时间:2015-04-15 23:02:24    阅读次数:164
Core Java Volume I — 4.4. Static Fields and Methods
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
今年暑假不AC
贪心基本题, 有助于理解贪心算法的思想#include #include using namespace std;struct Program{ int begin, end;} programs[100];/** 贪心: 贪心算法的基本步骤 :* 1、从问题的某个初始解出发。* 2、采用循环语句....
分类:其他好文   时间:2015-04-09 00:44:00    阅读次数:141
配置Cygwin支持无密码SSH登陆
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服务...
分类:Windows程序   时间:2015-04-07 20:19:32    阅读次数:303
PHP Native Interface (PNI)
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
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
760条   上一页 1 ... 61 62 63 64 65 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!