avassistJavassist是一个开源的分析、编辑和创建Java字节码的类库。是由东京技术学院的数学和计算机科学系的 Shigeru Chiba 所创建的。它已加入了开放源代码JBoss 应用服务器项目,通过使用Javassist对字节码操作为JBoss实现动态AOP框架。BCELByte C...
分类:
编程语言 时间:
2014-07-16 19:12:48
阅读次数:
205
升级python版本后,运行yum
# yum -y install openssl
提示如下:
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
No module named yum
Pl...
分类:
编程语言 时间:
2014-07-16 14:04:47
阅读次数:
193
无书面授权,请勿转载
第五章 自定义模块
Using a module
Now that we have written our very first module for Ansible, we should give it a
go in a playbook. Ansible looks at several places for its modules: first it looks ...
分类:
其他好文 时间:
2014-07-16 09:14:31
阅读次数:
376
我在搭建监控系统时候出现JSON模块安装失败,PHP5.3系统Centos6.3,安装json报错ZVAL_DELREF符号未知错误...#Warning:PHPStartup:Unabletoloaddynamiclibrary‘/home/json/json-1.2.1/modules/json.so‘-/home/json/json-1.2.1/modules/json.so:undefinedsymbol:ZVAL_DELREFinUnk..
分类:
Web程序 时间:
2014-07-14 16:40:36
阅读次数:
329
无书面许可请勿转载
由于第三章内容较长,我将分做几个部分来翻译。
Advanced Playbooks
So far the playbooks that we have looked at are simple and just run a number of
modules in order. Ansible allows much more control over the execut...
分类:
其他好文 时间:
2014-07-14 14:01:01
阅读次数:
271
1.npm全局安装 modules 后在应用中 使用npm安装时会默认安装到当前目录,如果没有安装到nodejs的node_modules目录,自己复制到node_modules目录 require 不到的解决方案 Windows环境下, 通过 npm install -g 安装的全局模块, 可能无...
分类:
Web程序 时间:
2014-07-13 20:59:00
阅读次数:
261
1、加密和解密部署到jboss中间件中的的单个class文件,原理:使用“java源程序加密解决方案(基于Classloader解密)(2014-07-13 11:31)”blog即可实现;import java.io.BufferedInputStream;import java.io.Buffe...
分类:
其他好文 时间:
2014-07-13 20:11:41
阅读次数:
214
1、错误描述
usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop }
2014-7-12 19:35:50 org.apache.catalina.core.AprLifecycleListener init
信息: Loaded...
分类:
编程语言 时间:
2014-07-13 15:53:02
阅读次数:
1049
由于面试被问到了Spring4,所以打算把过去Spring3的项目全部升级为Spring4。现将环境搭建过程记录在此。
首先使用Maven Archetype创建项目骨架,执行以下命令:
mvn archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-ar...
分类:
数据库 时间:
2014-07-13 15:46:14
阅读次数:
358
cortex对模块的依赖基于semanticversion进行管理,如果熟悉npm的模块管理方式,大家都了解node的模块是放在node_modules这个目录下,每个模块自己的依赖都放在自己目录下的node_modules里面,这样避免了不同模块之间的共同依赖版本冲突的问题。而在前端开发中,套嵌的依赖是不..
分类:
其他好文 时间:
2014-07-13 15:01:17
阅读次数:
278