- 浏览: 99764 次
- 性别:
- 来自: 北京
最新评论
-
lord_is_layuping:
...
UML 2.0体验之Interaction Fragment -
mx122723:
Varchar只能声明到21842,在多就有问题了!声明长度和 ...
mysql中数据类型 -
wuxj888:
问一下,字符串"\1"怎么用正则表达式去匹 ...
常用的正则表达式
文章列表
public class 简单对象 {
private String 姓名;
private String 性别;
public String get姓名() {
return 姓名;
}
public void set姓名(String 姓名) {
this.姓名 = 姓名;
}
public String get性别() {
return 性别;
}
public void set性别(String 性别) {
this.性别 = 性别;
}
}
public class 测试 {
...
# Ctrl + A - Go to the beginning of the line you are currently typing on # Ctrl + E - Go to the end of the line you are currently typing on 切到命令行开始|结尾 # Ctrl + L - Clears the Screen, similar to the clear command 清屏,类似于 clear 命令 # Ctrl + U - Clears the line before the cursor position. If y ...
- 2009-08-27 11:47
- 浏览 984
- 评论(0)
1.SQL Server2000
经过两次TOP。注意第一次TOP的顺序,和最终结果集的顺序是相同的;第二次TOP的顺序,和最终结果集的顺序是相反的。
select * from (select top 10 *
from (select top 50 * from warn_info20090820 order by error_code desc)
as warn_info20090820 order by error_code
) as warn_info20090820 order by error_code desc
- 2009-08-21 16:22
- 浏览 832
- 评论(0)
javascript是网页制作中离不开的脚本语言,依靠它,一个网页的内容才生动活泼、富有朝气。但也许你还没有发现并应用它的一些更高级的功能吧?比如,对文件和文件夹进行读、写和删除,就象在VB、VC等高级语言中经常做的工 ...
- 2009-08-21 16:13
- 浏览 786
- 评论(0)
/** 总记录 */
protected int recordCount = 0;
/** 页数 */
protected int currPage = 1;
/** 页面大小 */
protected int pageSize = 10;
/** 总页数 */
protected int pageCount = 0;
/** 起始记录 */
protected int startRecord = 0;
/**
* 功能:计算分页显示,所取数据。
*/
public void account() {
// 计 ...
- 2009-06-12 10:06
- 浏览 889
- 评论(0)
function isIP(obj) {
var strIP = obj.value
if (isNull(strIP)) return false;
var re=/^(\d+)\.(\d+)\.(\d+)\.(\d+)$/g //匹配IP地址的正则表达式
if(re.test(strIP)){
if( RegExp.$1 <256 && RegExp.$2<256 && RegExp.$3<256 && RegExp.$4<256)
return true;
}
...
- 2009-06-11 10:39
- 浏览 1319
- 评论(0)
1.Object的equals方法?
equals在非空对象的引用上实现了等值关系:
(1)自反性:x.equals(x),值为true。
(2)相称性:x.equals(y),值为true;y.equals(x),值为true。
(3)传递性:x.equals(y)
- 2009-05-31 14:13
- 浏览 806
- 评论(0)
1.为什么使用JMX技术?
(1)JMX技术使Java应用程序可以被管理,但是对程序的设计影响很小。
(2)JMX技术提供了一种标准的方式管理基于Java技术的应用程序、系统和网络。
(3)JMX技术可以被用在JMX外来管理JVM。
(4)JMX技术提供了一个可升级的、动态的管理框架。
- 2009-05-27 11:57
- 浏览 819
- 评论(0)
Recently I was asked how to do "registerMBean" in a remote JVM, from a remote JMX client. The MBeanServerConnection doesn't expose any registerMBean method, and for good reasons.
When you create and register an MBean in a local MBeanServer, the MBeanServer keeps a local reference to the M ...
- 2009-04-29 23:45
- 浏览 978
- 评论(0)
#JBOSSjava.naming.factory.initial=org.jnp.interfaces.NamingContextFactoryjava.naming.provider.url=localhost:1099
#Glassfishjava.naming.factory.initial=com.sun.enterprise.naming.SerialInitContextFactoryjava.naming.provider.url=localhost:3700
#Weblogicjava.naming.factory.initial=weblogic.jndi.WLI ...
- 2009-04-23 01:16
- 浏览 1151
- 评论(0)
java.io.CharConversionException: isHexDigit.做ajax传递参数的时候遇到这个异常,在网上找到解决办法,原来我一直没发现原来是 escape带来的错误。
下面把解决办法发出来
另外感谢提供办法的朋友 忘记你是谁了 但还是谢谢
var url = "b.jsp?name=" + escape(u_name);服务端获取:String name=request.getParameter("name");name=new String(name.getBytes("iso-8859-1") ...
- 2009-03-13 15:04
- 浏览 1511
- 评论(0)
九、可选配置项
下面介绍的Hibernate属性,有一些是系统级别的。系统级别的属性只能通过-Dproperty=value来设置或在hibernate.properties文件中设置,不能使用上面的方式设置。
1.Hibernate配置项
(1)hibernate.dialect指定方言后,Hibernate可以根据低层数据库自动产生优化过的
- 2009-03-12 16:58
- 浏览 805
- 评论(0)
五、Contextual Sessions
许多应用程序需要一种和上下文有关联Hibernate session,这样的session是指贯穿于给定环境的上下文中都有效的session。无论如何,贯穿于应用程序应用上下文由什么组成的清晰度不同,不同的上下文针对当前的概念有不同的范围。
使用Hibernate 3.0以前版本的应用程序,趋于使用自已实现的基于ThreadLocal来维护前后关系的session、诸如HibernateUtil的帮助类;或使用基于代理或拦截机制的第三方的框架(
- 2009-03-12 16:52
- 浏览 1132
- 评论(0)
一、对象定义
1.org.hibernate.SessionFactory
对于单个数据库,被编译的映射,是一个线程安全的缓冲区。是一个Session和ConnectionProvider客户端的工厂。拥有可选的对过程级和集群级重复利用的数据的缓存(二级缓存)。
2.org.hibernate.Session
单线程、短生命周期的在应用程序和持久化存储系统之间的一个会话对象。封装了一个JDBC连接。是一个事务的工厂。拥有强制的对持久化对象的缓存(一级缓存),当通过标识浏览对象之间关系和查找对象时使用。
- 2009-03-12 16:48
- 浏览 722
- 评论(0)
UML 2.0中增加了交互片断组件。正好遇到一个在序列图中处理多分支的情况。下载PowerDesigner 12.5后,实践了一下。能达到想要的效果。Interaction Fragment,支持多种操作。如loop,alternative,option等。
实践结果:
- 2009-03-06 14:21
- 浏览 2462
- 评论(1)