Wesley13 Wesley13
3年前
java实现阿里企业邮箱以及谷歌邮箱邮件的发送
一、配置在Syn.properties进行邮箱host等配置smtpServersmtp.amuxia.com(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.amuxia.com%2F)fromUserName邮箱的用户名fromUserPassword你
Stella981 Stella981
3年前
Python 使用selenium抓取网页文本和下载音频
Python使用selenium抓取网页文本和下载音频!\usr\bin\envpythoncoding:utf8'一个自动从https://podcast.duolingo.com/spanish中下载音频并且爬取文本的程序''需要配置下载以下所需库,并且配置好webdriv
Easter79 Easter79
3年前
StackExchange.Redis 官方文档(二) Configuration
原文:StackExchange.Redis官方文档(二)Configuration(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2FArvinZhao%2Fp%2F6007043.html)配置有多种方式可以配置redis,Sta
Stella981 Stella981
3年前
Macos mysql 8.0.11 添加配置文件
mac安装mysql后,没有配置文件,如果需要添加配置文件,需要在/etc目录下面添加my.cnf文件。添加方法打开文件命令:sudovi /etc/my.cnf文件添加内容:\client\defaultcharactersetutf8\mysqld\charactersetserveru
Stella981 Stella981
3年前
Spring 手工装配对象
手工装配依赖对象,在这种方式中又有两种编程方式1\.在xml配置文件中,通过在bean节点下配置,如<beanid"orderDao"class"cn.itcast.service.OrderDao"/<beanid"orderService"class"cn.itcast.service.OrderServiceBea
Stella981 Stella981
3年前
Apache检查配置文件语法
Windows环境:httpdt或者:httpd.exewtf"C:\\Apache2.2\\conf\\httpd.conf"d"C:\\Apache2.2\\."_httpd.conf配置错误如果apache的配置文件httpd.conf搞错了,在windows里启动它,会提示therequested
Wesley13 Wesley13
3年前
002_如何安装JDK以及Hadoop集群环境搭建_2台机都要配置一致
1.linux的jdk1.6安装和环境变量配置安装jdk1.6cd/usr/local/./jdk6u45linuxx64.bin配置环境变量并激活root@masterlocalvim/etc/profile.d/jdk.shexportJAVA_HOME
Wesley13 Wesley13
3年前
Vim配合Shell自动上传ftp
shell代码:!/bin/bash网站配置a1('本地目录;主机;yonghuming;mima;远程目录''本地目录;主机;user;pwd;远程目录')选取的网站配置web""本地根目录webroot"本地apache网站根目录"website1echo$1|awk'{split($0,
Stella981 Stella981
3年前
Mac安装Redis
使用Homebrew安装Redis(1)安装命令brew install redis(2)查看软件安装及配置文件位置Homebrew安装的软件会默认在/usr/local/Cellar/路径下;redis的配置文件redis.conf存放在/usr/loca
Stella981 Stella981
3年前
Spring Boot的web开发&静态资源配置方式
Web开发的自动配置类:org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration!(https://oscimg.oschina.net/oscnet/f5e5f3f2174457ca2542b3345b3bb7eb116.jpg)1.1.自动配置的ViewResolv