Welcome![Sign In][Sign Up]
Location:
Search - decompress lib

Search list

[ADO-ODBCv4925_tdjob-release

Description: 一、数据库安装 《个人求职管理系统》使用MySQL数据库,请你先在你的数据库服务器上建立一个数据库,然后将你下载的程序解压缩后上传到你的网站空间下,接下来请将sql目录下的tdjob.sql文件导入你刚建立好的MySQL数据库中,导入的SQL文件会在数据库中新建两个数据表td_pjm_user和td_pjm_jobs。 注意:成功导入数据文件后,请修改lib目录下的config.jsp文件,该文件里包含了你的数据库连接信息,请进行相应的修改。 二、JavaBeans安装 将lib目录下的td文件夹拷贝到WEB-INF/classes目录下。td目录中有两个class文件,这两个文件的原Java文件你可以在lib目录下的source目录中找到。-a database installed "individual job search management system" using the MySQL database you, in your database server on the establishment of a database, then you download the procedures decompress after uploaded to your website space, then I would be grateful if sql directory of documents into your tdjob.sql just to establish good MySQL database, SQL file into the new database td_pjm_user two data tables and td_pjm_jobs. Note : Successful data into documents, please amend the lib directory config.jsp document, the document contains your database connection information, please amended accordingly. 2, JavaBeans lib directory will be installed under the td folders to copy WEB-INF/classes directory. Td directory are two class documents that the two documents of the original Java file
Platform: | Size: 3045 | Author: 周拔皮 | Hits:

[Button controlwokao

Description: test比如你要采用spring和hibernate(带事务支持的话),你除了spring.jar外还需要hibernat.jar、aopalliance.jar、cglig.jar、jakarta-commons下的几个jar包。 http://www.springframework.org/download.html下载spring开发包,提供两种zip包 spring-framework-1.1.3-with-dependencies.zip和spring-framework-1.1.3.zip,我建议你下载spring-framework-1.1.3-with-dependencies.zip。这个zip解压缩后比后者多一个lib目录,其中有hibernate、j2ee、dom4j、aopalliance、jakarta-commons等常用包。-test for you to use and exploit spring (with the support of affairs), in addition you also need outside spring.jar hibernat.jar. aopalliance.jar, cglig.jar. JAKARTA - commons jar of several packages. Http : / / www.springframework.org / download.html under development kits containing spring. zip package offers two spring - framework-1.1.3 - with-depe ndencies.zip and spring - framework-1.1.3.zip. I suggest you download spring - framework-1.1.3 - with-depend encies.zip. The zip decompress after the latter more than a lib directory, which is Apache, creates, dom4j, aopalliance, JAKARTA - commons popular packages.
Platform: | Size: 355403 | Author: 我靠 | Hits:

[Database systemv4925_tdjob-release

Description: 一、数据库安装 《个人求职管理系统》使用MySQL数据库,请你先在你的数据库服务器上建立一个数据库,然后将你下载的程序解压缩后上传到你的网站空间下,接下来请将sql目录下的tdjob.sql文件导入你刚建立好的MySQL数据库中,导入的SQL文件会在数据库中新建两个数据表td_pjm_user和td_pjm_jobs。 注意:成功导入数据文件后,请修改lib目录下的config.jsp文件,该文件里包含了你的数据库连接信息,请进行相应的修改。 二、JavaBeans安装 将lib目录下的td文件夹拷贝到WEB-INF/classes目录下。td目录中有两个class文件,这两个文件的原Java文件你可以在lib目录下的source目录中找到。-a database installed "individual job search management system" using the MySQL database you, in your database server on the establishment of a database, then you download the procedures decompress after uploaded to your website space, then I would be grateful if sql directory of documents into your tdjob.sql just to establish good MySQL database, SQL file into the new database td_pjm_user two data tables and td_pjm_jobs. Note : Successful data into documents, please amend the lib directory config.jsp document, the document contains your database connection information, please amended accordingly. 2, JavaBeans lib directory will be installed under the td folders to copy WEB-INF/classes directory. Td directory are two class documents that the two documents of the original Java file
Platform: | Size: 77824 | Author: 周拔皮 | Hits:

[Button controlwokao

Description: test比如你要采用spring和hibernate(带事务支持的话),你除了spring.jar外还需要hibernat.jar、aopalliance.jar、cglig.jar、jakarta-commons下的几个jar包。 http://www.springframework.org/download.html下载spring开发包,提供两种zip包 spring-framework-1.1.3-with-dependencies.zip和spring-framework-1.1.3.zip,我建议你下载spring-framework-1.1.3-with-dependencies.zip。这个zip解压缩后比后者多一个lib目录,其中有hibernate、j2ee、dom4j、aopalliance、jakarta-commons等常用包。-test for you to use and exploit spring (with the support of affairs), in addition you also need outside spring.jar hibernat.jar. aopalliance.jar, cglig.jar. JAKARTA- commons jar of several packages. Http :// www.springframework.org/download.html under development kits containing spring. zip package offers two spring- framework-1.1.3- with-depe ndencies.zip and spring- framework-1.1.3.zip. I suggest you download spring- framework-1.1.3- with-depend encies.zip. The zip decompress after the latter more than a lib directory, which is Apache, creates, dom4j, aopalliance, JAKARTA- commons popular packages.
Platform: | Size: 355328 | Author: 我靠 | Hits:

[Windows DevelopDecompress

Description: tar,zip,tgz,gz等压缩文件的加压缩库,解压到内存中,lib库工程-tar, zip, tgz, gz compressed files, such as add compression library, unzip into memory, lib library project
Platform: | Size: 182272 | Author: 子安 | Hits:

[Compress-Decompress algrithmszlib

Description: Lib for Zlib compress decompress
Platform: | Size: 101376 | Author: rezaulkabir | Hits:

[Multimedia DevelopH264_ddraw

Description: 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通过,可直接使用. 视频播放是采用窗口式的基于DirectDraw方法, 基于DirectDraw的图像播放是Windows平台下很高效的方法,已经封装成CDirectDraw类, 可以很方便地直接应用到别的图像和视频处理工程中。 使用时打开h264文件或yuv文件(工程中有test.h264,encode.h264和FOREMAN_176x144_15.yuv三个测试文件), 单击[Play File]即可进行播放,播放的帧率可以更改定时器时间调整。 可以很方便的更改图像的宽度和高度以便播放不同分辨率的视频。(The H 264 decoded source code (c file) extracted from FFMPEG and debugged. Without using lib and DLL libraries compiled by FFMPEG, it can be debugged directly in VS2010 environment to track the details of the decompression process. It is very useful for students who want to learn and master the standard of H264 encoding and decoding. Read the files in H264 format and decompress and play them in real time. The decompressed image format is YUV, which is displayed frame by frame in the control of a dialog box. The program is compiled and linked under VS2010, and can be used directly. Video playback is based on the DirectDraw method of window type. Image playback based on DirectDraw is a very efficient method on Windows platform. It has been encapsulated into CDirectDraw class. It can be directly applied to other image and video processing projects.)
Platform: | Size: 4245504 | Author: 朝花夕拾1 | Hits:

CodeBus www.codebus.net