码迷,mamicode.com
首页 >  
搜索关键字:transaction monitor not available    ( 6613个结果
[Android Memory] 内存分析工具 MAT 的使用
转载自:http://blog.csdn.net/aaa2832/article/details/194196791内存泄漏的排查方法Dalvik Debug Monitor Server (DDMS)是ADT插件的一部分,其中有两项功能可用于内存检查:·heap查看堆的分配情况·allocatio...
分类:移动开发   时间:2014-09-03 21:01:27    阅读次数:278
mysql 开启远程服务
进入mysqlserver 如下: Enter password: ****** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 810 Server version: 5.6.10 MySQL Community Server (GPL) Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights rese...
分类:数据库   时间:2014-09-03 15:03:46    阅读次数:243
Implementing a java agent to instrument code (copy from http://chimpler.wordpress.com/2013/11/05/implementing-a-java-agent-to-instrument-code/)
With a system running 24/7, you have to make sure that it performs well at any time of the day. Several commercial solutions exist to monitor the perf...
分类:编程语言   时间:2014-09-02 21:08:15    阅读次数:338
[转]Direct3D 11 Tessellation Tutorial
The new hardware tessellation feature available on Direct3D 11 video cards has great potential, but using it effectively currently requires understand...
分类:其他好文   时间:2014-09-02 19:35:45    阅读次数:348
(转)Oracle 临时表用法
本文转载自:http://www.iteye.com/topic/371390ORACLE的临时表在应用系统中有很大的作用,它可以让用户只能够操作各自的数据中而互不干扰,不用担心会破坏或影响其他SESSION/TRANSACTION的数据,这也是数据安全的一种解决方法。 临时表分为SESSION、T...
分类:数据库   时间:2014-09-02 15:43:44    阅读次数:231
how to trace the error log
Executed as user: WTC\Ebw.Admin. Transaction (Process ID 95) was deadlocked on lock resources with another process and has been chosen as the deadlock...
分类:其他好文   时间:2014-09-02 12:19:24    阅读次数:200
递归和回溯(recursion and backtracking)
1. ConceptBacktracking is a refinement of the brute force approach, which systematically searches for a solution to a problem among all available opti...
分类:其他好文   时间:2014-09-02 07:56:04    阅读次数:325
C#并行编程-线程同步原语(Barrier,CountdownEvent,ManualResetEventSlim,SemaphoreSlim,SpinLock,SpinWait,Monitor,volatile)
菜鸟学习并行编程,参考《C#并行编程高级教程.PDF》,如有错误,欢迎指正。背景有时候必须访问变量、实例、方法、属性或者结构体,而这些并没有准备好用于并发访问,或者有时候需要执行部分代码,而这些代码必须单独运行,这是不得不通过将任务分解的方式让它们独立运行。当任务和线程要访问共享的数据和资源的时候,...
分类:编程语言   时间:2014-09-01 17:16:03    阅读次数:396
设置Hibernate的二级Cache
设置Hibernate的二级Cache需要分两步进行:首先确认使用什么数据并发策略,然后配置缓存过期时间并设置Cache提供器。 有4种内置的Hibernate数据并发冲突策略,代表数据库隔离级别,如下: 1:事务(Transaction)仅在受管理的环境中可用。它保证可重读的事务隔离级别,可以对读/写比例高,很少更新的数据采用该策略。 2:读写(read-write)使用时间戳机制维护读写...
分类:系统相关   时间:2014-09-01 14:06:23    阅读次数:219
ubuntu下配置apache2多域名(apache2.4.6)
Ubuntu 在 Linux 各发行版中, 个人用户数量最多的. 很多人在本机和虚拟机中使用. 但 Ubuntu 和 Redhat 的 VirtualHost 设置方法不相同.1. 打开目录 /etc/apache2/sites-available/, 发现 default 和 default-ss...
分类:其他好文   时间:2014-09-01 13:57:03    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!