Ubunut 16.04下面安装了Teamviewer,刚安装完启动是没有问题的,每次重启打开就会提示:
"TeamViewer Daemon is not running
Please start teamviewerd and then restart TeamViewer....
xiaohe
9年前 (2017-11-27) 8828℃ 0评论
1喜欢
telnet发送邮件的方法:
telnet smtp.hepeichao.com 80
220 smtp.aliyun-inc.com MX AliMail Server(10.147.41.231)
helo smtp.hepeichao.com
250 Ok
auth...
xiaohe
9年前 (2017-11-26) 6126℃ 0评论
0喜欢
我在使用wordpress的时候发现使用任何一个邮件发送插件都不能成功的发送邮件,后来在服务器上用telnet测试发现服务器根本不能连接25端口,经过在网上查找发现原来阿里云把25端口封禁了。
如果你们在使用过程中遇到了用25端口无法发送邮件先在cmd中使用telnet工具测试2...
xiaohe
9年前 (2017-11-26) 10935℃ 0评论
0喜欢
apache环境下,配置好https后,需要设置url重定向规则,使网站页面的http访问都自动转到https访问。
1、先打开url重定向支持
1)打开Apache/conf/httpd.conf,找到下面的部分去掉前面的#号。
#LoadModule rewrite_modu...
xiaohe
9年前 (2017-11-19) 7394℃ 0评论
1喜欢
切割wav音频文件
如果没有pydub需要使用pip install pydub来安装模块
from pydub import AudioSegment
from pydub.utils import make_chunks
myaudio = AudioSegment....
xiaohe
9年前 (2017-11-16) 32560℃ 0评论
13喜欢
下载地址为:
http://download.csdn.net/download/xiao7732/10118142
文件名为:
HeadFirstDataAnalysisCode.zip 大小116KB
《深入浅出数据分析》英文名为Head First Data Analys...
xiaohe
9年前 (2017-11-14) 8342℃ 0评论
0喜欢
如果代理类型是socks5进行如下设置即可
git config --global http.proxy socks5://127.0.0.1:1080
git config --global https.proxy socks5://127.0.0.1:1080
如果...
xiaohe
9年前 (2017-11-08) 8073℃ 0评论
0喜欢
应使用ifconfig的绝对路径/sbin/ifconfig 就可以了
...
xiaohe
9年前 (2017-11-08) 5058℃ 0评论
0喜欢