语法:Trigger on an INSERT, UPDATE, or DELETE
statement to a table or view (DML Trigger)CREATE TRIGGER [ schema_name .
]trigger_name ON { table | view } ...
分类:
数据库 时间:
2014-05-09 05:18:18
阅读次数:
483
object[] objs = new object[1];objs[0] = new
SqlParam[] { new SqlParam("@process_id", key) };//存放键,值SqlParam//存放键,值Hashtable
ht_SellOrder = new Hashtab...
分类:
其他好文 时间:
2014-05-09 05:11:09
阅读次数:
246
NSData *jsonContent = [[userInfo
objectForKey:@"acme"] dataUsingEncoding:NSUTF8StringEncoding]; NSDictionary *
jsonDic = nil; NSError *error...
分类:
Web程序 时间:
2014-05-09 04:26:15
阅读次数:
361
PE代码段中可能包含一些数据,比如 optional header中的data
directory会索引到一些数据,比如import/export table等等; 还有一些jump table/switch table等等。
一般来说,direct/indirect call/branch的目标,...
分类:
其他好文 时间:
2014-05-09 03:24:13
阅读次数:
350
用mouse点击表格(table)的行或是批定列,获取记录的主键值。在ASP.NET的MVC应用程序中,已经没有办法象ASP.NET的Data控件一样,如GridView,DataList和Repeater控件好找到记录记键值了。下面的示例中,Insus.NET演示,如何获取呈现在格表(table)...
分类:
其他好文 时间:
2014-05-09 00:04:52
阅读次数:
384
apt-get install sambalibpam-smbpass然后编辑vi
/etc/samba/smb.conf增加[djyk]guest
ok=nobrowseable=nopath=/home/djykwritable=yesvalid users=djyk挂载samba是mount ...
分类:
其他好文 时间:
2014-05-08 17:36:33
阅读次数:
280
update_blastdb.pl --showall
即可显示从NCBI上可下载的数据库名称获取方式:ncbi-blast-2.2.29+/bin目录下ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.29/
分类:
数据库 时间:
2014-05-08 17:31:46
阅读次数:
665
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
[self.tableView
deselectRowAtIndexPath:[self.tableView
indexPathForSelectedRow] animated:YES];
}...
分类:
其他好文 时间:
2014-05-08 17:23:54
阅读次数:
261
在2^k*2^k个方格组成的棋盘中,有一个方格被占用,用下图的4种L型骨牌覆盖所有棋盘上的其余所有方格,不能重叠。
代码如下:
def chess(tr,tc,pr,pc,size):
global mark
global table
mark+=1
count=mark
if size==1:
return
half=size//2
if pr<t...
分类:
编程语言 时间:
2014-05-08 16:04:51
阅读次数:
367
表结构如下:mysql> show create table
user\G;*************************** 1. row *************************** Table:
userCreate Table: CREATE TABLE `user...
分类:
数据库 时间:
2014-05-08 15:15:51
阅读次数:
416