1:文件說明: ExampleServlet.java 發(fā)信JAVA源文件 CSEmail.jar 發(fā)信包 com CSEmail.jar 的源文件 2:部署: ExampleServlet.java 發(fā)到 WEB-INF/CLASSES/ CSEmail.jar 放到 web-inf/lib/ 3. 修改ExampleServlet.java 中 private string SERVLET_HTTP_PATH = "http://www.yourSite.com/servlet/ 把www.yourSite.com 改成你的網(wǎng)址 4運(yùn)行: http://www.yourSite.com/servlet/ExampleServlet 填寫你的SMTP郵件服務(wù)器和發(fā)信端口,還有你在這個(gè)郵件服務(wù)器上的帳號(不正確發(fā)不出信)
標(biāo)簽: ExampleServlet CSEmail java jar
上傳時(shí)間: 2015-01-12
上傳用戶:cx111111
重寫了微軟提供SQLHelper(共用的數(shù)據(jù)庫調(diào)用接口) 1把SqlHelper的connectionstring做成一個(gè)全局量,統(tǒng)一設(shè)置數(shù)據(jù)庫連接字符串 2增加了返回特定表名的DataSet的各接口。 可在項(xiàng)目的config文件設(shè)置數(shù)據(jù)庫連接字符串 private static string connectionstring = System.Configuration.ConfigurationSettings.AppSettings["Connectionstring"] <!-- application specific settings --> <appSettings> <add key="Connectionstring" value="packet size=4096 user id=sa data source=localhost persist security info=True initial catalog=NorthWind password= "/> </appSettings> 當(dāng)然可以把數(shù)據(jù)庫連接方法修改后直接用。
標(biāo)簽: connectionstring SQLHelper SqlHelper 微軟
上傳時(shí)間: 2013-12-12
上傳用戶:釣鰲牧馬
軟件測試:一個(gè)編譯器測試軟件,支持下列C語言運(yùn)算符:+ - * / % ^(乘方) 負(fù) (int) (double) "字符串" [](數(shù)組) > < == >= <= != && ! ++ -- = += -= *= /= %= ^=,支持下列關(guān)鍵字:void int double string if else for while do goto break continue return,支持下列數(shù)據(jù)類型:int double string int[] double[] string[],支持下列系統(tǒng)函數(shù):int max(int,int),double max(double,double),int[] newint(int),double[] newdouble(int),string[] newstring(int),void delete(int[]),void delete(double[]),void delete(string[]),支持任意用戶定義函數(shù),支持函數(shù)重載。不支持全局變量。如果發(fā)現(xiàn)錯(cuò)誤,請告訴我
上傳時(shí)間: 2013-12-15
上傳用戶:sy_jiadeyi
這是我的一些數(shù)據(jù)結(jié)構(gòu)(C語言)源代碼 比如LinkList,string,Array,Tr
標(biāo)簽: LinkList 數(shù)據(jù)結(jié)構(gòu) C語言 源代碼
上傳時(shí)間: 2015-03-11
上傳用戶:songnanhua
SPLASH is a c++ class library that implements many of the Perl constructs and data types, including extensive regex regular expression pattern matching. For those not familiar with Perl, it is an excellent scripting language by Larry Wall and is available for most platforms. This Class library provides List, string, Regular Expression, and text manipulation handling capabilities based on those provided in Perl
標(biāo)簽: implements constructs including library
上傳時(shí)間: 2013-12-07
上傳用戶:1583060504
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several letters from the file to the buffer. Then search the buffer for the longest string that matches the letters just read, and send its length and position in the buffer.
標(biāo)簽: initiated described modified slightly
上傳時(shí)間: 2014-01-09
上傳用戶:sk5201314
java語言中的系統(tǒng)類,包括string類、 stringBuffer類、 Vector類、 Data類、 Random類
上傳時(shí)間: 2013-12-20
上傳用戶:dsgkjgkjg
This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. These IDs must be set for the device you intend to support. Similarly, you will need to set Class to the appropriate string for your device class.
標(biāo)簽: developed indicated keyboard Cherry
上傳時(shí)間: 2015-04-02
上傳用戶:nanxia
接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As string Dim msg As New Pop3Message msg.bytes = rhs.bytes msg.number = rhs.number message = "RETR " + rhs.number.Tostring + vbCrLf write(message) response = Respond() If response.Substring(0, 3) <> "+OK" Then Throw New Pop3Exception(response) End If MsgBox(msg) msg.retrieved = True While (1 = 1) response = Respond() If response = "." + vbCrLf Then Exit While Else msg.message += response End If End While Return msg End Function
標(biāo)簽: Pop3Message Function Retrieve response
上傳時(shí)間: 2013-12-28
上傳用戶:fnhhs
This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose of this software is to test the different memory segments in the Ez-Usb chip. This example will output the string "good" on the 7 segment LED if the mem test passes, or it will output the first address where the memtest fails.
標(biāo)簽: directory the contains firmware
上傳時(shí)間: 2015-05-04
上傳用戶:zxc23456789
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1