码迷,mamicode.com
首页 >  
搜索关键字:transaction monitor not available    ( 6613个结果
通过Transaction Log(fn_dblog)取回被删除的数据
最近跟 James 讨论为何「ApexSQL Log」这个工具可以读到被删除的数据呢?原来它是透过 Transaction Log 来读取数据的!于是透过 Transaction Log 到网络上有找到「SQL Server – How to find Who Deleted What record...
分类:数据库   时间:2014-11-22 10:34:07    阅读次数:304
使用OpenSessionInViewFilter的注意事项
假设在你的应用中Hibernate是通过spring 来管理它的session.如果在你的应用中没有使用OpenSessionInViewFilter或者OpenSessionInViewInterceptor。session会在transaction结束后关闭。如果应用中使用了OpenSessio...
分类:其他好文   时间:2014-11-22 10:27:34    阅读次数:149
lr_wasted_time
以下代码:由于web_find函数进行的操作无须包括在事务总执行时间中,因些要用计时器来计算其执行时间,然后用lr_wasted_time函数将其从事务的总执行时间中扣除。Action(){doubletime_elapsed;merc_timer_handle_ttimer;lr_start_transaction("Search");web_url("baidu_search",..
分类:其他好文   时间:2014-11-22 02:10:06    阅读次数:250
The transaction log for database 'XXX' is full due to 'ACTIVE_TRANSACTION'.
Msg 9002, Level 17, State 4, Line 4The transaction log for database 'Test' is full due to 'ACTIVE_TRANSACTION'.本定一个测试库错误,由于此库的LOG文件被设置成不允许自动增长,而在大量输入数...
分类:数据库   时间:2014-11-22 00:40:53    阅读次数:394
python 正则断言
#!/usr/bin/pythonimportreimportosimporturllibimportjsondefbuffer_line(monitor_log):buf=open("/etc/sae/apns_buffer.txt","r").read()bytes=os.popen(‘wc-c/data0/logs/%s‘%monitor_log).read().split("")[0]ifint(bytes)<int(buf):return0else:returnint(re.findall("..
分类:编程语言   时间:2014-11-20 15:43:01    阅读次数:181
sybase_isql命令
登录: isql -Usa -Pykj123456 -Syaokj sybase数据库执行sql文件: isql -Usa -Pykj123456 -Syaokj -i create_table.sql -o test.log 清除缓存: dump tran master with no_log go dump transaction master with...
分类:数据库   时间:2014-11-20 13:50:14    阅读次数:219
IOS 自定义导航栏背景
//- (void)setBackgroundImage:(UIImage *)backgroundImage forBarMetrics:(UIBarMetrics)barMetrics NS_AVAILABLE_IOS(5_0) UI_APPEARANCE_SELECTOR;-(id)init{...
分类:移动开发   时间:2014-11-20 01:23:21    阅读次数:196
LeetCode:Best Time to Buy and Sell Stock
题目描述: Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction (ie, buy one and sell one share of ...
分类:其他好文   时间:2014-11-19 20:34:34    阅读次数:103
VMware的“Cannot connect virtual device floppy0”的解决方法
VMware虚拟机启动当中某个操作系统的时候,会出现如下提示Cannot connect virtual device floppy0. No corresponding device is available on the host.Would you like an attempt to be ...
分类:系统相关   时间:2014-11-19 15:55:17    阅读次数:290
memcached在windows下的安装与命令使用方法
下载地址:http://blog.couchbase.com/memcached-windows-64-bit-pre-release-available点击红圈处:下载后解压,比如解压到D盘的memcached文件夹中 打开 开始-->运行-->cmd 调出命令窗口,使用命令进入到memcache...
分类:Windows程序   时间:2014-11-19 15:24:08    阅读次数:284
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!