Welcome![Sign In][Sign Up]
Location:
Search - ALTER

Search list

[JSP/JavaServletmail

Description: 1:文件说明: ExampleServlet.java 发信JAVA源文件 CSEmail.jar 发信包 com CSEmail.jar 的源文件 2:部署: ExampleServlet.java 发到 WEB-INF/CLASSES/ CSEmail.jar 放到 web-inf/lib/ 3. 修改ExampleServlet.java 中 private String SERVLET_HTTP_PATH = \"http://www.yourSite.com/servlet/ 把www.yourSite.com 改成你的网址 4运行: http://www.yourSite.com/servlet/ExampleServlet 填写你的SMTP邮件服务器和发信端口,还有你在这个邮件服务器上的帐号(不正确发不出信)-1: Document explanation that, ExampleServlet.java sends a letter JAVA source document CSEmail.jar to send a letter wraps com CSEmail.jar the source document 2: Deployed: ExampleServlet.java sends to WEB-INF/CLASSES/ CSEmail.jar to put to web-inf/lib/ 3. revises in ExampleServlet.java private String SERVLET_HTTP_PATH = \"http://www.yourSite.com/servlet/ to alter to www.yourSite.com your website 4 movements: Http://www.yourSite.com/servlet/ExampleServlet fills in your SMTP server and sends a letter the port, but also has you (not correctly not to be able to issue letter) on this server account number
Platform: | Size: 16960 | Author: 陈良 | Hits:

[GUI Developyfskins

Description: 使用简单的代码就能改变用户界面,可以实现类似XP,金山词霸的界面-use of a simple code will be able to alter the user interface, can achieve similar XP, free email interface
Platform: | Size: 219819 | Author: 蔡志煌 | Hits:

[Develop Tools可编程逻辑系统的VHDL设计技术_0

Description: 可编程逻辑系统的VHDL设计技术,该本书首先对VHDL语言进行了阐述,然后用alter公司的产品进行举例!-programmable logic system VHDL design technology, the first book of VHDL expounded, and then alter the company's products, for example!
Platform: | Size: 11019638 | Author: 高操 | Hits:

[Fractal programyin5.3

Description: 可编程逻辑系统的VHDL设计技术,该本书首先对VHDL语言进行了阐述,然后用alter公司的产品进行举例!-programmable logic system VHDL design technology, the first book of VHDL expounded, and then alter the company's products, for example!
Platform: | Size: 67047 | Author: 陈浩 | Hits:

[Other resource25175cjcx20

Description: 功能: 1.添加单个成绩 2.批量添加成绩 3.通过搜索并修改与删除 4.直接修改 5.可以批量删除 6.可以直接GO到达你想到达的页-functions : 1. Add two individual achievements. Batch added three results. Search and amended with the deletion of four. 5 directly alter. Volume 6 can be deleted. GO can reach you directly to the arrival of page
Platform: | Size: 54907 | Author: yao | Hits:

[ListView/ListBoxCReportCtrl

Description: 一个继承自CListCtrl的改进过的list control控件代码,支持每格数据的直接修改,支持每格的颜色控制,支持数据的按列排序,支持每格的图像显示及复选框显示-inherited from the CListCtrl an improvement over the control list control code, support each grid data directly alter the support of every new color control and support shown by the data, in order to support every new Image Display and check box shows
Platform: | Size: 146936 | Author: 王强 | Hits:

[WinSock-NDISJAVA聊天室实现(多功能)

Description: 实现功能:· 用户上线·包括新用户上线和已使用过该系统的用户上线·每位在线的用户将会收到该用户上线的通知·该用户会收到所有已在线的用户的信息·朋友下线  ·服务器端删除该用户信息·每位在线的用户将会收到该用户下线的通知,同时删除改用户的信息·聊天终止,文件传输终止· 修改用户名字·用户可以在对应的文本框内直接修改名称·用户可以在保存的Myinfo.txt中直接修改名称· 聊天功能:·公聊:所有在线的用户都可以看到你的发言·私聊:能和所有以在线的用户进行私聊,其他用户看不到私聊对象之间的聊天  ·文件传输  ·能给所有的已在线用户发送文件(先打开私聊窗口)  ·只能给一位用户发送文件,但是却可以接收多个用户发送的文件·查看历史记录  ·可以查看私聊的聊天记录  ·可以查看公聊的聊天记录  ·可以查看服务器端的所有记录-achieve functional : on-line users, including new users on line and have used the system users on the line every online users will be received by the users of on-line users will be notified of the receipt of all users of online information Linear friends server to delete the user information each of the Line users will receive the notification from the assembly line users, delete users change the information termination chat, file transfer, termination of modifying user names users can text box corresponding directly alter the names of users can keep Myinfo.txt directly change the name chat : public talk : all online users can see you speak of Private Chat : energy and all online users Private Chat, other users see objects Private Chat chat between the file transfer can all have online use
Platform: | Size: 15279 | Author: KOF | Hits:

[ADO-ODBCBookSale

Description: 简单的图书销售管理系统 说明: 1.程序基本实现用户要求 2.登录密码为12345 该密码保存在数据库的Pwd表中,程序没有直接提供修改密码的功能 若要该密码,请到数据库中直接修改 3.为了方便统计,程序利用了临时表SaleReport。一般来说,统计完毕时该表会自动删除 如果由于异常原因,该表没有自动删除,那么程序在运行统计时会出现问题,其他功能不受影响 解决方法:用Access打开数据库RBookSale.mdb,将表SaleReport删除即可 4.删除库存为零的图书记录,该要求有些不合理 如果删除了这些记录,那么销售统计时,则无法查到这些书的信息 (这可能与我表设计有关,没有深入分析该问题) 5.程序运行时,务必保证数据库与应用程序在同一目录下 程序是基于MFC编写的 如果运行该程序的机器上没有MFC运行时库,程序不能运行.-simple book sales management system : 1. Basic procedures to achieve two user requirements. Login password to 12,345 the password stored in a database table of Pwd, procedures not directly alter the code for the function if the password, the free database directly alter three. To facilitate the compilation of statistics procedures used SaleReport temporary table. Generally, statistical finished The list will be automatically deleted because if abnormal reasons, the table does not automatically deleted, then running statistical procedures that would arise, the other functions will not be affected solutions : Open Access database RBookSale.mdb, will be deleted SaleReport Table 4. Delete library zero deposit library records, some of the unreasonable demands deletion of these records, sales st
Platform: | Size: 426075 | Author: 曲进 | Hits:

[Other resourceAlter

Description: ALTERA公司附带的ALTER培训资料,比较经典权威
Platform: | Size: 20956499 | Author: 3060421006 | Hits:

[VHDL-FPGA-VerilogUSB_2-0_Host_IP_Core

Description: this come from alter ,you can look and find it on line about USB
Platform: | Size: 89088 | Author: fff | Hits:

[Embeded-SCM DevelopEPC2LC20

Description: ALTER的CPLD/FPGA配置芯片的手册,很有用的-ALTER the CPLD/FPGA chip configuration manual, very useful
Platform: | Size: 1639424 | Author: yangyichang | Hits:

[OtherAlter

Description: ALTERA公司附带的ALTER培训资料,比较经典权威-ALTERA Corporation incidental ALTER training materials, compare the classic authority
Platform: | Size: 20956160 | Author: 3060421006 | Hits:

[Booksalter

Description: 这是一本关于ALTERA的高级教程,对于有需要的朋友可以-This is an advanced tutorial on ALTERA, for there is a need to be friends
Platform: | Size: 21380096 | Author: 李惠琼 | Hits:

[JSP/JavaStruts2

Description: alter table tbl_name add col_name type 例如,给表增加一列weight mysql>alter table pet add weight int 删除列 alter table tbl_name drop col_name 例如,删除列weight: mysql>alter table pet drop weight 改变列 alter table tbl_name modify col_name type 例如,改变weight的类型: mysql> alter table pet modify weight samllint 另一种方法是: alter table tbl_name change old_col_name col_name type 例如: mysql> alter table pet change weight weight samllint 给列更名 mysql>alter table pet change weight wei 给表更名 alter table tbl_name rename new_tbl 例如,把pet表更名为animal mysql>alter table pet rename animal -alter table tbl_name add col_name type for example, to form an increase in weight mysql> alter table pet add weight int Remove Columns alter table tbl_name drop col_name For example, the deletion of column weight: mysql> alter table pet drop weight change out alter table tbl_name modify col_name type for example, the type of weight change: mysql> alter table pet modify weight samllint Another method is: alter table tbl_name change old_col_name col_name type for example: mysql> alter table pet change weight weight samllint to the column name mysql> alter table pet change weight wei renamed to table alter table tbl_name rename new_tbl for example, changed its name to the pet table animal mysql> alter table pet rename animal
Platform: | Size: 102400 | Author: 高占峰 | Hits:

[VHDL-FPGA-Verilogjtagdownload

Description: alter cpld下载线制作方法集合,自己做就行,不用花40元去买了-alter cpld download cable production method of collection, make their own on the line, do not have to spend 40 yuan to buy a
Platform: | Size: 2455552 | Author: 高兵 | Hits:

[VHDL-FPGA-VerilogAlterMCU8051IP

Description: 8051IP核 FPGA ALTER公司-8051IP-core FPGA
Platform: | Size: 9214976 | Author: gongcheng | Hits:

[ListView/ListBoxalter-the-item-color-of-listbox

Description: vb6中 任意改变listbox每一行颜色及按钮颜色-alter the color of listbox
Platform: | Size: 104448 | Author: 冯先生 | Hits:

[Otheralter-sell-information

Description: 修改销售订单信息,简单的网页设计界面,修改销售订单的信息。-Alter sell information.
Platform: | Size: 5120 | Author: lisa | Hits:

[Other DatabasesAlter-Table

Description: ALTER TABLE and CREATE TABLE in Access/vb6
Platform: | Size: 13312 | Author: yogesh | Hits:

[GIS programalter-lines

Description: Alter lines in MapInfo. Must compile in Mapbasic
Platform: | Size: 1024 | Author: chatlas | Hits:
« 12 3 4 5 6 7 8 9 10 ... 22 »

CodeBus www.codebus.net