码迷,mamicode.com
首页 >  
搜索关键字:mail command    ( 15573个结果
(转)用javamail发送带附件的邮件
本文转载自:http://redleaf.iteye.com/blog/78217mail.java 代码 package mail; import java.util.* ; import java.io.* ; import javax.mail....
分类:编程语言   时间:2014-05-10 00:50:31    阅读次数:409
局域网内linux由ip反解析主机名
windows平台可用net view;nbtstat-a ip 找到mac及主机名(netbios);在POSIX-linux系统下要是想用nmblookup那么你需要安装samba-client软件包;nmblookup: command not foundgethostbyaddr getho...
分类:系统相关   时间:2014-05-10 00:09:13    阅读次数:1160
LINUX下查看CPU使用率的命令[Z]
1.top使用权限:所有使用者使用方式:top [-] [d delay] [q] [c] [S] [s] [i] [n] [b]说明:即时显示process的动态d :改变显示的更新速度,或是在交谈式指令列( interactive command)按sq :没有任何延迟的显示速度,如果使用者是有...
分类:系统相关   时间:2014-05-09 23:57:11    阅读次数:714
利用DotNET密码系统之一的DES对称加密算法保证数据安全
/////////////////////////////////////////////////////////////  //Author: stardicky //  //E-mail: stardicky@hotmail.com //  //QQNumber: 9531511 //  //CompanyName: Ezone International //  //Class: ...
分类:Web程序   时间:2014-05-09 21:03:06    阅读次数:323
使用nagios监控指定的端口号
方法一:实验思路:第一步在commands.cfg文件中定义你要使用的检测命令:vi/usr/local/nagios/etc/objects/commands.cfgdefinecommand{command_nametcp60910#命令名command_line$USER1$/check_tcp-H$HOSTADDRESS$-p60910-t60#命令内容,该处调用到check_tcp这个脚本-P后面是端..
分类:移动开发   时间:2014-05-09 14:21:11    阅读次数:402
VIM命令集
CommandActionNotesvim file +54open file and go to line 54any : command can be run using + on command linevim -O file1 file2open file1 and file2 side b...
分类:其他好文   时间:2014-05-09 10:15:18    阅读次数:420
Linux命令行技巧
命令描述?apropos whatis显示和word相关的命令。 参见线程安全?man-t man | ps2pdf - > man.pdf生成一个PDF格式的帮助文件which command显示命令的完整路径名time command计算命令运行的时间?time cat开始计时. Ctrl-d停...
分类:系统相关   时间:2014-05-09 09:53:58    阅读次数:507
WordPress用户注册无法收到邮件
在本地搭建了服务器,新用户注册时显示不能使用mail()函数,于是百度,照着别人的教程改,结果还是不行。捯饬了很久才弄好,下面是完整方法。1.打开wordpress\wp-includes\pluggable.php1) 注释下面一行// $phpmailer->From = apply_filte...
分类:其他好文   时间:2014-05-09 09:53:36    阅读次数:422
Fix invisible cursor issue in Ubuntu 13.10
Fix invisible cursor issue in Ubuntu 13.10Fixing this problem is rather too easy. Open a terminal (Ctrl+Alt+T) and use the following command:gsettings...
分类:其他好文   时间:2014-05-09 07:57:17    阅读次数:311
python 发送html邮件
简单的python发送html邮件代码,如下:#!/usr/bin/envpython #-*-coding:utf-8-*- importsmtplib fromemail.headerimportHeader fromemail.MIMETextimportMIMEText fromemail.mime.multipartimportMIMEMultipart ############################################################..
分类:编程语言   时间:2014-05-09 00:57:45    阅读次数:415
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!