联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按平台查找All SQL(528) 

[Oracle数据库] Oracle-PL-SQL

Blocos an nimo,过程,函数,触发器e表单-PL SQL,
Blocos an nimos, procedures, functions, triggers e forms - PL SQL, (2023-08-25, SQL, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693009302486961.html

[MySQL数据库] msyql高级学习资源

mysql的高级教程PPT,包含建库练习所需要的脚本文件,还有doc文档文件。主要是视图,触发器,存储原理等
The advanced tutorial PPT for mysql contains the script files needed to build the library and the doc file. Mainly views, triggers, storage principles, etc. (2019-05-25, SQL, 1367KB, 下载2次)

http://www.pudn.com/Download/item/id/1558715039470188.html

[游戏] Navicat for SQLite

传奇世界SQLlite数据库编辑器,我也不会用先上传吧!
SQLlite database editor (2018-08-23, SQL, 16577KB, 下载0次)

http://www.pudn.com/Download/item/id/1535035311198243.html

[嵌入式/单片机/硬件编程] jiajian

可逆计数器是一种双向计数器,可以进行递增计数,也可以进行递减计数,根据计数控制信号的不同,在时钟脉冲的作用下,计数器可以进行加1或减1的操作。 下面描述的是一个位宽为4的可逆计数器,即该计数器在不同控制信号下可以分别实现加法计数和减法计数的功能。 rst为同步复位信号,当rst = 1时,dout = 4’b0000;当load = 1时,输入信号din通过dout输出; 若add_en = 1时,计数器在每个时钟上升沿实现加1的操作,即实现加法计数功能;若add_en = 0时,计数器在每个时钟上升沿实现减1的操作,即实现减法计数功能。
A reversible counter is a two-way counter, which can be counted incrementally, and can also be counted. According to the difference of the count control signal, the counter can operate with 1 or minus 1 under the action of the clock pulse. The following is a reversible counter with a bit width of 4, that is, the counter can perform addition counting and subtraction counting separately under different control signals. RST is a synchronous reset signal, when RST = 1, dout = 4 'b0000; when load = 1, the input signal DIN is output through dout; if add_en = 1, the counter performs plus 1 operation on each clock rising edge, that is, the addition counting function is realized; if add_en = 0, the counter is implemented to reduce 1 operation on each clock rising edge, that is, real The counting function of the present subtraction. (2018-06-27, SQL, 105KB, 下载2次)

http://www.pudn.com/Download/item/id/1530080168167165.html

[WEB开发] Guestbook

本留言簿程序需要服务器至少支持以下组件或者对象:   1)服务器必须支持asp,此项必须   2)ADO2.5或者更高版本   3)Vbscript版本5.6以上就是服务器安装了IE5.5或者更高版本,此项非必须,但需要相关补丁
This book program requires the server to support at least the following components or objects: 1) The server must support asp, this must 2) ADO2.5 or later 3) Vbscript version 5.6 is installed on the server above IE5.5 or later, this non-essential, but requires relevant patches (2016-05-13, SQL, 19KB, 下载1次)

http://www.pudn.com/Download/item/id/1463113978513142.html

[数据库编程] cpu_aix_shell

本代码段是用于数据库服务器cpu性能及日志监控。
Used for server CPU monitoring (2016-03-19, SQL, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1458361826253026.html

[SQL Server] RSS

利用SQL Sever和NET开发的RSS阅读器
The use of SQL Sever+APS.NET development of RSS reader (2014-11-19, SQL, 311KB, 下载5次)

http://www.pudn.com/Download/item/id/2657910.html

[网络编程] A9

奇迹服务器架设的说明文档,版本为A9,用以服务端安装
mu server setup for document with level-A9 (2014-08-30, SQL, 674KB, 下载11次)

http://www.pudn.com/Download/item/id/2612189.html

[编辑器/阅读器] kindeditor-4.1.10

很好的一款在线编辑器,支持多种语言,完美集合版
editor online (2013-11-27, SQL, 1143KB, 下载5次)

http://www.pudn.com/Download/item/id/2411142.html

[网络编程] al_server_gs

永恒之塔服务器gs 端源代码用于永恒之塔私服
aion gs (2013-07-02, SQL, 5KB, 下载9次)

http://www.pudn.com/Download/item/id/2294006.html

[uCOS/RTOS] WinRAR-ZIP--

嵌入式:uCOSII的内核移植 掌握把UCOSII移植到ARM7处理器上的基本步骤及方法.
uCOSII (2013-04-24, SQL, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/2214644.html

[嵌入式Linux] webcgi_sqlite3_login

以ARM平台mini2440作为服务器,sqlit3嵌入式数据库存储登陆用户名和密码,通过webservice实现登陆
To ARM platform mini2440 as a server, sqlit3 embedded database storage land user name and password, through the webservice to land on (2013-01-15, SQL, 1860KB, 下载38次)

http://www.pudn.com/Download/item/id/2117703.html

[SQL Server] SQL

SQL系统存储过程(参考) 存储过程是一组带有控制结构的SQL语句,存储在数据库服务器上,以便完成特定的任务。粗略地讲,存储过程就是存储在数据库服务器上的一组(已经编译好的)可执行代码。这些过程是在服务器端存储和被执行,具有立即访问数据库的能力,可以被重复调用。使用存储过程不需要重新执行语法分析、语义检查和优化分析,减少网络通讯,具有很多优点。
SQL process of saving (2011-05-16, SQL, 6KB, 下载3次)

http://www.pudn.com/Download/item/id/1533595.html

[SQL Server] Database_event_trigger_information

数据库事件触发器资料Database event trigger information
Database event trigger information Database event trigger information (2010-08-09, SQL, 322KB, 下载1次)

http://www.pudn.com/Download/item/id/1263514.html

[Oracle数据库] keygen_for_pl.sql

pl/sql developer 的注册器,一次注册终身免费
pl/sql developer of the registrar, a registered life-long free (2010-08-02, SQL, 281KB, 下载2次)

http://www.pudn.com/Download/item/id/1257472.html

[文章/文档] cc

内含有触发器的使用说明和具体示例的代码.以调试可用.
the trigger example (2009-04-17, SQL, 147KB, 下载23次)

http://www.pudn.com/Download/item/id/719571.html

[SQL Server] sql

进销存软件触发器。用于仓储型公司。库存量的变化。
Invoicing software triggers. For warehousing companies. Inventory changes. (2008-05-12, SQL, 9KB, 下载9次)

http://www.pudn.com/Download/item/id/460012.html

[数据库编程] sql

基于客户_服务器结构的数据库应用系统的开发
_ Based on client server architecture of the database application system development (2008-01-21, SQL, 3052KB, 下载4次)

http://www.pudn.com/Download/item/id/397672.html

[SQL Server] tri

编写触发器,记录表字段修改记录
The preparation of flip-flop, a record sheet to amend record field (2007-08-21, SQL, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/321634.html

[网络编程] 自己做的一个PB反编译器

邮件服务器CMailServer是标准的互联网邮件服务器软件,支持SMTP/POP3/ESMTP等标准互联网邮件服务协议,支持互联网邮件收发,支持通用的邮件客户端软件Outlook、Foxmail等收发邮件。CMailServer还提供了完善的Web Mail网页收发邮件功能,用户可以通过浏览器申请邮箱、修改密码、接收和发送邮件。邮件发送身份验证功能可以有效的防止垃圾邮件发送者的入侵。管理员可以通过浏览器进行远程邮件帐号管理。支持邮件在线杀毒,能很好的和瑞星、诺顿等杀毒软件配合使用,轻松杀除邮件病毒。邮件服务器CMailServer还支持邮件过滤和IP过滤,有效的防止垃圾邮件
mail server is a standard Internet mail server software, SMTP/POP3/ESMTP support standards such as Internet e-mail service agreement support for Internet mail, supports common mail client software, Outlook, Live as e-mail. CMailServer also provided a complete Web Mail website e-mail functions, users can apply through the mail browser, change passwords, receive and send e-mail. Send mail authentication functions can effectively prevent spammers invasion. Administrators can through the browser for remote e-mail account management. Antivirus-mail support, can be good and Rising, Norton anti-virus software used in conjunction with, in addition to mail easily kill the virus. CMailServer mail server also supports mail filtering and IP filtering, an effective anti-spam (2006-01-09, SQL, 2510KB, 下载24次)

http://www.pudn.com/Download/item/id/139741.html
总计:528