1.下载nginx,目前下载最新版本即可官网下载地址:http://nginx.org/en/download.html2.编译选项说明,此部分很枯燥,但建议看看,新版本增加了不少新功能#./configure--help
--prefix=PATH//指定安装目录的路径
--sbin-path=PATH//指定可执行程序的安装路径
--modules-path=P..
分类:
其他好文 时间:
2016-04-12 07:49:31
阅读次数:
459
E:\nodejs>npm install -g expressexpress@4.13.4 C:\Users\Administrator\AppData\Roaming\npm\node_modules\express├── escape-html@1.0.3├── array-flatten@1 ...
分类:
其他好文 时间:
2016-04-11 20:18:57
阅读次数:
161
<system.webServer> <modules runAllManagedModulesForAllRequests="true"> <!--IIS7.5影响PUT,DELETE HTTP方法 <remove name="WebDAVModule" />--> <remove name="W ...
分类:
Web程序 时间:
2016-04-11 01:48:25
阅读次数:
210
Storm分布式集群搭建1、解压Storm压缩文件[root@master software]# tar -zxf apache-storm-0.10.0.tar.gz -C /opt/modules
[root@master software]# cd /opt/modules
[root@master modules]# mv apache-storm-0.10.0 storm-0.10.0
2...
分类:
其他好文 时间:
2016-04-10 15:07:30
阅读次数:
247
存在这样一种情况,有时候项目中,存在一些 公共的组件,通常会抽取出来,放在一个统一的文件夹中.然后大家就可以再 各个 模块里面 愉快的使用该 组件了.但是也带来一个坑爹的问题组件放在 common 文件夹中,但是 引用是在 modules 下的各个模块中引用.这个时候 引用的方式是这样的import... ...
分类:
Web程序 时间:
2016-04-09 06:59:26
阅读次数:
349
struct file_operations{ struct module *owner; // 指向拥有该结构的模块的指针,避免正在操作时被卸载,一般为初始化为THIS_MODULES loff_t (*llseek) (struct file *, loff_t, int); // llseek ...
分类:
其他好文 时间:
2016-04-08 14:47:06
阅读次数:
175
1.查看ubuntu版本的方法: 使用命令 sudo lsb_release -a 输出如下: root@localhost:/etc/apt# sudo lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescrip ...
分类:
系统相关 时间:
2016-04-07 17:08:31
阅读次数:
229
npm是一个node包管理和分发工具,已经成为了非官方的发布node模块(包)的标准。有了npm,可以很快的找到特定服务要使用的包,进行下载、安装以及管理已经安装的包。 1、npm install moduleNames:安装Node模块 安装完毕后会产生一个node_modules目录,其目录下就 ...
分类:
Web程序 时间:
2016-04-07 13:26:40
阅读次数:
146
http://stackoverflow.com/questions/19661811/unable-to-download-msnodesql-0-2-1-v0-10-x64-msi 首先要满足以下安装环境: 1、download from Git Hub (msnodesql) Zipped p ...
分类:
数据库 时间:
2016-04-07 01:06:18
阅读次数:
270
#/bin/sh#echo"mountingprocandsys..."mount-tprocproc/procmount-tsysfssysfs/sysecho"Loadext3module..."insmod/lib/modules/jbd.koinsmod/lib/modules/ext3.koecho"Detectandexporthardwareinfomation..."mdev-secho"Mountrealrootfsto/mnt/sysroot..."mount-text3/dev/hda2..
分类:
系统相关 时间:
2016-04-06 00:43:39
阅读次数:
211