搜索资源列表
new
- SQL创建表,可以直接拷贝使用该例子只是实现一个简单的功能,其他的大家补充-SQL create table, you can directly copy the use of the example is only the realization of a simple function to add other U.S.
PersonnelManagementSystem(UsedMFC)
- 人事管理系统是一个企业单位不可缺少的部分,它的内容对于企业的决策者和管理者来说都至关重要,本文将介绍一个基本的人事管理系统实例的开发过程,采用ADO和SQL Server 2000等技术。-Personnel Management System is a business unit of an indispensable part of its content for business decision-makers and managers are crucial, this article
how_to_cre2110284212008
- To show easy it is to create a Dynamic SQL building tool for end users in any application. I am using the DBDemos Database tables for this example the Customer.dbf you can use any database for this example.- To show how easy it is to create a Dynami
vb_sql_picture
- 使用VB存取SQL数据库图片,很好的例子-Access to SQL database using VB picture, a very good example
Crawl
- 新版本的“挖掘鸡digshell v4.02”程序界面与前面的版本没有太大的区别,主要在于自定义后缀的功能增强。利用digshell v4.02,我们可以快速搜索出存在着新漏洞的站点肉鸡。这比利用百度或google之类的快速精确得多了。这里以sql注入漏洞为例,结合挖掘鸡的搜索功能,快速寻找到有漏洞的下载站点,并攻击抓鸡。-The new version of the " mining chicken digshell v4.02" and the previous vers
Database_-detail_code
- 在众多的计算机应用中,有一类重要的计算机应用,称为数据密集型应用,例如,管理信息系统、办公信息系统、银行信息系统、民航定票系统、情报检索系统等,这是最大的计算机应用领域,管理这种大量的、持久的、共享的数据需要数据库技术。 JDBC是Sun提供的一套数据库编程接口,由Java语言编写的类、界面组成。用JDBC编写的程序能够自动地将SQL语句传送给相应的数据库管理系统,而且通过使用JDBC,开发人员可以很方便地将SQL语句传送给几乎任何一种数据库。也就是说,开发人员可以不必写一个程序访问Orac
For-example-SQL-Palm-collection
- SQL掌用实例大收集包括了一些经常用到的sql操作-SQL palm with large collection includes a number of examples of frequently used sql operations
1
- SQL修改记录的一个例子,对Labview数据库的学习很有帮助-An example of SQL change records, is of great help to the Labview database study
create-function
- 所谓的3x+1猜想就是:任取一个自然数,如果它是偶数,我们就把它除以2,如果它是奇数,我们就把它乘3再加上1。在这样一个变换下,我们就得到了一个新的自然数。如果反复使用这个变换,我们就会得到一串自然数,猜想就是:反复进行上述运算后,最后结果为1。 比如说我们先取5,首先我们得到3*5+1=16,然后是16/2=8,接下去是4,2和1,由1我们又得到4,于是我们就陷在4→2→1这个循环中了。 再举个例子,最开始的数取7,我们得到下面的序列:
SQL_Server-trigger
- SQL Server触发器创建、删除、修改、查看示例教程 触发器是一种特殊的存储过程﹐它不能被显式地调用﹐而是在往表中插入记录﹑更新记录或者删除记录时被自动地激活。所以触发器可以用来实现对表实施复杂的完整性约束。-Create, delete, modify the SQL_Server trigger, see the tutorial example Trigger is a special procedure, it can not be called explicitly,
web-malware
- Vulnerability detection tools are frequently considered the silver-bullet for detecting vulnerabilities in web services. However, research shows that the effectiveness of most of those tools is very low and that using the wrong tool may lead
