- 浏览: 110630 次
- 性别:
- 来自: 深圳
-
文章列表
对Key属性决定代理将为方法提供什么样的事务行为。这个属性的最重要部分就是事务传播行为。下面是一些可选的属性值
PROPAGATION_REQUIRED --支持当前的事务,如果不存在就创建一个新的。这是最常用的选择。
PROPAGATION_SUPPORTS --支持当前的事务,如果不存在就不使用事务。
PROPAGATION_MANDATORY --支持当前的事务,如果不存在就抛出异常。
PROPAGATION_REQUIRES_NEW --创建一个新的事务,并暂停当前的事务(如果存在)。
PROPAGATION_NOT_SUPPORTED --不使用事务,并暂停当前的事务(如果存在)。
...
- 2008-09-05 11:09
- 浏览 877
- 评论(0)
set IP&DNS
- 博客分类:
- Network
In this chatper, I will introduce you how to set IP&DNS with bat
the follow step:
@echo offrem ethset eth="本地连接"rem ipset ip=192.168.0.153rem gwset gw=192.168.0.1rem netmasksset netmasks=255.255.255.0
echo 正在将本机IP更改到: %ip%remnetsh interface ip set address %eth% static %ip% %netmasks% ...
- 2008-09-05 10:58
- 浏览 996
- 评论(0)
In this chapter,I will introduce you how to install the jforum what is an open-source forum.
This chapter's keystone is make it support chinease,now please follow me:
1,at first,you must create a database named "jforum_teste",use a database engine like Mysql,oracle,etc.And set t ...
- 2008-09-05 10:10
- 浏览 1268
- 评论(0)
Yesterday,I decided to study english suddenly.there is no reason,but in order to made a better life,I worked harder and harder,yet,my salary was very less. I must change this status,the best way I thought was go into a foreign invested enterprises,but my english is poor,the only way was study it ...
- 2008-09-04 12:51
- 浏览 760
- 评论(0)