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

yamon-src

  • 本系统采用access+asp开发

    本系统采用access+asp开发,系统要求:windows9X+pws win2000(或更高)+IIS、IE 4.0以上及相关打印设备 2、处于安全考虑,建议安装使用前,先修改数据库路径(默认为"tcadmin\tcmdb")及数据库名称,然后修改文件tcconn.asp相应路径设置 3、本系统所有日期格式均为:yyyy-mm-dd,例如:2004-03-28.请按此格式输入日期,否则日期数据拒绝存入数据库 4、档案输出文件为word(*.doc)格式。由于个人配置及环境不一,所以输出后建议用MS word稍作编辑 5、系统所有查找定位均支持模糊查找。例:输入关键词:"李",选择条件按 "姓名" 查找,则记录列表将显示所有姓名中含有"李"字的教师记录 6、教师业务档案输出时,建议先保存后编辑,以免给你造成不必要的麻烦 7、教师查询页面学院首页指向:tcadmin/user_search.asp 8、教师业务档案管理系统登陆页面学院首页调用:login.htm ,调用方法:首页插入代码:<iframe src="你的路径/tcadmin/login.htm" scrolling="no" frameborder="0"></ifram

    标签: access asp

    上传时间: 2014-01-01

    上传用户:wweqas

  • 程序构架基于:运用JSP+Struts+JSTL技术的MVC架构

    程序构架基于:运用JSP+Struts+JSTL技术的MVC架构,数据库采用SQL Server。 使用说明: 设置数据库: 把/zefeng/database/zefenggb_Data数据库文件,附加到SQL Server数据库中,数据库的用户名和密码设置成sa。 本程序源代码在/zefeng/src/目录下。

    标签: Struts JSTL JSP MVC

    上传时间: 2015-11-26

    上传用户:1051290259

  • 一、注意事项 1. 所附程序是(电子菜单)的源代码

    一、注意事项 1. 所附程序是(电子菜单)的源代码,均经过ARM SDT2.51集成环境编译连接通过,可在北京博创兴业有限公司的实验平台ARM300上运行。 2. 各实验的全部源代码分别存放在各实验目录下面。其中主要源代码在SRC子目录中,更多的其他源代码分散存放在实验目录下的各个子目录中。程序运行时所需图片在各实验目录下的bmp子目录中。各实验目录下的后缀名为“apj”的文件是ARM SDT的工程文件。 3. 各实验编译链接后生成的可运行文件在Debug目录下,文件名为“system.bin”,把该文件及所需图片下载到博创实验平台上,重新启动实验平台就可以看运行结果了,也可以根据需要进行单步调试。 4. ARM SDT软件的一些和实验平台相关的具体配置请参看博创ARM300实验平台的实验指导书。

    标签: 注意事项 程序 电子 源代码

    上传时间: 2015-12-01

    上传用户:lps11188

  • The sfloppy sample is a super floppy driver that resides in the directory \NtddkSrcStoragesfloppy. I

    The sfloppy sample is a super floppy driver that resides in the directory \\Ntddk\Src\Storage\sfloppy. It is a class driver for Super Floppy disk drives. It sits a level above the port driver (ATAPI, USB, etc) in the driver stack, and brokers communication between the application level and the port driver. The floppy driver takes requests from filesystem drivers and then sends the appropriate SCSI_REQUEST_BLOCK (SRB) to the port driver. It is compatible with x86 and IA64 platforms.

    标签: NtddkSrcStoragesfloppy directory sfloppy resides

    上传时间: 2015-12-04

    上传用户:84425894

  • Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each

    Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each of the folders McBSP, SPI and Both. Mode II and IV are explored using the McBSP port alone, as well as the SPI port. These projects are located in the SPI and McBSP folders. Modes I and III are explored using both McBSP and SPI. In Mode I, the M0 and M1 pins are controlled by use of the jumper on the evaluation module. A0 is controlled by the DX pin of the McBSP port. In Mode III, the A0, M0 and M1 pins are controlled via GPIO functions of PortF. The "SRC", "CMD" and "INCLUDE" files in the archive are from "C28x Peripheral Examples in C" (document # SPRC097). If you have questions about this or other Data Converter products, feel free to e-mail us at:

    标签: files the software Welcome

    上传时间: 2015-12-16

    上传用户:lixinxiang

  • 本程序是一个动态建立链表的程序 分为链表的建立

    本程序是一个动态建立链表的程序 分为链表的建立,打印,按照num大小顺序添加节点和删除这四个子函数。源码程序在src和include文件夹里面,可执行程序是Linked_list_demo

    标签: 程序 动态

    上传时间: 2015-12-21

    上传用户:wpwpwlxwlx

  • 一个简单的同学录系统,有增、删、修改、查询、分页功能

    一个简单的同学录系统,有增、删、修改、查询、分页功能,非常适合JSP的初学者。 编程环境:MyEclipse+Access+Tomcat5.5 文件列表: index.jsp-------------------首页文件模块 add_new.jsp-----------------增加记录模块 modify.jsp------------------修改记录模块 del.jsp---------------------删除记录模块 save.jsp--------------------保存记录模块 search.jsp------------------查找记录模块 in.jsp----------------------导入常用的类模块 src\ConDb.java--------------连接数据库的JavaBean 数据库文件:TXL.mdb 安装运行:解压后放入Tomcat\webapps 配置数据源:控制面板--->数据源ODBC---->系统DNS---->添加----->Driver do Micrsoft Access(*.mdb) ---->数据源名称:class---->选择数据库文件所在目录 在浏览器下输入:http://localhost:8080/txl

    标签: 同学录 修改

    上传时间: 2015-12-23

    上传用户:zhangyi99104144

  • 新华龙单片机的ISP客户端程序

    新华龙单片机的ISP客户端程序,可通过JTAG在线刷新内部固件,这个压缩包为SRC源代码。

    标签: ISP 单片机 程序

    上传时间: 2014-12-03

    上传用户:zmy123

  • 一个比较好的44B0的启动代码. 工程目录结构说明 --根目录 -- bootloader.apj, ARM Project Manager工程文件 -- INC目录, 头文件 -

    一个比较好的44B0的启动代码. 工程目录结构说明 --根目录 -- bootloader.apj, ARM Project Manager工程文件 -- INC目录, 头文件 -- SRC目录, 源文件 -- Debug目录, debug版本的编译和链接结果 -- Bin2C, 将Bin文件转化为C代码的数组的软件 -- DOC, 相关文档。

    标签: bootloader Project Manager 44B0

    上传时间: 2016-01-07

    上传用户:tedo811

  • aDABOOST This package contains the following files: learner.jar - is a platform independent java

    aDABOOST This package contains the following files: learner.jar - is a platform independent java package. In order to run it on windows/linux open the command prompt/shell and type the command "java -jar learner.jar". Make sure the java installation path is set in the system enviroment. learner.exe - A windows executable version of the application. Doubleclick to run. learner.pdf - The digital version of the report. SRC\ - The source code of the program is in this directory

    标签: independent following aDABOOST contains

    上传时间: 2014-12-05

    上传用户:xsnjzljj