今天在学习JDBC的时候看到了关于MySql的事务的隔离级别的问题,感觉内容挺高级的,所以记录一篇文章,以备后面使用。
数据库隔离级别有四种,应用《高性能mysql》一书中的说明:
然后说说修改事务隔离级别的方法:
1.全局修改,修改mysql.ini配置文件,在最后加上
1 #可选参数有:READ-UNCOMMITTED, READ-CO...
分类:
数据库 时间:
2014-05-04 18:56:12
阅读次数:
450
移植MT7601Uusb无线网卡(小度wifi,360随身WIFI 2代)到嵌入式板上...
分类:
系统相关 时间:
2014-05-04 18:50:16
阅读次数:
653
package ioTest.io3;
/*
* Properties存储配置文件信息
* 1.文件信息---------------------------
* 2.根据文件信息获取key和value---|流|
* 3.将key,value的之对应存储到properties对象中
*/
import java.io.BufferedReader;
import java.io.Buf...
分类:
编程语言 时间:
2014-05-04 18:42:00
阅读次数:
309
在memory.c里面有这么一段代码。为了其中的一句话,让我内牛满面啊!
dir = (unsigned long *) ((from>>20) & 0xffc)
int free_page_tables(unsigned long from,unsigned long size)
{
unsigned long *pg_table;
unsigned long...
分类:
系统相关 时间:
2014-05-04 18:22:41
阅读次数:
459
#define PAGE_SIZE 4096
/* these are not to be changed without changing head.s etc */
#define LOW_MEM 0x100000
extern unsigned long HIGH_MEMORY;
#define PAGING_MEMORY (15*1024*1024)
#define PAGING_PAG...
分类:
系统相关 时间:
2014-05-04 18:15:51
阅读次数:
441
12、命令行启动
由于我是用VM进行安装的,所以首先需要修改默认启动为命令行的方式。
使用root登录,编辑/etc/inittab文件,将d:5:initdefault:改为d:3:initdefault:
知识点6:Linux的运行级别
# 0 - 停机(千万不能把initdefault 设置为0)
# 1 - 单用户模式 # s init s = init 1
# 2 - 多...
分类:
数据库 时间:
2014-05-04 18:09:26
阅读次数:
407
MySql数据库是有瑞典MySql AB公司开发,现在该公司被Oracle收购属于Oracle所有。同SQL Server类似,它也是基于关系型数据库的数据库管理系统,在Web应用方面MySQL是最好的RDBMS之一,因为它属于轻量级的RDBMS...
分类:
数据库 时间:
2014-05-04 18:05:12
阅读次数:
565
中文版显示:Firefox 已经在运行,但是没有响应。如要打开新窗口,您必须先关闭该 Firefox 进程,或者重新启动您的系统。
英文版显示:Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or ...
分类:
系统相关 时间:
2014-05-04 17:44:21
阅读次数:
647