码迷,mamicode.com
首页 >  
搜索关键字:set gid    ( 57601个结果
建立时间和保持时间
一、概念 建立时间和保持时间都是针对触发器的特性说的。 时序图如下:建立时间(Tsu:set up time) 是指在触发器的时钟信号上升沿到来以前,数据稳定不变的时间,如果建立时间不够,数据将不能在这个时钟上升沿被稳定的打入触发器,Tsu就是指这个最小的稳定时间。保持时间(Th:hold...
分类:其他好文   时间:2014-05-14 04:04:58    阅读次数:359
oracle之spool详细使用总结
今天实际项目中用到了spool,发现网上好多内容不是很全,自己摸索了好半天,现在总结一下。一、通过spool 命令,可以将select 数据库的内容写到文件中,通过在sqlplus设置一些参数,使得按指定方式写到文件中(1)常规使用spool方法,将set的一些命令和spool,select等放入....
分类:数据库   时间:2014-05-12 05:02:51    阅读次数:560
jaw crusher series mobile crusher
The complete set of limestone crushing plant are consists of primary crusher, secondary crusher, tertiary (fineness) crusher, feeding equipment, scree...
分类:其他好文   时间:2014-05-12 00:18:37    阅读次数:346
mybatis(入门)
首先创建表:建表Sql文件CREATE DATABASE IF NOT EXISTS `mybatis` /*!40100 DEFAULT CHARACTER SET utf8 */;USE `mybatis`;-- 导出 表 mybatis.t_user 结构CREATE TABLE IF NO....
分类:其他好文   时间:2014-05-11 23:56:06    阅读次数:564
小学生算术
memset用法size很重要...
分类:其他好文   时间:2014-05-11 21:59:12    阅读次数:276
关联容器(底层机制) — hashtable
C++ 11已将哈希表纳入了标准之列。hashtable是hash_set、hash_map、hash_multiset、hash_multimap的底层机制,即这四种容器中都包含一个hashtable。 解决碰撞问题的办法有许多,线性探测、二次探测、开链等等。SGI STL的hashtable采用的开链方法,每个hash table中的元素用vector承载,每个元素称为桶(bucke...
分类:其他好文   时间:2014-05-11 21:07:54    阅读次数:522
asp.net MVC中控制器获取表单form提交的数据之实体类数据
第一次写记录文章,难免有不足之处;欢迎指出。1、新建一个mvc项目如:2、新建一个Test.cs 注意get,set方法不能简写using System;using System.Collections.Generic;using System.Linq;using System.Web;names...
分类:Web程序   时间:2014-05-11 17:18:55    阅读次数:517
【LeetCode】Insert Interval
Given a set ofnon-overlappingintervals, insert a new interval into the intervals (merge if necessary).You may assume that the intervals were initially...
分类:其他好文   时间:2014-05-11 16:35:35    阅读次数:224
mysql limit性能问题
offset大的时候的比较SELECT * FROM persons LIMIT 200000,10;耗时0.078sSELECT *FROM persons WHERE id>=(SELECT id FROM persons ORDER BY id LIMIT 200000,1) LIMIT 10...
分类:数据库   时间:2014-05-11 16:23:57    阅读次数:322
Logos
【Logos】 Logos is a component of theTheosdevelopment suite that allows method hooking code to be written easily and clearly, using a set of special pr....
分类:其他好文   时间:2014-05-11 15:50:10    阅读次数:305
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!