开放封闭原则(Open Closed Principle)表述为 "软件实体(类、模块、函数等)应对扩展开放,但对修改封闭。(Software entities (classes, modules, functions, etc.) should be open for extension, but...
分类:
其他好文 时间:
2014-06-17 21:14:56
阅读次数:
268
第一步找到文件phpcms\modules\admin\index.php注释掉第33行到第36行$code = isset($_POST['code']) && trim($_POST['code']) ?trim($_POST['code']) : showmessage(L('input_co...
分类:
Web程序 时间:
2014-06-17 13:45:34
阅读次数:
375
升级了mac操作系统,安装python的python-ldap,报错Modules/LDAPObject.c:18:10:fatalerror:‘sasl.h‘filenotfound#include<sasl.h>^1errorgenerated.error:command‘cc‘failedwithexitstatus1----------------------------------------Cleaningup...Command/usr/bin/python..
分类:
编程语言 时间:
2014-06-16 16:21:35
阅读次数:
758
概述JBoss 7/WildFly Standalone 模式启动过程大致如下:启动脚本 standalone.sh 启动 JBoss Modules,JBoss Modules 启动 JBoss MSC,JBoss MSC 运行加载相关的 Services,本文简单以调试代码的方式,简单说明这几个步骤。调试 jboss modules当我们完成 JBoss 安装,我们会发现在 JBOSS_HOM...
分类:
其他好文 时间:
2014-06-16 14:25:45
阅读次数:
268
总结1打开appserv的安装目录,找到httpd.conf文件,分别去掉下面两行文字前面的#号。 #LoadModule vhost_alias_module
modules/mod_vhost_alias.so 去掉#意思是启用apache的虚拟主机功能。2#Include conf/ex...
分类:
移动开发 时间:
2014-06-16 00:19:32
阅读次数:
422
select a.name,a.[type],b.[definition] from sys.all_objects a,sys.sql_modules b where a.is_ms_shipped=0 and a.object_id = b.object_id and a.[type] in (...
分类:
数据库 时间:
2014-06-15 20:39:31
阅读次数:
195
1 ifneq ($(KERNELRELEASE),) 2 obj-m := hello.o 3 4 else 5 PWD := $(shell pwd) 6 KVER := $(shell uname -r) 7 KDIR := /lib/modules/$(KVER)/build 8 al...
分类:
其他好文 时间:
2014-06-15 11:01:51
阅读次数:
349
nixio.syslog("string") 函数用来debug luci
http://luci.subsignal.org/api/nixio/modules/nixio.html...
分类:
其他好文 时间:
2014-06-15 08:53:30
阅读次数:
1593
原文:Sql Server 查看所有存储过程或视图的位置及内容select a.name,a.[type],b.[definition] from sys.all_objects a,sys.sql_modules b where a.is_ms_shipped=0 and a.object_id ...
分类:
数据库 时间:
2014-06-14 18:37:31
阅读次数:
222
一:启用 Code Generation 进入后台, Modules –>
Developer Enable 之。 二:生成模版 首先,进入 Orchard 命令行 在 CMD 下到达解决方案的 Web 的 Bin 目录下,打开
Orchard 命令,输入: codegen theme MyThem...
分类:
其他好文 时间:
2014-06-13 18:48:10
阅读次数:
571