正文内容加载中...
摘要:1 set nocp 2 3 set nu 4 5 set fileencodings=ucs-bom,utf-8,gbk,default,latin1 6 7 set helplang=cn 8 9 " Enable syntax highlight
10 syntax on
11
12 " show matching bracets
13 set showmatch
14
1... 阅读全文
摘要:目的:搭建Nginx与tomcat整合,用Nginx代替apache 步骤: 一、安装Tomcat和JDK 1、上传apache-tomcat-6.0.18.tar.gz和jdk-6u12-linux-i586.bin至/usr/local 2、执行如下命令安装tomcat: #cd /usr/local#tar zxvf apache-... 阅读全文
摘要:Websphere MQ & Websphere MB 1 Overview 2 What is Message Queue? 2 What is Websphere Message Queue? 2 What is Websphere Message Broker? 2 Installation 3 Websphere Message Queue Installation 3 We... 阅读全文
摘要:MQ & MB Websphere MQ是IBM的商业通讯中间件(Commercial Messaging Middleware)。Websphere MQ提供一个具有工业标准、安全、可靠的消息传输系统。它的功能是控制和管理一个集成的商业应用,使得组成这个商业应用的多个分支程序(模块)之间通过传递消息完成整个工作流程。Websphere MQ基本由一个消息传输系统和一个应用程序接口组成,其资源是... 阅读全文
摘要:自己在建工程的时候总会到处找一些eclipse插件和一些第三方jar包 在这里留个list方便以后查找和更新. Eclipse插件: M2eclipse(maven插件,用maven管理项目结构,约定大于配置良好的习惯) http://download.eclipse.org/technology/m2e/releases run-jetty-run(jetty插... 阅读全文
摘要:If you're going to do any sort of database activity in Java, you'll probably be using JDBC. Like ODBC before it, JDBC is a great way to insure that your program is free of any ties to the underlying d... 阅读全文
摘要:Perform these steps in the WebSphere administrative console: 1. Generate the JKS keystore file. If you don't have a keystore for SSL transport, please use the following commad to generate a JK... 阅读全文