摘要:
web.config中输入一下内容 <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="httpTohttps" stopProcessing= 阅读全文
posted @ 2024-04-30 16:57
shiningrise
阅读(66)
评论(0)
推荐(0)
摘要:
git log --date=format:%Y-%m-%d --pretty=format:"%cd;%an;%s" > log.txt 阅读全文
posted @ 2024-04-30 14:50
shiningrise
阅读(26)
评论(0)
推荐(0)
摘要:
server { listen 443 ssl; server_name your.domain.com; ssl_certificate /path/to/certificate.crt; ssl_certificate_key /path/to/private.key; location / { 阅读全文
posted @ 2024-04-30 10:49
shiningrise
阅读(72)
评论(0)
推荐(0)

浙公网安备 33010602011771号