Wesley13 Wesley13
4年前
SBT添加国内镜像
在sbt的conf文件夹新建repositories文件repositorieslocalaliyun:http://maven.aliyun.com/nexus/content/groups/public/central:http://repo1.maven.org/maven2/在sbtc
Stella981 Stella981
4年前
Spring Boot前后端分离项目配置SSL证书——HTTPS
网站添加免费SSL证书——HTTPS协议一、SSL证书的下载SpringBoot前后端分离项目配置SSL证书,需要申请两个证书。前端申请网站主域名的SSL证书,后端可以在域名管理里面新建一个子域名。例如我的项目前端域名为:www.mzwhzy.com,后端域名为:b
Stella981 Stella981
4年前
Spring MVC 配置文件dispatcher
1.<?xmlversion\"1.0"encoding\"UTF8"?2.<beansxmlns\"http://www.springframework.org/schema/beans"3.xmlns:mvc\"http://www.springframework.org/schema/mvc"4.xml
Stella981 Stella981
4年前
ASP.NET中Session的sessionState 5种mode模式 (草稿)
有关session链接有关session丢失的解决方案:1、http://m.2cto.com/kf/201702/593964.html2、http://www.blogjava.net/Hopes/articles/38531
Wesley13 Wesley13
4年前
ubuntu 14.04 arm 源 ubuntu arm 源
ubuntu14.04arm中国科技大学源:deb http://mirrors.ustc.edu.cn/ubuntuports/ trusty main multiverse restricted universedeb http://mirrors.ustc.edu.cn/ubuntuports/ trustybackp
Wesley13 Wesley13
4年前
Spring中hibernateTemplate的使用
1.<?xmlversion\"1.0"encoding\"UTF8"?2.<beansxmlns\"http://www.springframework.org/schema/beans"3.xmlns:xsi\"http://www.w3.org/2001/XMLSchemainstance"xmlns:con
Stella981 Stella981
4年前
Python 批量发送邮件脚本
!(http://static.oschina.net/uploads/img/201402/18090421_ozGE.gif)!(http://static.oschina.net/uploads/img/201402/18090421_LPys.gif)查看源码1!/usr/bin/envpython2
Stella981 Stella981
4年前
Git daemon服务器架设指南
假设你的操作系统是Ubuntu14.04,用户名是Mike。你的git项目MyProject的目录是/home/Mike/workspace/MyProject,你想在/home/Mike/share/MyProject.git目录上架设支持“git://”协议的远程服务器,那么你需要做如下几步:1,打开终端安装git,在终端输入命令:su
Wesley13 Wesley13
4年前
JAVA spring 常用包作用详解(转)
转载地址:https://www.cnblogs.com/TmcBlog/p/6093162.html<projectxmlns"http://maven.apache.org/POM/4.0.0"xmlns:xsi"http://www.w3.org/2001/XMLSchemainstance"xsi:s
linbojue linbojue
1年前
重温Java Web的技术细节
目录一、背景二、请求与响应2.1、Http请求2.2、Http响应三、ServletConfig3.1测试ServletConfig参数四、ServletContext4.1测试ServletContext参数4.2、ServletContext属性五、属