码迷,mamicode.com
首页 >  
搜索关键字:isolation level    ( 7025个结果
Mysql 数据分组取某字段值所有最大的记录行
需求:表中同一个uid(用户)拥有多条游戏等级记录,现需要取所有用户最高等级(level)的那一条数据,且时间(time)越早排越前。这是典型的排名表+------+-------+--------------+---------------------+| uid | level | role ....
分类:数据库   时间:2014-07-22 22:58:16    阅读次数:380
ZigBee
ZigBee is a specification for a suite of high level communication protocols used to create personal area networks built from small, low-power digital ...
分类:其他好文   时间:2014-07-19 20:37:21    阅读次数:212
加密算法的安全级别
转载的:今天在网上看到一个关于加密算法的安全性及破解复杂度的表格,特摘录下来以便日后参考使用,原表是英文的,这里直接翻译成中文方便查阅。另外还找了一些关于密码学相关的信息,附录在后。加密算法的安全级别(Security Level of Cryptographic Algorithms) 安全级别 ...
分类:其他好文   时间:2014-07-18 20:36:05    阅读次数:512
Java compiler level does not match the version of the installed Java project facet.
也可以参考:http://blog.csdn.net/chszs/article/details/8125828
分类:编程语言   时间:2014-07-17 13:33:17    阅读次数:205
oracle中用SQL实现两个日期间的日期形成一个数据集
比如输入2014-06-1和2014-07-1形成一个2014-06-12014-06-22014-06-3。。。2014-07-1的数据集。解决方法:select date'2014-06-01'+rownum-1 as my_numbersfrom dualconnect by level <=...
分类:数据库   时间:2014-07-16 18:56:59    阅读次数:222
Python知识点: __import__
help(__import__)__import__(...) __import__(name, globals={}, locals={}, fromlist=[], level=-1) -> module 导入一个模块。 globals:决定上下文,不修改。 locals:当前未使用。 ...
分类:编程语言   时间:2014-07-16 00:48:27    阅读次数:302
OpenGL EXT: shader_buffer_load
http://www.opengl.org/registry/specs/NV/shader_buffer_load.txtOverview At a very coarse level, GL has evolved in a way that allows applications...
分类:其他好文   时间:2014-07-15 23:01:19    阅读次数:431
Linux基础之dump和restore
备份:dump利用dump备份目录时,有以下限制:o 所有癿备份数据都必项要在该目录 (本例为:/home/someone/) 底下; o 且仅能使用 level 0 ,亦即仅支持完整备份而已; o 支持 -u 选顷,亦即无法建立 /etc/dumpdates 这个各别 level 备份的时间记录文...
分类:系统相关   时间:2014-07-14 21:21:32    阅读次数:358
事务的acid
1.atomicity 原子性 数据库中的执行要么都完成,要么失败。2.consistency 一致性 通过一些约束(主键,外键,唯一性,check等)来保证数据跟业务一致。3.isolation 隔离性 事务执行不相互干扰,一个事务不能看到另一个事务运行时的某一刻的数据。 隔离性的等级分为:rea...
分类:其他好文   时间:2014-07-14 19:03:05    阅读次数:223
LeetCode——Binary Tree Level Order Traversal
Given a binary tree, return the level order traversal of its nodes' values. (ie, from left to right, level by level). For example: Given binary tree {3,9,20,#,#,15,7}, 3 / 9 20 ...
分类:其他好文   时间:2014-07-14 17:29:03    阅读次数:166
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!