上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 20 下一页
摘要: CC 英文全称是 Carbon Copy(抄送);BCC英文全称是 Blind CarbonCopy(暗抄送)。 两者的区别在于在BCC栏中的收件人可以看到所有的收件人名(TO,CC,BCC),而在TO 和CC栏中的收件人看不到BBC的收件人名。电子邮件可以有三种类型的收件人,分别to、cc(car... 阅读全文
posted @ 2015-07-08 14:42 crazy_itman 阅读(1048) 评论(0) 推荐(0) 编辑
摘要: echo "hello"|mutt -s "world" -a hack.jpg -- name@address.com 阅读全文
posted @ 2015-07-08 00:27 crazy_itman 阅读(176) 评论(0) 推荐(0) 编辑
摘要: [root@localhost mail]#tmp=`mailq | grep -E "root" | awk '{print $1}'`[root@localhost mail]# echo $tmp8F5B4C0653 9A100C065A[root@localhost mail]# for i... 阅读全文
posted @ 2015-07-07 22:07 crazy_itman 阅读(555) 评论(0) 推荐(0) 编辑
摘要: sed -n '1,$'p test >> test 阅读全文
posted @ 2015-07-07 11:37 crazy_itman 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 在使用apt-get install安装软件时,经常会遇到如上图所示错误,该错误的意思为缺少依赖软件,解决方案为:aptitude install golang-go 阅读全文
posted @ 2015-07-06 15:14 crazy_itman 阅读(597) 评论(0) 推荐(0) 编辑
摘要: 解决方案:利用“资源监视器”,如上图: 具体步骤: win+r,输入perfmon打开资源监视器 或者 右键——Windows 7任务栏——启动任务管理器——性能——资源监视器——CPU选项卡——关联的句柄——搜索句柄——(输入)要删除的文件夹名——搜索到与文件夹名句柄相关联的进程(... 阅读全文
posted @ 2015-07-02 14:02 crazy_itman 阅读(1098) 评论(0) 推荐(1) 编辑
摘要: 假设 有A、B两台主机:要实现的效果:A主机ssh登录B主机无需输入密码;加密方式选 rsa|dsa均可以,默认rsa做法:1、登录A主机2、ssh-keygen -t [rsa|dsa],将会生成私钥文件和公钥文件 id_rsa,id_rsa.pub或id_dsa,id_dsa.pub3、将 .p... 阅读全文
posted @ 2015-07-02 10:06 crazy_itman 阅读(108) 评论(0) 推荐(0) 编辑
摘要: [root@iamzken ~] : > filename[root@iamzken ~] > filename[root@iamzken ~] echo “” > filename[root@iamzken ~] echo > filename[root@iamzken ~] cat /dev/n... 阅读全文
posted @ 2015-07-02 09:59 crazy_itman 阅读(140) 评论(0) 推荐(0) 编辑
摘要: oracle用户密码不小心设置了带有“@”符号,正常登陆总是无法登陆,提示无法解析的连接字符串错误,其实解决办法很简单,转义即可,示例如下:exp system/\"xxx@yyy\"@localhost:1521/orclconn system/\"xxx@yyy\"@localhost:1521... 阅读全文
posted @ 2015-06-26 14:25 crazy_itman 阅读(1913) 评论(0) 推荐(0) 编辑
摘要: 该代码可以实现让System.out.print输出内容不再打印到控制台,而是输出到指定的文件中package com.zken.testcase;import java.io.FileNotFoundException;import java.io.FileOutputStream;import ... 阅读全文
posted @ 2015-06-25 17:42 crazy_itman 阅读(852) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 20 下一页