码迷,mamicode.com
首页 >  
搜索关键字:etcinit.dinit.crs en    ( 12865个结果
js闭包Demo
我们先看一个关于Javascript利用循环绑定事件的例子:例如:一个不确定长度的列表,在鼠标经过某一条的时候改变背景。﹤!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml...
分类:Web程序   时间:2014-06-27 19:37:49    阅读次数:311
glob (programming) and spool (/var/spool)
http://en.wikipedia.org/wiki/Glob_(programming)Incomputer programming, in particular in aUnix-like environment, the termglobbingis sometimes used to r...
分类:其他好文   时间:2014-06-27 14:06:59    阅读次数:258
Python pip 学习
pip是一个安装和管理 Python 包的工具 , 是easy_install的一个替换品。本文将详细说明 安装 pip 的方法和 使用 pip 的一些基本操作如安装、更新和卸载 python 包。在线文档地址:http://pip.readthedocs.org/en/latest/index.....
分类:编程语言   时间:2014-06-26 14:57:11    阅读次数:234
eclipse中英文版转换(前提:有中文包)
均为命令行启动(一次即可) 中文版启动:eclipse.exe -nl zh 英文版启动:eclipse.exe -nl en...
分类:系统相关   时间:2014-06-26 06:51:32    阅读次数:228
策略模式之C++实现
#include"stdafx.h"#include#include#includeusingnamespacestd;typedefenum{XIANG_LONG_SHI_BA_ZHANG=1,DA_GOU_GUN_FA=2,}WU_GONG_EN;//大侠一次可以使用一种武功,但是武功种类繁杂c...
分类:编程语言   时间:2014-06-26 00:55:43    阅读次数:337
limestonelimestone crushing plant
For a period before the recent nationwide gold industry shutdown, Duration was Zimbabwe’s second largest gold producer. Up until that point, it had en...
分类:其他好文   时间:2014-06-25 23:20:27    阅读次数:274
linux下nginx的安装
一、安装nginx 1、在nginx官方网站下载一个包,下载地址是:http://nginx.org/en/download.html 2、WinSCP(ftp上传工具).exe FTP 上传工具上传达到CentOS中 3、我是先建一个目录,把要用的到的安装包放到一起. #mkdir /home/ ...
分类:系统相关   时间:2014-06-25 17:09:33    阅读次数:312
Ajax
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="http://www.w3.org/1999/xhtml"xml:lang="en"> <head> <metahttp-equiv="Content-Type"content="text/html;charset=..
分类:其他好文   时间:2014-06-25 06:38:47    阅读次数:336
php加載語言包
在languagebag.php中<?php ob_start(); include_once‘template/index.html‘;//加载模板文件,并执行里面的php指令 $str=ob_get_contents(); ob_clean(); $zh_arr=array(//中文语言包 ‘name‘=>‘姓名‘, ‘address‘=>‘地址‘, ‘date‘=>‘日期‘ ); $en_arr=array(//英文..
分类:Web程序   时间:2014-06-24 16:28:42    阅读次数:300
Cacti 工具
安装RD toolsCentOS6.5rpm -ivh http://apt.sw.be/redhat/el6/en/i386/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.i686.rpmyum install rrdtool -y安装配置net-sn...
分类:其他好文   时间:2014-06-24 14:56:56    阅读次数:274
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!