1.基本表的练习: 2.记录操作DML: 3.function用法: 4.bulk insert用法: 5.cursor用法: 6.primary key,unique,not null, check用法: 7.view and index: 8.trigger用法: ...
分类:
数据库 时间:
2016-10-27 23:00:49
阅读次数:
263
use master go declare @dbName nvarchar(50) set @dbName='Supervise_changchun' --数据库名 declare @spid nvarchar(20) declare cur_lock cursor for SELECT DIST ...
分类:
数据库 时间:
2016-10-26 00:52:00
阅读次数:
272
find命令简介:实时、精确、支持众多查找标准遍历指定目录中的所有文件完成查找,速度慢;1.命令格式:locatefilename直接跟需要查找的文件eglocatepasswd系统文件数据库中所有包含passwd的文件。find查找路径查找标准查找到以后的处理动作查找路径:默认为当前目录查找标准:..
分类:
系统相关 时间:
2016-10-25 03:11:42
阅读次数:
345
RMI(Remote Method Invocation)远程方法调用是一种计算机之间利用远程对象互相调用实现双方通讯的一种通讯机制。使用这种机制,某一台计算机上的对象可以调用另外一台计算机上的对象来获取远程数据。RMI是Enterprise JavaBeans的支柱,是建立分布式Java应用程序的 ...
分类:
其他好文 时间:
2016-10-21 16:31:08
阅读次数:
206
模块 >>实现一类功能的一段程序,可以重用多个函数 >>导入模块 >>关键字import >>sys模块: >>在标准库中与系统功能有关的模块 字节编译 >>.pyc文件 >>以.pyc为后缀的文件,经过编译后的python模块对应的二进制文件 >>字节编译与编译的区别 >>字节编译:将普通文件转化 ...
分类:
编程语言 时间:
2016-10-21 13:31:34
阅读次数:
386
文件查找locate非实时,查找是根据全系统文件数据库进行;模糊匹配;速度快;#updatedb,手动生成文件数据库find实时;精确;支持众多查找标准(文件名,文件类型,文件权限查找,正则表达式匹配查找);遍历指定目录中的所有文件完成查找,速度慢;#find查找路径查找标准查找..
分类:
其他好文 时间:
2016-10-19 14:18:19
阅读次数:
272
System Operations - Lab 3: Managing Storage in AWS (Linux) - 2.5 Using this command reference. 1. Locate the section you need. Each section in this fi ...
分类:
系统相关 时间:
2016-10-09 20:25:32
阅读次数:
224
System Operations - Lab 7: Automating Deployments with CloudFormation - 2.5 Using this command reference. 1. Locate the section you need. Each section ...
分类:
其他好文 时间:
2016-10-09 20:20:38
阅读次数:
108
System Operations - Lab 6: Using Amazon Elastic Load Balancer (Linux) - 2.5 Using this command reference. 1. Locate the section you need. Each section ...
分类:
系统相关 时间:
2016-10-09 20:19:06
阅读次数:
201
System Operations - Lab 2: Configuring a Virtual Private Cloud with Amazon VPC - Linux - 2.5 Using this command reference. 1. Locate the section you n ...
分类:
系统相关 时间:
2016-10-09 20:16:23
阅读次数:
174