摘要:
hibernate的加锁模式有:Ø lockmode.none : 无锁机制。Ø lockmode.write :hibernate在insert和update记录的时候会自动获取。Ø lockmode.read : hibernate在读取记录的时候会自动获取。以上这三种锁机制一般由hibernate内部使用,如hibernate为了保证update过程中对象不会......
摘要:
转自:http://www.cmswatch.com/news/article/?308
ibm to support content repository standardfiled: 28-may-2004
ibm reportedly plans to support draft java standard "jsr 170" across all its systems. jsr 1......
java文件的相对路径
好几次,在java中用相对路径打开文件,都报找不到文件的错误,改成绝对路径后正常.
测试代码: 【程序编程相关:通过Jsp发送动态图像】
今天准备检查一下,相对路径到底应该怎么写. 【推荐阅读:
FLEX 来自macromedia的厚礼】? public static void main(string[] args) { 【扩展信息:
JBuilder中的光标错位问题】public class testfilepath {??? testfilepath testfilepath1 = new testfilepath();??? file file = new file("test.txt");??? system.out.println(file.getabsolutepath());;? }}
到命令行下用java命令执行该class文件,在不同的路径下执行,取得的结果不一样.... 下一页
摘要:
以下代码经测试成功, 直接复制到jsp中即可以运行
<%@ page import="java.awt.*" %><%@ page import="java.awt.image.*" %><%@ page import="com.sun.image.codec.jpeg.*" %><%@ page import="java.util.*" %>
......