登录
首页 » 其他项目 » 发送邮件

发送邮件

于 2022-02-05 发布 文件大小:2.87 kB
0 242
下载积分: 2 下载次数: 1

代码说明:

php发邮件程序,运行sendmail.php就可以了-send mail

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 说明:一个用于压缩、解压ZIP文件的类库,使用方便、快捷,有源代码。编译的时候要注意路径设置。如果你想在自己的程序中加入ZIP功能的话,赶快下载一个吧!...
    说明:一个用于压缩、解压ZIP文件的类库,使用方便、快捷,有源代码。编译的时候要注意路径设置。如果你想在自己的程序中加入ZIP功能的话,赶快下载一个吧! -: one for compression, decompression of ZIP document library, easy to use, fast, active code. Compile time to pay attention to routing. If you wish to own procedures to add ZIP function can be quickly downloaded a!
    2023-02-23 09:00:03下载
    积分:1
  • 需要.Net Framework2.0支持,如果没有请先下载安装微软的.Net Framework2.0: http://www.microsoft.com...
    需要.Net Framework2.0支持,如果没有请先下载安装微软的.Net Framework2.0: http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&DisplayLang=zh-cn 输入要抓图的网址,点“Go”按钮,页面加载完成后点"Save"按钮即可保存当前网页为图片。-Required. Net Framework2.0 support, if not please download and install Microsoft" s. Net Framework2.0: http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5& DisplayLang = zh-cn enter the drawings of the site, point " Go" button, the page loads after the completion point " Save" button to save the current page as a picture.
    2022-03-18 03:18:34下载
    积分:1
  • ZOJ2618,请先更改文件类型为.c
    ZOJ2618,请先更改文件类型为.c-ZOJ2618, please change the file type. C
    2023-01-14 04:30:04下载
    积分:1
  • 开源的网站整站程序,功能强大带采集系统.
    开源的网站整站程序,功能强大带采集系统.-Open source web site the entire station procedures, with a powerful collection system.
    2022-03-02 16:04:17下载
    积分:1
  • through the interface configuration, generating a concealed documents and search...
    通过界面配置,生成一个隐蔽查找文件及特征关键词的控制台程序。通过运行该控制台程序,就可将查找到的文件名保存到C:\_log.txt文件中了。-through the interface configuration, generating a concealed documents and search features keyword console procedures. By running the console procedures, it can find the file name to save to C : _log.txt the document.
    2023-06-19 09:55:03下载
    积分:1
  • : 1, the first "production" box importation of production, "input...
    说明: 1、先在“产生式”框中输入产生式,在“输入的符号串”框中输入待分析的符号串,点击“编译”按钮开始根据产生式分析输入的符号串。 2、在“范例”菜单中可以选择预选的产生式和输入符号串范例,有两个范例,其中书上范例为“范例代码2”。 3、“产生式”框中,“显示消除左递归结果”选中时,执行编译后如果“产生式”框内内容没有变化,则原输入的产生式符合LL(1),否则,“产生式”框内内容将转换为符合LL(1)的文法。-: 1, the first "production" box importation of production, "input string of symbols" input box to the symbol series analysis, Click on the "Build" button to begin production analysis of the input string of symbols. 2, the "paradigm" menu can choose a pre-production series and the importation of symbols example, there are two examples, which book example of "two examples of code." 3, "have a" box, "showed that the elimination of left recursive results" selected, If, after the implementation of compiler "production" box contents have not changed, then the importation of the production line with LL (1), otherwise, "Production" box contents will be converted to meet LL (1) grammar.
    2022-07-23 04:31:15下载
    积分:1
  • xiazai
    xiazai
    2022-05-22 20:44:57下载
    积分:1
  • 读写位图文件的
    读写位图文件的-literacy Bitmap File Dongdong
    2022-11-28 08:55:03下载
    积分:1
  • 一本很好的关于数控方面的PPT,她详细的说明了数控的历史和它的使用,并附带了很多有用的案例...
    一本很好的关于数控方面的PPT,她详细的说明了数控的历史和它的使用,并附带了很多有用的案例-A very good on the NC side of the PPT, her detailed description of the CNC
    2022-03-20 01:38:13下载
    积分:1
  • 该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子; 死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种...
    该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子; 死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种子只有一个或零个邻居,将因为孤独而死亡; 繁殖:如果一个空格子有三个邻居,那么将会长出一粒新种子。一种模式在经过若干代之后有以下四种可能的结局之一: 消亡; 不变――静态; 振荡――在一组模式间循环多次后在相同的位置出现相同的模式; 滑动――在一组模式间循环多次后在不同的位置出现相同的模式。该程序允许用户指定初始的模式或计算机自动创建初始的模式; 显示进化的过程,即历代模式; 当模式消亡就停止进化,或者提示用户是否继续显示下一代,或开始新的案例,抑或退出。 -The program implementation is the seed of life simulation, survival: There are two or three neighbors of the seed will survive to the next generation, that is still occupying the lattice Death: If there are four or more neighbors, the seeds will die because of overcrowding if seed is only one or zero neighbors, will die because of loneliness Breeding: If a sub-space has three neighbors, then it will grow a new seed. After a pattern after several generations have the following one of four possible outcomes: Die Constant- static Oscillation- a group of modes in the loop on many occasions in the same location after the same pattern emerged Sli
    2022-03-25 01:15:01下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载