示例代码:DECLARE @TranCounter INT;SET @TranCounter = @@TRANCOUNT;IF @TranCounter > 0 -- Procedure called when there is -- an active transaction. ...
分类:
数据库 时间:
2014-11-06 14:43:03
阅读次数:
202
SET PARAMETER ID 'MAT' FIELD i_matnr-matnr.“物料号SET PARAMETER ID 'MXX' FIELD 'K'.进入基本视图 "Table T132CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.MXX 可以...
分类:
其他好文 时间:
2014-11-06 14:36:20
阅读次数:
212
一 java.lang.NoSuchMethodError: org.hibernate.engine.transaction.spi.TransactionEnvironment.getJtaPlatform()Lorg/hibernate/service/jta/platform/spi/Jt....
分类:
Web程序 时间:
2014-11-05 21:17:22
阅读次数:
270
一般图匹配带花树模版题:
将奇环缩成圈(Blossom),然后找增广路.....
1099. Work Scheduling
Time limit: 0.5 second
Memory limit: 64 MB
There is certain amount of night guards that are available to protect t...
分类:
其他好文 时间:
2014-11-05 17:26:01
阅读次数:
225
begintransaction--开始事务
rollbacktransaction--回滚事务
committransaction--提交事务
alterprocaaa
as
begintransaction
insertintostu(STU_NAME,STU_SEX)values(‘aa‘,‘男‘)
if@@rowcount=0or@@error<>0--受影响的行数=0或者有错误代码
begin
rollbacktransaction..
分类:
数据库 时间:
2014-11-05 15:05:23
阅读次数:
170
安装Git客户端后,进行PULL时报如下错误
disconnected no supported authentication methods available(server sent: publickey,keyboard interactive)解决方案
因为TortoiseGit和Git的冲突 我们需要把TortoiseGit设置改正如下。
1.找到Tortois...
分类:
其他好文 时间:
2014-11-05 13:05:35
阅读次数:
217
Memory UsageOn linux, there are commands for almost everything, because the gui might not be always available. When working on servers only shell acce...
分类:
系统相关 时间:
2014-11-05 12:14:42
阅读次数:
265
每当提到延时统计的时候,一定想到的一个名词就是”性能测试“,没错,在Redis的redis_benchmark文件中,的确用到了延迟文件中的相关信息。在Redis中的官方解释此文件:
/* The latency monitor allows to easily observe the sources of latency
* in a Redis instance using the LAT...
分类:
其他好文 时间:
2014-11-05 10:55:34
阅读次数:
363
Threads——线程数当前全部线程数============================================Available MBytes——物理内存的可用数指计算机上可用于运行处理的有效物理内存的字节数量。这个计数器只显示上一次观察到的值;它不是一个平均值。至少要有10%的物理...
分类:
其他好文 时间:
2014-11-05 10:35:02
阅读次数:
151
root@komiles-VirtualBox:/etc/apache2/sites-available# service apache2 restart* Restarting web server apache2 apache2: Could not reliably determine th....
分类:
Web程序 时间:
2014-11-05 00:19:28
阅读次数:
158