码迷,mamicode.com
首页 >  
搜索关键字:mail command    ( 15573个结果
解决谷歌浏览器在win8下没有注册类的问题
在网上搜索了很多方法,终于找到一种有用的,分享下新建一个txt,里面存放代码Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ChromeHTML\shell\open\command]@="\"C:\\...
分类:Windows程序   时间:2014-06-28 17:08:54    阅读次数:326
安装和配置CentOS时钟同步服务
Type the following command to install ntp:# yum install -y ntpTurn on service:#chkconfig ntpd onSynchronize the system clock with 0.pool.ntp.org serve...
分类:其他好文   时间:2014-06-28 14:45:54    阅读次数:185
opencart邮件模板
在opencart中,几乎所有的版权信息都写在language里,我们找到catalog/language/your language/mail/order.php这个语言文件,找到$_['text_new_powered'] = 'Powered By OpenCart.';把单引号里的内容替换成...
分类:其他好文   时间:2014-06-28 12:20:12    阅读次数:286
How to proxy a web site by apache2 in Ubuntu
Install apache2To execute the install command in terminal:sudo apt-get install apache2Then, we can find that the apache2 has been installed in "/etc/"...
分类:Web程序   时间:2014-06-24 09:39:53    阅读次数:363
C#利用SMTP服务器发送邮件
使用.net(C#)发送邮件学习手册(带成功案例)1.了解发送邮件的三种方式2.实例介绍使用client.DeliveryMethod = System.Net.Mail.SmtpDeliveryMethod.PickupDirectoryFromIis3.如何设定本机IIS的SMTP服务器1.了解...
分类:其他好文   时间:2014-06-24 09:18:47    阅读次数:541
Linux的X Window与命令行模式
Linux的登陆方式Linux默认的登陆方式主要分为两种:1.文本界面的登陆环境,也称为命令行界面(Command Line Interface,CLI)或终端界面(Terminal或Console)。2.图形用户界面(Graphical User Interface,GUI)的登陆环境,X Win...
分类:Windows程序   时间:2014-06-24 09:18:02    阅读次数:232
PatentTips - Improving security in a virtual machine host
BACKGROUNDComputer viruses are a common problem for computer users. One typical mode of attack is to send an electronic mail message (e-mail) containi...
分类:其他好文   时间:2014-06-21 00:51:41    阅读次数:285
python 捕获 shell/bash 脚本的输出结果
#!/usr/bin/python## get subprocess module import subprocess## call date command ##p = subprocess.Popen("date", stdout=subprocess.PIPE, shell=True)## T...
分类:编程语言   时间:2014-06-20 21:40:04    阅读次数:324
使用.net(C#)发送邮件学习手册(带成功案例)
使用.net(C#)发送邮件学习手册(带成功案例)1.了解发送邮件的三种方式2.实例介绍使用client.DeliveryMethod = System.Net.Mail.SmtpDeliveryMethod.PickupDirectoryFromIis3.如何设定本机IIS的SMTP服务器1.了解...
分类:Web程序   时间:2014-06-20 18:58:47    阅读次数:350
Tomcat下的一些配置
1.JAVA虚拟机性能优化,修改bin下的 catalina.sh/batrem ----- Execute The Requested Command ----------------------------set JAVA_OPTS= -Xms1024M -Xmx1024M -XX:PermSi...
分类:其他好文   时间:2014-06-20 17:16:37    阅读次数:152
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!