Welcome![Sign In][Sign Up]
Location:
Search - ps/2

Search list

[Goverment applicationbookshop(jsp+mysql)

Description: jsp的在线书店,比较完整,装了Mysql和Tomcat后就可。步骤如下: (1)复制源代码bookshop文件夹到Tomcat的webapps\ROOT文件夹下 (2)复制源文件夹下的WEB-INF中的全部内容到Tomcat的webapps\ROOT\WEB-INF\classes下,有同名文件覆盖 (3)将数据库文件夹下的bookstore文件复制到Mysql的data文件夹下 (4)在地址栏中输入http://localhost:8080/bookshop运行测试即可-jsp online bookstore, complete, installed after Mysql and Tomcat can. The following steps : (1) copy the source code bookshop folder to Tomcat webapps \ ROOT text items folder (2) Copy the source file folders under the WEB-INF the contents of the Tomcat webap ps \ ROOT \ WEB-INF \ classes, a document covering the same name (3) database files to the folder to copy the bookstore Mysql d ATA folder (4) in the address bar of http://localhost : testing can 8080/bookshop
Platform: | Size: 1386496 | Author: 李志敏 | Hits:

[hospital software systemhospitalSearch

Description: 医院门诊查询系统,jsp实例,适合做毕业设计,由运行时源文件和供开发使用的程序及数据库,比较齐全 将运行演示程序中的hospital文件夹全部考到Tomcat的webapps下 在Tomcat中创建虚拟目录,步骤如下: (1)打开浏览器进入Tomcat后台管理页面(/admin) (2)在左面打开Tomcat Server/Service/Host(localhost) (3)在context action 中选择Creat New Context (4)在document base 后面输入应用程序所在目录,可是绝对路径也可是相对路径 (5)path后面输入hospital (6)保存,确认保存 (7)启动Tomcat,在地址栏中输入http://localhost:8080/hospital-hospital out-patient inquiry system, jsp example, suitable for graduation design, running from the source document for the development and use of the procedures and databases, more complete demonstration program will run the hospital folder full examination of the Tomcat webap ps Tomcat under the virtual directory created, the steps are as follows : (1) Open the browser into the background Tomcat management pages (/ admin) (2) To open in the left side of MCAT Server/Service/Host (localhost) (3) in co ntext action choose Creat New Context (4) in <http://www.un.org/ t base behind the importation of application directory, But absolute path but also the relative path (5) path behind the importation of hospital (6) preservation, recognize the preservation (7) Start Tomcat, in the address
Platform: | Size: 669696 | Author: 李志敏 | Hits:

[OpenGL programwater_reflect2

Description: 水面反射和折射,提供源代码,通过下面几步实现: 1.设定一个附加裁减平面 2. 并把摄像机位置设置到当然视点对称的位置, 渲染平面以上部分到一个纹理. 3. 将反射平面的顶点传入VS, 并乘以投影矩阵.得到平面投影点的坐标. 4. 将上述插值传入PS, 并同时除以W, 并(projCoord+1.0f)*0.5f. 5. 再查询渲染得到的纹理, 并加入点噪声, 有水波纹的效果. -surface reflection and refraction, providing source code, to achieve the adoption of the following steps : 1. Additional reductions set a planar 2. and installed cameras to the course Perspective symmetrical position, play up to the plane over part of a texture. 3. will be the culmination of reflection plane came VS. and multiplied by the projection matrix. be planar projection coordinates of points. 4. Interpolation of the above into PS, and at the same time divided by W, and (projCoord 1.0f)* 0.5f. 5. further inquiries exaggerate the texture, and point to noise, water ripple effects.
Platform: | Size: 251904 | Author: hmn | Hits:

[Technology Managementvc++source

Description: 文档里面包含五个系统代码。分别为1.公司人员管理系统;2.新科库存管理系统;3.高校学籍管理系统;4.高校工资管理系统;5.高校人事管理系统。 PS:希望能通过审核,加入这个大家庭,与大家共同学习进步!-Document which contains the five system code. 1, respectively. Company personnel management system 2. New inventory management system 3. College student management system 4. College wage management system 5. Colleges and Universities Personnel Management System. PS: hope that through the audit, to join the family, with everyone together to learn and progress!
Platform: | Size: 36864 | Author: 老庄 | Hits:

[Linux-Unixlinux1x

Description: 相信有很多用户在使用华为的代理上网吧,是不是在linux下无法上网头疼呢,我花了一个星期的时间,弄到华为的代理和linux下所需的rpm包了 基于fedora 7下 操作很简单,我给出简要提示 1.使用root用户登陆安装rpm包 #]rpm -ivh compat-libstdc++-7.3-2.96.110.i386.rpm #]./pre.ps #]linux1x -c 下面问的问题很简单,一路yes,注意最后问你是否改变日志的存放位置,no就可以,用默认的路径 然后(确保你的网卡已经激活) #]linux1x –u username/password –n eth0-I believe there are many users in the use of Huawei s agent on Internet cafes, is not in linux can not access a headache, I spent a week s time, Huawei s agent and get under linux required rpm packages of fedora 7 on the next operation is very simple, I am prompted to give a brief one. use root user to install rpm package landing#] rpm-ivh compat-libstdc++-7.3-2.96.110.i386.rpm#] ./pre.ps#] linux1x-c ask the following question is very simple, all the way yes, pay attention to the last question do you change the log storage location, no you can use the default path and then (make sure your card has been activated)#] linux1x-u username/password-- n eth0
Platform: | Size: 1312768 | Author: liyongshun | Hits:

[Multimedia DevelopGameOfLife

Description: 生命游戏是由英国剑桥大学数学家Conway提出的,游戏的规则是这样的,在一个正方的棋盘格上,每格只有两个状态,”生”和”死”,分别表示是否被一个棋子所占有.每个方格有八个邻格,游戏的规则如下: 1. 对于处在”生态的格,若八个邻居中有2个或3个”生”,则继续存活,否则将因过于孤独或过于拥挤而死亡. 2. 对于处在”死”态的空格,若八个邻格中有3个”生”,则该格转变为”生”(代表繁衍过程),否则继续空着. 规则讲完了,看到这里,相信掌握了任何一种开发工具的图形编程的朋友应该都有能力去尝试相应的摸拟了,我这里给出我用AS2在Flash中的实现(PS:由于最近几天我的用来展示的个人空间登陆不上,所以放不到网上了,你可以下载回去看,需装FalshPlayer7.0若以上版本)-err
Platform: | Size: 202752 | Author: cl | Hits:

[SCMRS-232

Description: void UART_init() { //初始化串行口和波特率发生器 SCON =0x58 //选择串口工作方式,打开接收允许 TMOD =0x21 //定时器1工作在方式2,定时器0工作在方式1 TH1 =0xfd //实现波特率9600(系统时钟11.0592MHZ) TR1 =1 //启动定时器T1 ET1 =0 ES=1 //允许串行口中断 PS=1 //设计串行口中断优先级 EA =1 //单片机中断允许 }-void UART_init (){// to initialize the serial port and baud rate generator SCON = 0x58// Select the serial work, open the receiver to allow TMOD = 0x21// Timer 1 in Mode 2, Timer 0 work in a manner 1TH1 = 0xfd// to achieve 9600 baud rate (system clock 11.0592MHZ) TR1 = 1// start the timer T1ET1 = 0 ES = 1// allow the serial port interrupt PS = 1// Design of Serial Port Interrupt Priority class EA = 1// Single-chip Interrupt Enable)
Platform: | Size: 2048 | Author: zhongxinyu | Hits:

[CommunicationDTM6211_DTM6311_develop_v01

Description: DTM6211 DTM6311推荐流程 1、 推荐硬件设计 2、 推荐开关机、复位流程 3、 推荐初始化流程 4、 推荐短信流程 5、 推荐语音通话流程 6、 推荐视频电话流程 7、 推荐分组PS业务流程(包括GPRS业务) 8、 直放站应用推荐流程-DTM6211_DTM6311_develop_v01.pdf
Platform: | Size: 97280 | Author: jack | Hits:

[Internet-Networkfrmupdate

Description: 简单的自动更新程序 需要准备: 1.服务器中的文件 2.服务器中的更新版本号update.txt 只需填写版本号即可 注:最多一个小数点分割 3.本地的up.ini 格式按照压缩包的来,同样只能有一个小数点分割。 在压缩包里改文件下载地址、版本号更新文件地址即可使用 注意:需要引用scrrun.dll PS:由于以前做的自动更新本地的文件是ini格式,所以就没改,导致要用模块来读取ini文件,实际上可以直接用txt文件的。-Auto Update simple need to be prepared: 1. The document server 2. Server update.txt an updated version of its version number just fill in your note: a maximum of 3 decimal division. Up.ini local compressed package in accordance with the format to the same partition can only have one decimal point. Compressed file in the bag to download the address, the address update version number to use Note: the need to invoke scrrun.dll PS: Due to the automatic updates done before the document is a local ini format, so there is no change, leading to use module to read ini file access, in fact, can be directly used txt files.
Platform: | Size: 73728 | Author: 翟易 | Hits:

[MTKMTk_Messages

Description: Revision History 2 Table of Contents 4 1 Purpose 5 2 Design Description 6 2.1 Design Overview 6 2.2 General Control and Screen Flow 10 2.3 Data Structures 19 2.4 NVRAM Storage 25 2.5 Major Procedures (Exported) 26 2.6 Details of Important Procedures (Internal) 28 2.7 Message Sequence Charts for the PS interface 36 3 Appendix 42 3.1 Terminologies and Abbreviations 42 3.2 References 42 -Revision History 2 Table of Contents 4 1 Purpose 5 2 Design Description 6 2.1 Design Overview 6 2.2 General Control and Screen Flow 10 2.3 Data Structures 19 2.4 NVRAM Storage 25 2.5 Major Procedures (Exported) 26 2.6 Details of Important Procedures (Internal) 28 2.7 Message Sequence Charts for the PS interface 36 3 Appendix 42 3.1 Terminologies and Abbreviations 42 3.2 References 42
Platform: | Size: 420864 | Author: 无法无天 | Hits:

[Otherliu1

Description: 1、添加用户tempXXX及jsj05_XXX(其中XXX为本人学号最后三位) 2、分别查看passwd、shadow、group文件中并对上述用户有关的信息做出解释,并找出用户默认的主目录. 3、为上述用户设置密码(密码自定) 4、分别使用上述用户名登录 5. 把jsj05_XXX添加到root组 6、临时禁止tempXX用户 7、完全删除用户tempXX 8、使用su命令 9、添加两个组:分别以个人姓名的拼音的第一字母及jsjXX(XX含义同上)命名 10、查看有关配置文件的内容 11、删除jsjXXX组 12、修改所建第一用户组的属性 13、使用ps命令查看进程内容 14、使用top命令查看进程 -1, add the user tempXXX and jsj05_XXX (where XXX is my Student ID Last 3) 2, respectively, see passwd, shadow, group file, as well as the user information about the above-mentioned explanation, and to identify the user' s home directory by default. 3 , for the user to set a password (the password from the set) 4, respectively, using the above username 5. jsj05_XXX added to the root group to six, temporary prohibition tempXX the user 7, completely delete a user tempXX 8, using the su command 9, add the two groups : respectively, the individual names of the first letters of the alphabet and jsjXX (XX meaning ibid.) named 10, view information about the contents of the configuration file 11, delete jsjXXX group 12, modify the properties of user groups to build the first 13, use the ps command to see the process of the contents of 14, use the top command to see the process of
Platform: | Size: 1624064 | Author: chongchong | Hits:

[Linux-UnixSD_Partition

Description: 在 Fedora 8下,将一张4G的TF卡(MicroSD),格成两个2G的分区,一个主分区,一个逻辑分区。 ps:SD卡有TF卡(现在通称MicroSD),SD卡,MiniSD卡,SDHC等多种,长的不一样;除此之外,还有一种MMC卡。 指令:fdisk 用途:观察硬盘之实体使用情形与分割硬盘用。 使用方法:       一、在 console 上输入 fdisk -l /dev/sdb ,观察硬盘之实体使用情形。       二、在 console 上输入 fdisk /dev/sdb,可进入分割硬盘模式。         1. 输入 m 显示所有命令列示。         2. 输入 p 显示硬盘分割情形。         3. 输入 a 设定硬盘启动区。         4. 输入 n 设定新的硬盘分割区。         4.1. 输入 e 硬盘为[延伸]分割区(extend)。          4.2. 输入 p 硬盘为[主要]分割区(primary)。         5. 输入 t 改变硬盘分割区属性。         6. 输入 d 删除硬盘分割区属性。         7. 输入 q 结束不存入硬盘分割区属性。         8. 输入 w 结束并写入硬盘分割区属性。 -SD card partition tool
Platform: | Size: 2048 | Author: JkHung | Hits:

[matlabline.detection(2).ps

Description: perform edge detection of woman
Platform: | Size: 1064960 | Author: siti | Hits:

[Windows DevelopA_Simple_J1719863142004

Description: Description: This a simple Painter program using JAVA language. The program uses 4 classes to build the entire structure. Please compile using the JAVA SDK, and run the Painter.java as the main program. Program Ability: -Draw Line, FreeHand, Oval, Rectangle, Polygon, Round Rectangle, Filled Oval, Filled Rectangle, Filled Polygon, Filled Round Rectangle -Undo and Redo process. -Set Background Color & set Foreground Color. -Save canvas to file ( *.jpg ) -Open canvas from file PS: The program will save the canvas into 2 files, (*.jpg) and (*.*) You must open the (*.*) file in order to edit the picture you saved before.- Description: This is a simple Painter program using JAVA language. The program uses 4 classes to build the entire structure. Please compile using the JAVA SDK, and run the Painter.java as the main program. Program Ability: -Draw Line, FreeHand, Oval, Rectangle, Polygon, Round Rectangle, Filled Oval, Filled Rectangle, Filled Polygon, Filled Round Rectangle -Undo and Redo process. -Set Background Color & set Foreground Color. -Save canvas to file ( *.jpg ) -Open canvas from file PS: The program will save the canvas into 2 files, (*.jpg) and (*.*) You must open the (*.*) file in order to edit the picture you saved before.
Platform: | Size: 519168 | Author: shafiqsabir | Hits:

[Windows Develop2800

Description: 2800个国内外网页的Logo,可供使用,你可以直接在PS中修改-2,800 pages at home and abroad Logo, available, you can directly modify the PS
Platform: | Size: 8243200 | Author: 斌斌 | Hits:

[JSP/JavaFlight_Booking_System

Description: a flight booking system * 1. Firstly, choose 1 to activate a plane ,otherwise you can not do any operations * 2. According to the document, Scotia Airlines only has two flights * 3. Choose 2 to change flight state(ps. previous state would not display for choosing) * 4. Choose 3 to implement reservation, booking and cancellation features * 5. Choose 4 to view all seating information * 6. Choose 5 to view information on a particular seat * 7. Choose 0 to quit.
Platform: | Size: 31744 | Author: Yuntel | Hits:

[Other Embeded programRepeaterMonitorCode

Description: CDMA2000直放站监控原码,满足中国电信3G网管协议要求,具有PS域(UDP或TCP)通信,远程升级和批采功能.支持华为EM200无线MODEM.LPC2368 Cpu + uC/OS-II 2.52平台.Keil for ARM编译环境.-CDMA2000 Repeater control source, with a PS domain (UDP or TCP) communications, remote upgrades and approved mining capabilities. Support the Huawei EM200 wireless MODEM.LPC2368 Cpu+ uC/OS-II 2.52 platform . Keil for ARM compiler environment.
Platform: | Size: 3685376 | Author: 赵新波 | Hits:

[Other Gamespm

Description: 冠军之路里的一个熔岩团小兵对话获得2.壳化石A:幻象某处。。。3.壳化石B:复活了壳化石A以后,到化石迷家最深处4.触手百合:幻影岛,最上面那层里面能任选1个化石,我选择的是触手百合。幻影岛进入方法:与吉纳镇右下角屋中一老伯说话,他说看到幻影岛后到沙漠就可以看到了复活地点:双鹿镇精灵中心一女npc对话,到吉纳镇精灵中心一男npc领取。ps:好像要一下全复活的,我第一次只复活了秘密琥珀和壳化石A,后来拿到壳化石B就不行了,不过天力公司还可以复活-Champion of the road in a lava soldier dialogue group received 2. Shelly fossils A: illusion somewhere. . . 3. Shelly fossils B: A revived fossil shells after the home fans into the depths of the fossil 4. Tentacle Lily: Phantom Island, the top layer which can then optionally a fossil, I chose the tentacles lily. Mirage Island into the method: the lower right corner town house with Gina, one old man spoke, he said, to the desert to see Mirage Island can be seen after the resurrection Location: Rockets center of the town wizard npc dialogue and a daughter, Gina town to the center of a male wizard npc collection. ps: if to look at all the resurrection, my first and only revival of the secret amber fossils A, then B to get the fossils to die, but the days of the revival of the company can also
Platform: | Size: 1632256 | Author: pantheraj | Hits:

[SCMdoc0846H

Description: Main Features • Quad ADC with 8-bit Resolution – 1.25 Gsps Sampling Rate in Four-channel Mode – 2.5 Gsps Sampling Rate in Two-channel Mode – 5 Gsps Sampling Rate in One-channel Mode – Built-in four-by-four Crosspoint Switch • 2.5 GHz Differential Symmetrical Input Clock Required • ADC Master Reset (LVDS) • Double Data Rate Output Protocol • LVDS Output Format • Digital Interface (SPI) with Reset Signal – Selectable 1:1 or 1:2 Demultiplexed Outputs – Channel Mode Selection – 500 mVpp or 625 mVpp Analog Input (Differential AC or DC Coupled) – Selectable Bandwidth (Four Available Settings) – Gain Control (±18 ) – Offset Control (±50 mV) – Phase Control (±14 ps Range) – Standby Mode (Full or Partial) – Binary or Gray Coding Selection – Test Mode • Power Supplies: 3.3V and 1.8V (Outputs), 1.8V (Digital) • Power Dissipation: 4.2W Total (1:1 DMUX Mode)-Main Features • Quad ADC with 8-bit Resolution – 1.25 Gsps Sampling Rate in Four-channel Mode – 2.5 Gsps Sampling Rate in Two-channel Mode – 5 Gsps Sampling Rate in One-channel Mode – Built-in four-by-four Crosspoint Switch • 2.5 GHz Differential Symmetrical Input Clock Required • ADC Master Reset (LVDS) • Double Data Rate Output Protocol • LVDS Output Format • Digital Interface (SPI) with Reset Signal – Selectable 1:1 or 1:2 Demultiplexed Outputs – Channel Mode Selection – 500 mVpp or 625 mVpp Analog Input (Differential AC or DC Coupled) – Selectable Bandwidth (Four Available Settings) – Gain Control (±18 ) – Offset Control (±50 mV) – Phase Control (±14 ps Range) – Standby Mode (Full or Partial) – Binary or Gray Coding Selection – Test Mode • Power Supplies: 3.3V and 1.8V (Outputs), 1.8V (Digital) • Power Dissipation: 4.2W Total (1:1 DMUX Mode)
Platform: | Size: 3200000 | Author: 郭福珍 | Hits:

[Shop supermarket software systemfangdrcgbk

Description: 修改括号内的日期为你论坛的建站日期 版权部分就不用我教了吧,建议保留 2)头部模板template\home\common\header.htm 查找:<!-- 添加桌面快捷方式 --> 修改下面一行的链接地址(<a href="#")#号修改为你的桌面快捷方式链接地址 继续查找:<!-- 头部功能区开始需修改链接 --> 修改区域内所有的#号为你自己的链接 3)门户页模板template\home\portal\imdex.htm 修改模板内所有链接为你站内需要的包括文字(这里比较多) DIY部分我就不多说了,注意只修改属性不要修改模块模板,因为会改变样式! 4)JS部分static\js\qjhome.js 打开修改吧,里面注明的很详细了 +----------------------------------+ 技术支持 PS:如果你是使用官方默认风格请把风格切换到默认的蓝色风格再把本风格设为默认! 风格图片包有保存完整的PS栏目图片方便修改标题。-fdhsdyeyn jkjhgkfxj tryt
Platform: | Size: 2212864 | Author: 苏华 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net