搜索资源列表
SNo
- 通过MD5算法,生成注册码,可以自由修改,保护自己的劳动成果-through the MD5 algorithm, generate license, the freedom to change, to protect themselves fruit of labor
1
- 4、 编写一个过程。要求:有一个输入参数和一个输出参数,过程里面要有自定义异常。从学生表中(tab_student)中寻找符合指定学号等于输入参数的值,然后将找到的学生的姓名赋予输出参数,如果没有符合条件的值则触发异常。 Create table tab_student (sno char(8), sname varchar2(20), age integer, province varchar2(60), sex char(4)) insert into tab_s
短信ocx控件
- 蓝天短信猫收发控件开发使用手册 安装 通过运行regsvr32.exe程序来安装本控件,如: regsvr32.exe c:\winnt\system32\alasunsmscon.ocx 提示: 由于本控件使用了微软公司的MSCOMM32.OCX,所以用户在自己程序发布时,除了要分发本 控件外,还要包括MSCOMM32.OCX。 特别声明: 深圳市蓝天信息技术有限公司开发的alasunsmscon.ocx控件稳定支持本公司生产的短信猫设备,已对短信猫芯片调用此
snortrules-pr-2.4.tar.gz
- snort入侵检测规则文件2.4 Snort是众所周知的网络入侵检测工具,轻型的IDS工具,拥有高效率和良好的可扩展性,snort rules
Oracle--biancheng
- 设有学生表student(学号sno, 姓名sname, 年龄 sage,系别dept)、课程表Course(课程号cno,课程名称cname)和选课表sc(学号sno,课程号cno,成绩grade),用Oracle PL/SQL语言设计一个名为pkg_student程序包,要求: (1)写出程序包头和包体的定义,其中包含函数avgGradePerCourse和存储过程printAvgGradeCourse。 (2)函数avgGradePerCourse计算某门课程的平均成绩,必须用P
gpops
- 一套很好用的基于伪谱法的极大值原理数值算法: 注意:应用此软件需要另外下载snopt,否则无法运行.-PMP solver, based on PS method, SNOPT s numerical solver for NLP is required.
chengxu
- create database s_t on ( name= s_t , filename= f:\程序\database\s_t.mdf , size=2, maxsize=10, filegrowth= 1 ) log on ( name= s_t_log , filename= f:\程序\database\s_t.ldf , size=1, maxsize=5, filegrowth=1) go use
profnocut1
- no cut no arp arp sno cut no
rules
- snort 规则文件,2000多条入侵检测和防御相关规则,针对十几类攻击-snort rule
Snoop30(2008[1].01.28)
- 索引变量中添加TSnoopMemoryNode。 PInteger定义是除去SnoopMemory.pas。 指数的ListView中添加了专家实地取样。 -Index variable is added in TSnoopMemoryNode. PInteger definition is removed in SnoopMemory.pas. Index field of ListView is added in Expert sample.
SQL-CREATE-DATABASE
- SQL 创建数据库 CREATE DATABASE studb CREATE TABLE Stud insert into Stud(Sno,Sname,Ssex,Sdept,Sage)values( 0001 , Jim , M , IS ,19)-SQL CREATE DATABASE CREATE DATABASE studb CREATE TABLE Stud insert into Stud(Sno,Sname,Ssex,Sdept,Sage)values( 00
sql
- SQL数据库简单例程 设有一个 SPJ 数据库,包括 S 、 P 、 J 、 SPJ 四个关系模式: S(SNO , SNAME , STATUS , CITY) P(PNO , PNAME , COLOR , WEIGHT) J(JNO , JNAME , CITY) SPJ(SNO , PNO , JNO , CITY) -SQL database simple routines Equipped with a SPJ database, includi
7303201103221467
- 2、 本系统的数据库名为 jiaowu.mdb 内有五张表:stu, tea, cou, score, adm ,教务管理员对学生、教师信息进行添加时,系统分别根据学生学号、教师编号自动生成密码,米纳生成函数表达式为:spin=sno,tpin=tno-2, the system' s database called jiaowu.mdb has five tables: stu, tea, cou, score, adm, academic administrators to stude
create-database
- 网络数据库的创建,包含数据表的建立与简单查询, 创建关系数据库S_T,在数据库中存在四张表格,分别为: 学生表students(sno,sname,email,grade);-Create a network database, including the establishment of a data table with a simple query, create a relational database S_T, the presence of four tables
sql
- 各种关于SQL的程序编程,存储过程,触发器,三级模式、动静态游标 declare cursor2 cursor static for select * from student go open cursor2 go fetch first from cursor2 update student set sage=sage+1 where sno= 0001 -On the various programming SQL, stored proc