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

table

table是一个数据库控件,[1]主要用于在web页面上创建表格,其功能与Htmltable类似。不同的是,table控件可以用动态的内容以编程的方式来生成表格。
  • A CCITT-16 CRC calculator. The source contains both the calculated (smaller but slower) version, and

    A CCITT-16 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.

    标签: calculator calculated contains smaller

    上传时间: 2015-01-13

    上传用户:s363994250

  • 8051上的CRC8校验 A CCITT-8 CRC calculator. The source contains both the calculated (smaller but slower)

    8051上的CRC8校验 A CCITT-8 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.

    标签: calculator calculated contains smaller

    上传时间: 2013-12-13

    上传用户:CSUSheep

  • PE可执行文件的镶入式程序的编写方法及示例(镶入式后门程序&原程序) 由于Microsoft公司的Windows系统是当前大部分个人电脑所使用的操作系统 主要包括win95,98,me,nt4,200

    PE可执行文件的镶入式程序的编写方法及示例(镶入式后门程序&原程序) 由于Microsoft公司的Windows系统是当前大部分个人电脑所使用的操作系统 主要包括win95,98,me,nt4,2000,xp等,而这些系统所使用的可执行文件的格式基 本上是PE结构的。这里的可执行文件的镶入式程序就是针对PE结构的可执行文件。 这里先简单说一下PE文件框架结构: DOS MZ header DOS stub//在不支持 PE文件格式的操作系统中它将简单显示一个错误提示 PE header//含了许多PE装载器用到的重要信息 Section table//每个Section的信息 Section 1 Section 2 Section 3.... 由于SectionAlignment 块对齐的原因每个Section之间都会产生很多空间, 镶入式程序的代码可以放在Section之间的空位上,比较方便的方法是把代码放在 最后一个Section的末尾,然后更改Misc.VirtualSize和SizeOfRawData这两个位 于Section table的IMAGE_SECTION_HEADER结构数组的成员。如果代码十分的长, 有时候会造成镶入的代码无法被完全加载而产生错误,这时需要更改SizeOfImage 在IMAGE_NT_HEADERS 结构中。 在不同的WINDOWS版本中api调用地址也有不同,为了解决这个问题可以更改引 入表让加载器

    标签: Microsoft Windows 程序 200

    上传时间: 2015-01-13

    上传用户:luopoguixiong

  • 留言本 需要修改的地方都有注释 你可以自行修改 主要有login.jsp和jdbc.java里面关系都数据库连接部分 jdbc你修改编译之后请放到WEB-INFclasseswu目录下面 数据库采用的

    留言本 需要修改的地方都有注释 你可以自行修改 主要有login.jsp和jdbc.java里面关系都数据库连接部分 jdbc你修改编译之后请放到WEB-INF\classes\wu目录下面 数据库采用的是mysql 建表语言是: CREATE table liuyan_temp ( id int(6) NOT NULL auto_increment, url varchar(100) default # , ip varchar(20) default NULL, email varchar(50) default # , qq varchar(20) default NULL, sj varchar(30) default NULL, content text, xm varchar(20) default 没有姓名 , KEY id (id) ) TYPE=MyISAM

    标签: jdbc WEB-INFclasseswu login java

    上传时间: 2014-01-10

    上传用户:songyue1991

  • 自动升级

    自动升级,实现pb自动升级,程序名称: 自动升级系统 版本: 1.1 开发者: 李建忠(ljz6600@126.com) 程序文件: update.exe 功能: 实现升级一台机子上的程序,所有其它机子的程序自动升级. 开发工具: PB6.5 (也适用于PB7、PB8、PB9、PB10) 运行环境: 基于数据库(SQL2000测试通过,其它如Oracle,MySQL,Sybase应该没问题) 特点: 1.支持多个模块,支持一个模块多个文件. 2.文件位置可不为当前目录. 3.可自动压缩文件,然后上传,提高上传与下载速度. 4.update.exe可自动升级(注:仅随新系统升级时升级!!!) 使用说明: 1.先创建表,见table.txt 2.工程所包含的文件,可在uo_updown.uf_check()中定义. (参看原有的!) 3.创建工程时, 请不要把update.pbl生成PBD,这样保证在同一目录,可以多个 工程能正确自动升级. 欢迎您提出宝贵意见. ljz6600(ljz6600@126.com) 2004.11.25

    标签: 自动升级

    上传时间: 2013-12-10

    上传用户:www240697738

  • 新闻采集系统1.0.2 For 4.03(2005.05.15更新) 【使用环境】 本系统是基于动易4.03免费版的基础上的新闻采集系统

    新闻采集系统1.0.2 For 4.03(2005.05.15更新) 【使用环境】 本系统是基于动易4.03免费版的基础上的新闻采集系统,只能用于4.03版本。 本系统采用了ASP + Access编写,您必须保证您的主机已经安装微软IIS5.0或者更高版本, 同时支持Access数据库、XMLHTTP组件才能运行本系统,如要保存文件还需要支持FSO组件。 【更新说明】 1、配色模板改为默认 2、更新数据时检查更加详细 3、"公用"过滤不起作用的问题 4、增加解析swf文件功能 5、修正稳定模式(有限制新闻数量时)不能正常采集的错误 6、修正了列表中批量添加时数字只能按升序 7、修正了无法删除过滤记录的错误 8、修正了过滤管理分页链接的错误 9、增加了table,tr,td表格过滤的功能 10、其它一些不是问题的问题

    标签: 4.03 2005 For 新闻

    上传时间: 2015-05-01

    上传用户:asasasas

  • How to Use tables With the Jtable (in the API reference documentation) class you can display tables

    How to Use tables With the Jtable (in the API reference documentation) class you can display tables of data, optionally allowing the user to edit the data. Jtable doesn t contain or cache data it s simply a view of your data. Here s a picture of a typical table displayed within a scroll pane

    标签: documentation the reference display

    上传时间: 2013-12-23

    上传用户:ayfeixiao

  • Shows how to use all list selection modes, using a list selection listener that s shared between a t

    Shows how to use all list selection modes, using a list selection listener that s shared between a table and list.

    标签: selection list listener between

    上传时间: 2015-05-04

    上传用户:jichenxi0730

  • Unzip this file into a writeable directory. You should end up with a "Geocode" project, as well as

    Unzip this file into a writeable directory. You should end up with a "Geocode" project, as well as Bitmaps and TestData directories. This sample geocodes single-match zip codes, entered by the user, or a batch-match of a table of zips (and other info) against a point shapefile. The point data shapefile consists of 41859 point features from 1996 GDT data, in decimal degrees. The table of zips that can be used in the batch match consists of 38 records, entitled "few_zips.dbf". More specifcs are found at the top of each form and are provided throughout the code.

    标签: directory writeable Geocode project

    上传时间: 2013-12-19

    上传用户:wangchong

  • SWI with ARTX Kernel and RealView Compiler This example program shows how to implement software int

    SWI with ARTX Kernel and RealView Compiler This example program shows how to implement software interrupt functions in an application that uses the ARTX Kernel. The example uses the RealView Compilation Tools. The file SWI_table.s implements the SWI function table. The SWI function declarations and implementations are demonstrated in the file Artx_SWI.c.

    标签: implement Compiler RealView software

    上传时间: 2015-05-30

    上传用户:chenlong