我就在这里
发布时间:2014-05-24 22:22:40
转自:http://examples.javacodegeeks.com/enterprise-java/jms/simple-jms-example-on-jboss-5-1/In this example we shall show you how to create a simple hello World example in JMS, using JBoss 5.1. JMS is a very popular API standard for messaging, and most messaging systems provide a JMS API. To crea.........【阅读全文】
发布时间:2014-05-24 21:38:20
Function EncrypKey (Src:String; Key:String):string; var idx :integer; KeyLen :Integer; KeyPos :Integer; offset :Integer; dest :string; S.........【阅读全文】
发布时间:2014-05-24 20:47:49
前言现在的网站,基本上都离不开数据库,而微软的SQL Server就是其中应用较广的数据库。如果要在JBoss7中使用MSSQL,就要配置DataSource,即数据源。至于如何配置,可以参考如下的内容。 准备JDBC首先去MSSQL的官网下载最新的JDBC驱动程序,相关的链接如下所示:http://www.microsoft.com/downl.........【阅读全文】
发布时间:2014-05-24 18:19:53
1.将mysql的JDBC驱动放到的JBOSS_HOME\server\default\lib 下2.把JBOSS_HOME\docs\examples\jca\mysql-ds.xml 复制到JBOSS_HOME\server\default\deploy目录下。修改mysql- ds.xml文件例:MySqlDS jdbc:mysql://localhost.........【阅读全文】
发布时间:2014-05-09 10:05:44
ls_command = "Regsvr32 /s " + "~"" + gs_path + "\dbodbc9.dll" + "~""if run(ls_command) <> 1 thenMessagebox("提示","注册dbodbc9.dll文件失败,请手动注册")end if// Profile asa9 conSQLCA.DBMS = "ODBC"SQLCA.AutoCommit = FalseSQLCA.DBParm = "ConnectString='UID=dba;PWD=sql;driver=Adaptive Server Any.........【阅读全文】