北在北方

太白枝头看,花开不计年,杯中浮日月,楼外是青天。

导航

09 2013 档案

摘要:1、首先在weblogic控制台中配置好一个数据源 我这里建立的数据源的名称叫 jdbc/app1,JNDI名称也叫 jdbc/app1 2、在spring中配置数据源的时候,做如下配置: jdbc/app1 jndiName要和在weblogic中配置的JNDI名称一致 阅读全文

posted @ 2013-09-04 23:08 CN.programmer.Luxh 阅读(773) 评论(0) 推荐(0)

摘要:错误信息如下:消息图标 - 错误 [HTTP:101064][WebAppModule(ssh1:ssh1.war)] Error parsing descriptor in Web appplication "/web/ssh1.war" weblogic.application.ModuleException: VALIDATION PROBLEMS WERE FOUND problem: cvc-enumeration-valid: string value '3.0' is not a valid enumeration value for web- 阅读全文

posted @ 2013-09-04 23:01 CN.programmer.Luxh 阅读(2926) 评论(0) 推荐(0)

摘要:1、使用synchronizedpackage cn.luxh.app.test;import java.util.LinkedList;import java.util.List;import java.util.Random;import java.util.concurrent.Executor;import java.util.concurrent.Executors;/** * synchronized实现的生产者和消费者 */public class ProducerCustomerWithSynchronized { Executor pool = Execu... 阅读全文

posted @ 2013-09-04 14:33 CN.programmer.Luxh 阅读(4327) 评论(0) 推荐(0)

摘要:1、下载weblogic11g http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-for-dev-1703574.html 下载后的文件为wls1036_generic.jar,上传到服务器的/softs目录下2、安装 进入存放wls1036_generic.jar文件的/softs目录,执行以下命令,以命令行模式安装:[root@h2 softs]# java -jar wls1036_generic.jar -mode=console 1)显示欢迎界面 2)输入新的安装目录或者使用默认的目录,我... 阅读全文

posted @ 2013-09-04 00:03 CN.programmer.Luxh 阅读(731) 评论(0) 推荐(0)

摘要:1、下载MySQL 5.6.13 Source Code版本 http://dev.mysql.com/downloads/mysql/#downloads 上传到服务器的/softs目录下2、查看是否已安装了MySQL [root@h2 ~]# rpm -qa | grep mysqlqt-... 阅读全文

posted @ 2013-09-02 23:11 CN.programmer.Luxh 阅读(481) 评论(0) 推荐(0)