Learn to build applications with Jakarta Struts, the most popular JSP development framework. Struts Kick Start is a "hands-on" book filled with sample applications and code snippets you can reuse, and in-depth coverage of new features in Struts 1.1. If you are looking for a practical book that "shows you how to do it", then Struts Kick Start is for you. Plus, it s the first Struts book with detailed examples of the major Struts tags
标签: Struts applications development framework
上传时间: 2013-12-30
上传用户:zhichenglu
This application note describes the three methods that can be used to program the Flash code memory of the 89C51Rx+/Rx2/66x families of microcontrollers. It discusses in detail the operation of the In-System Programming (ISP) capability which allows these microcontrollers to be programmed while mounted in the end product. These microcontrollers also have an In-Application Programming (IAP) capability which allows them to be programmed under firmware control of the embedded application. This capability is also described
标签: application describes the methods
上传时间: 2014-01-16
上传用户:woshiayin
Please read your package and describe it at least 40 bytes. System will automatically delete the directory of debug and release, so please do not put files on these two directory.
标签: automatically describe package Please
上传时间: 2013-12-19
上传用户:极客
This is the 1500 question and answer really great related technical programming delphi, each question is a programming tips may surprise you do not doubt about its performance.
标签: programming technical question questio
上传时间: 2014-01-25
上传用户:小儒尼尼奥
package and describe it at least 40 bytes. System will automatically delete the directory of debug and release, so please do not put files on these two directory
标签: automatically directory describe package
上传时间: 2013-12-15
上传用户:fanboynet
Please read your package and describe it at least 40 bytes. System will automatically delete the directory of debug and release, so please do not put files on
标签: automatically describe package Please
上传时间: 2014-12-07
上传用户:星仔
dddocuments. (upload 5 files, you can download 200 files). Webmaster will activate the Member Account after checking your files. If you do not want to upload source code, you can join the [VIP member] to get account.
标签: files dddocuments Webmaster activate
上传时间: 2014-02-26
上传用户:fnhhs
FIBPlus is a component suite intended for work with InterBase. It is direct, fast and flexible InterBase connectivity for Delphi, C++ Builder, Ada and Kylix. FIBPlus supports Delphi 5-7, Delphi 2005, Delphi 2006, Delphi 2007, C++ Builder 5-6, C++ Builder 2006, C++ Builder 2007, Kylix 3, gnat-3.15p, gnat2006 GPL, and all versions of InterBase 4.x-7.x, InterBase 2007 and Firebird 1.x-2.x. Using FIBPlus in your applications you do not need to install any additional software except for InterBase Client Software. FIBPlus supports all special InterBase features such as array-fields, event alerters, BLOB-fields, etc. FIBPlus is a native component set and its evaluation versions are distributed partially in sources. Registering FIBPlus you get full sources of components and technical support
标签: component InterBase intended flexible
上传时间: 2013-12-01
上传用户:xuan‘nian
FileTimeSpy: Often times you may need to touch a file by setting its Created, Modified or Last Accessed date and time. This sample shows how to do it.
标签: FileTimeSpy Modified Created setting
上传时间: 2013-12-16
上传用户:zxc23456789
procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end end (4) 接收数据 在编写基于串口的计算机工业测控时,通常需要由下位机向PC机发送数据以使PC机了解系统的测试数据或下位机的运行状态,并进而控制下位机的行为。利用Spcomm串口控件接收下位机发送的数据信息的示例代码如下: //事件驱动方式接收数据程序 procedure TForm1.CommlReceiveData(Sender:Tobject Buffer:Pointer bufferLength:Word) var receivedata:array of byte begin sleep(100) //等待100ms,保证接收到所有数据 move(buffef ,receivedata,bufferlength) //将接收缓存区中的数据转移到数组中 …… end (5) 关闭串口 在系统开发中,应注意在不使用串口时应及时关闭串口,释放系统资源,否则可能会影响系统的其它应用。关闭串口的代码如下: procedure TForm1.FormClose ( Sender TObj ect:var Action:TCIoseAction ) begin comml.StopComm end
标签: commflg procedure senddata integer
上传时间: 2014-01-26
上传用户:懒龙1988