虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

zys-PL

  • 本讲稿(ORACLE8i 数据库基础)是作者在多年的工作和授课中的总结

    本讲稿(ORACLE8i 数据库基础)是作者在多年的工作和授课中的总结,主要包括两个部分,第一部分是ORACLE SQL*PLUS基础,主要讲述ORACLE 应用系统设计的基本知识和给出一些有用的实例;第二部分是介绍ORACLE PL/SQL知识,主要讲述ORACLE数据库PL/SQL程序设计所用到基本知识,这部分给出进行应用设计所必需的基础知识。这两部分的内容都尽可能做到内容简洁而全面。特点是,1.用简单明了的语句对解释各个部分的内容,省去一些理论性的解释;2.给出作者在应用设计和开发中的一些具体的例子,为软件人员提供一些借鉴,省去查阅大量资料的时间。3.给出了许多资料所没有提供的一些使用技巧,如导出触发器等。总之,内容基本上包括当前Oracle8I的最新内容。同时也覆盖了最新的ORACLE8i OCP培训大纲的内容。不仅包含ORACLE 程序设计人员、DBA所必须掌握的知识,而且还含盖了系统分析员所要求的内容。与本书(讲稿)相伴的还有《Oracle8i/9i初级数据库管理》和《Oracle8i/9i高级数据库管理》。

    标签: ORACLE8i 数据库

    上传时间: 2013-12-28

    上传用户:asddsd

  • ORACLE DEVELOP使用指南

    ORACLE DEVELOP使用指南,详细介绍了PL/SQL、表单、触发器、数据块等

    标签: DEVELOP ORACLE 使用指南

    上传时间: 2015-04-11

    上传用户:ljmwh2000

  • 使用ORCLE创建表

    使用ORCLE创建表,及相关操作。包括有详细的。SQL文件,直接使用PL/SQL即可导入数据库查看。

    标签: ORCLE

    上传时间: 2015-04-21

    上传用户:123456wh

  • I. Introduction This code exploits a previously undisclosed vulnerability in the bit string deco

    I. Introduction This code exploits a previously undisclosed vulnerability in the bit string decoding code in the Microsoft ASN.1 library. This vulnerability is not related to the bit string vulnerability described in eEye advisory AD20040210-2. Both vulnerabilities were fixed in the MS04-007 patch. II. Screenshots $ ./kill-bill.pl . kill-bill : Microsoft ASN.1 remote exploit for CAN-2003-0818 (MS04-007) by Solar Eclipse <solareclipse@phreedom.org> Usage: kill-bill -p <port> -s <service> host Services: iis IIS HTTP server (port 80) iis-ssl IIS HTTP server with SSL (port 443) exchange Microsoft Exchange SMTP server (port 25) smb-nbt SMB over NetBIOS (port 139) smb SMB (port 445) If a service is running on its default port you don t have to specify both the service and the port. Examples: kill-bill -s iis 192.168.0.1 kill-bill -p 80 192.168.0.1 kill-bill -p 1234 -s smb 192.168.0.1

    标签: I. vulnerability Introduction undisclosed

    上传时间: 2015-05-15

    上传用户:xhz1993

  • c语言编译器arm-gen.c asmtest.S bcheck.c boundtest.c c67-gen.c Changelog coff.h configure COPYING elf.h

    c语言编译器arm-gen.c asmtest.S bcheck.c boundtest.c c67-gen.c Changelog coff.h configure COPYING elf.h [examples] float.h gcctestsuite.sh i386-asm.c i386-asm.h i386-gen.c il-gen.c il-opcodes.h libtcc.h libtcc1.c libtcc_test.c Makefile README stab.def stab.h stdarg.h stdbool.h stddef.h tcc-doc.html tcc-doc.texi tcc.1 tcc.c tccasm.c tcccoff.c tccelf.c tcclib.h tccpe.c tcctest.c tcctok.h texi2pod.pl tiny_impdef.c TODO varargs.h VERSION

    标签: Changelog boundtest configure arm-gen

    上传时间: 2014-01-16

    上传用户:拔丝土豆

  • 它是VC++6.0下面的一个项目

    它是VC++6.0下面的一个项目,该目录包括PL/0编译器的源代码。 PL0/debug下面是已经编译成功的PL/0编译器:PL0.exe。该小编译器可以处理一些简单的 利用PL/0语言书写的程序。例如,PL0/debug下面的test.PL0就是一个简单的 PL/0 程序。 运行PL0.exe, 并把test.pl0提供给PL0.exe,处理结果将保存在test.out 中。 注:test.pl0 和 test.out 可以用Notepad(记事本)软件打开。

    标签: 6.0 VC 项目

    上传时间: 2015-06-02

    上传用户:wangzhen1990

  • Simple SunPlus SP54 codec converter and a more playable mode MJPG. untar the archive go to the r

    Simple SunPlus SP54 codec converter and a more playable mode MJPG. untar the archive go to the relevant directory to compile: just do make to install: with root account cp sp54convert /usr/local/bin to use: sp54convert infile outfile Enjoy !! Michel Xhaard <mxhaard@users.sourceforge.net> Till Adam <till@hubbahubba.de> Windows port: Piotr Pawlow <pp@siedziba.pl>

    标签: converter the playable SunPlus

    上传时间: 2013-12-30

    上传用户:1079836864

  • 系统前台利用可视化开发工具设计用户界面

    系统前台利用可视化开发工具设计用户界面,使用ADO.NET(可选ODBC等)数据引擎来访问由Oracle设计的后台数据库。系统涵盖了用户注册、修改用户注册信息,添加数据、修改数据、删除数据等多项对数据库中数据的常规操作,系统还涉及对视图、索引、触发器等数据库对象的创建、管理以及维护等操作,以及利用PL/SQL语言进行程序设计、利用存储过程、系统函数完成数据库的高级操作。 本系统较为复杂,为了实现这一目标,把此项目分解成如下几个小项目,最后的作品分阶段作为平时成绩考核的依据之一。

    标签: 可视化开发 工具设计 用户界面

    上传时间: 2014-01-10

    上传用户:tyler

  • vectline "vector field line plotter" Depending on the dimension of coordinate axis, vectline can pl

    vectline "vector field line plotter" Depending on the dimension of coordinate axis, vectline can plot both 3D and 2D vector field line.

    标签: vectline coordinate Depending dimension

    上传时间: 2014-01-11

    上传用户:invtnewer

  • 一个PLX教学编译器IDE

    一个PL\X教学编译器IDE,带扩展文法;高亮语法编辑区实现;自带虚拟机执行环境。

    标签: PLX IDE 编译器

    上传时间: 2014-01-01

    上传用户:zhliu007