.PHONY:allall:cleanmodulesinstall.PHONY:modulesmodules: $(MAKE)-C$(KERNELDIR)SUBDIRS=$(PWD)modules.PHONY:cleanclean: $(MAKE)-C$(KERNELDIR)SUBDIRS=$(PWD)clean.PHONY:installinstall: $(MAKE)-C$(KERNELDIR)SUBDIRS=$(PWD)INSTALL_MOD_DIR=$(RTKDIR)modules_install可..
分类:
其他好文 时间:
2014-08-07 19:22:51
阅读次数:
808
当我们创建一个module的时候,对应的path alias就已经创建。比如我们定义了一个module: www12345'modules'=>array('www'=>array('class'=>'applications.modules.www.WwwModule',),),打印:echo Y...
分类:
其他好文 时间:
2014-08-06 10:25:21
阅读次数:
251
本文出自blog.csdn.net/svitter
jade是什么?
模板引擎
如何在Ubuntu下使用?
github上给的答案是 使用
npm install jade 来安装使用。
但是在ubuntu下没有办法直接在命令行使用jade。
你需要找到~/node_modules/jade/bin下的jade.js
如果使用deb安装的node,那么node在命令...
分类:
系统相关 时间:
2014-08-05 22:38:32
阅读次数:
269
第一步:查看当前的配送方式是否支持货到付款 ECSHOP支持货到付款的配送方式不是很多 ? 例如: 想让顺丰快递能支持 货到付款. 在ecshop 程序的主目录下:? 找到 includes/modules/shipping/sf_express.php? 这个...
分类:
其他好文 时间:
2014-08-05 19:41:10
阅读次数:
261
windows环境利用apache 配置虚拟主机
1.修改http.host
#LoadModule vhost_alias_module modules/mod_vhost_alias.so
#Include conf/extra/httpd-vhosts.conf
去掉这两项的#
2.修改httpd-vhosts.conf添加如下内容
DocumentRoot D...
##Manage Kernel Modules display modules >lsmod Check modules parameters >modinfo -p usb_storage|st|sc8 Load modules >modprobe usb_storage|st|sc8 Rmove mdules > rmmod usb_storage|st|sc8 ###Set defau...
分类:
其他好文 时间:
2014-08-04 14:47:07
阅读次数:
247
php用CAS实现SSO单点登陆及登出功能
一..CAS服务器搭建
CAS服务器端下载地址:http://downloads.jasig.org/cas/
解压cas-server-4.0.0-release.zip将modules目录下的cas-server-webapp-4.0.0.war改名称为cas.war复制到tomcat的webapps下,启动tomcat,访问...
分类:
Web程序 时间:
2014-08-04 14:32:27
阅读次数:
418
You should be comfortable with the content in the modules up to and including the module "Arrays" for this project.Create a class called consultCo tha...
分类:
其他好文 时间:
2014-08-04 10:31:16
阅读次数:
291
You should be comfortable with the content in the modules up to and including the module "Input Output" for this project.You must follow the style gui...
分类:
编程语言 时间:
2014-08-04 10:28:36
阅读次数:
288
apache 如何添加虚拟主机? apache添加虚拟主机很简单,修改配置文件:httpd.conf文件一、分别去掉下面两行文字前面的#号。#LoadModule vhost_alias_module modules/mod_vhost_alias.so去掉#意思是启用apache的虚拟主机功能。#...
分类:
其他好文 时间:
2014-08-03 14:59:05
阅读次数:
175