摘要:白色:ffffff 红色:ff0000 绿色:00ff00 蓝色:0000ff 洋红:ff00ff 墨绿:00ffff 黄色:ffff00 黑色:000000 爱丽丝兰:f0f8ff 碧绿:70db93 巧克力色:5c3317 蓝紫色:9f5f9f 黄铜:b5a642 亮金:d9d919 褐色:a62aa2 青铜:8c7853 青铜2:a67d3d 藏青:5f9f9f 亮铜:d98719 铜色:b......
摘要:
这些天忙着做毕业设计,忙着敲代码,早发现像原来那样“无聊”的把那些技术文字再敲一遍是没有多大意义的,因为写出它们所用的时间要是仔细在看或者再用代码做几个实际的例子应该更好吧,其实这是早知道的,那以前知道还那么干,主要是因为太想做老师了吧!现在呢,不那么干不写了是因为暂时放弃做老师的打算吧,这两天空闲的时候复习数据库,翻到了以前的所写的一个存储过程“......
AIX下安装Python2.2有个同事要在aix5下使用python脚本,折腾了半天,算是安装上了,总结如下:1. 【程序编程相关:
单元测试的基本过程】 【推荐阅读:
[原创] 帮助项目成功——日构建】从 aix toolbox for linux applications : 【扩展信息:
CCIE(ROUTING AND SWI】 http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html 下载:
python-devel
2.2
license
rpm
source
the libraries and header files needed for python extension development.
python-docs
2.2
license
rpm
source
documentation for the python programming language.
python-tools
2.2
license
rpm
source
a collection of development tools included with python.
python
2.2
license
rpm
source
an interpreted, interactive, object-oriented programming language.
readline-devel
4.3
license
rpm
source
development files for programs which will use the readline library.
readline
4.3
license
rpm
source
a library for reading and returning lines from a terminal. ...
下一页 摘要:1、源代码包的安装gzip -d apache_1.3.20.tar.gz (解压)tar xvf apache_1.3.20.tar (解包)cd apache_1.3.20./configure (配置) ----./configure --help(查看configure选项)make (编译)make install (安装)make clean (卸载)注:典型的源代码包可以这样安装,但......