首页
关于
壁纸
直播
留言
友链
统计
Search
1
《三国志英杰传》攻略
6,136 阅读
2
Emby客户端IOS破解
6,001 阅读
3
白嫖Emby
5,983 阅读
4
《吞食天地1》金手指代码
5,312 阅读
5
破解emby-server
4,256 阅读
moonjerx
game
age-of-empires
zx3
san-guo-zhi
尼尔:机械纪元
net
emby
learn-video
docker
torrent
photoshop
route
minio
git
ffmpeg
im
vue
gitlab
typecho
svn
alipay
nasm
srs
mail-server
tailscale
kkfileview
aria2
webdav
synology
redis
oray
chemical
mxsite
math
π
x-ui
digital-currency
server
nginx
baota
k8s
http
cloud
linux
shell
database
vpn
esxi
rancher
domain
k3s
ewomail
os
android
windows
ios
app-store
macos
develop
java
javascript
uniapp
nodejs
hbuildx
maven
android-studio
jetbrain
jenkins
css
mybatis
php
python
hardware
hard-disk
pc
RAM
software
pt
calibre
notion
office
language
literature
philosophy
travel
登录
Search
标签搜索
ubuntu
mysql
openwrt
zerotier
springboot
centos
openvpn
jdk
吞食天地2
synology
spring
idea
windows11
吞食天地1
transmission
google-play
Japanese
xcode
群晖
kiftd
MoonjerX
累计撰写
377
篇文章
累计收到
465
条评论
首页
栏目
moonjerx
game
age-of-empires
zx3
san-guo-zhi
尼尔:机械纪元
net
emby
learn-video
docker
torrent
photoshop
route
minio
git
ffmpeg
im
vue
gitlab
typecho
svn
alipay
nasm
srs
mail-server
tailscale
kkfileview
aria2
webdav
synology
redis
oray
chemical
mxsite
math
π
x-ui
digital-currency
server
nginx
baota
k8s
http
cloud
linux
shell
database
vpn
esxi
rancher
domain
k3s
ewomail
os
android
windows
ios
app-store
macos
develop
java
javascript
uniapp
nodejs
hbuildx
maven
android-studio
jetbrain
jenkins
css
mybatis
php
python
hardware
hard-disk
pc
RAM
software
pt
calibre
notion
office
language
literature
philosophy
travel
页面
关于
壁纸
直播
留言
友链
统计
搜索到
377
篇与
moonjerx
的结果
2021-08-06
IOS上架预览图标准
暂无简介
2021年08月06日
162 阅读
0 评论
0 点赞
2021-08-06
nginx配置ssl和http2
server { listen 80; listen 443 ssl http2; server_name oss.xxxxxx.com; client_max_body_size 2048M; index index.html index.htm index.php default.html default.htm default.php; charset utf-8; #SSL-START SSL相关配置,请勿删除或修改下一行带注释的404规则 #error_page 404/404.html; ssl_certificate E:/applications/nginx-1.20.1/conf_new/certs/oss/fullchain.pem; ssl_certificate_key E:/applications/nginx-1.20.1/conf_new/certs/oss/privkey.pem; ssl_protocols TLSv1.1 TLSv1.2 TLSv1.3; ssl_ciphers ECCBH+CHACHA20:EECDH+CHACHA20-draft:ECCBH+AES128:RSA+AES128:ECCBH+AES256:RSA+AES256:ECCBH+3DES:RSA+3DES:!MD5; ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m; ssl_session_timeout 10m; add_header Strict-Transport-Security "max-age=31536000"; location / { #proxy_set_header Host $host; proxy_set_header Host $http_host; proxy_set_header Connection keep-alive; proxy_set_header X-Real-IP $remote_addr; proxy_set_header x-forwarded-for $remote_addr; proxy_pass http://192.168.3.53:21032; proxy_http_version 1.1; #添加 proxy_set_header Upgrade $http_upgrade; #添加 proxy_set_header Connection "upgrade"; #添加 } access_log E:/applications/nginx-1.20.1/conf_new/logs/oss.log; error_log E:/applications/nginx-1.20.1/conf_new/logs/oss.error.log; }
2021年08月06日
238 阅读
0 评论
0 点赞
2021-08-05
maven仓库地址合集
1、http://www.sonatype.org/nexus/ 私服nexus工具使用2、http://mvnrepository.com/ (推荐)3、http://repo1.maven.org/maven2(中心服)4、http://maven.aliyun.com/nexus/content/groups/public/ 阿里云 (强力推荐)4.1 https://maven.aliyun.com/repository/public 阿里云升级后推荐地址 速度更快,更稳定5、http://repo2.maven.org/maven2/ 私服nexus工具使用6、http://uk.maven.org/maven2/7、http://repository.jboss.org/nexus/content/groups/public8、http://maven.oschina.net/content/groups/public/ oschina可惜啦,以前一直用这个,不过现在有阿里云来擦屁股啦9、http://mirrors.ibiblio.org/maven2/10、http://maven.antelink.com/content/repositories/central/11、http://nexus.openkoala.org/nexus/content/groups/Koala-release/12、http://maven.tmatesoft.com/content/groups/public/
2021年08月05日
138 阅读
0 评论
0 点赞
2021-08-05
ps导出ico图片插件
用64位Photoshop设计Windows图标,要保存为ico格式,从网上下载了Photoshop ico插件,可以正常存储为ico文件,就是多了一个右括号于是想动手搞一下,把右括号去掉。也不知PS插件是怎么弄的,也没有找到PS插件编辑器,只能用十六进制编辑器查找右括号,修改一个测试一个,看右括号有没有去掉。经过一番测试,最后成功了,话不多说,直接上图。将原本左括号(十六进制ASCII码为28)和右括号(十六进制ASCII码为29)都替换成空格(十六进制ASCII码为20),PS插件就是一个EXE文件,只是改了扩展名。
2021年08月05日
290 阅读
0 评论
0 点赞
2021-08-05
MinIO存储测试demo踩坑
1.使用官网提供的java版sdk代码Java SDKI.java发送https请求,报证书不信任错误解决PKIX:unable to find valid certification path to requested target 的问题set PATH=%PATH%;"D:\Program Files\Java\jre1.8.0_25\bin"keytool.exe -importcert -file 1.cer> -keystore "D:\Program Files\Java\jdk1.8.0_25\jre\lib\security\cacerts" -storepass changeitkeytool -import -alias miniooss -keystore "D:\Program Files\Java\jdk1.8.0_25\jre\lib\security\cacerts" -file 1.cer -storepass changeitII.签名错误The request signature we calculated does not match the signature you provided. Check your key and signing method.III.Access denied2.https://blog.csdn.net/ouyang_zhen/article/details/118961684
2021年08月05日
1,068 阅读
0 评论
0 点赞
1
...
69
70
71
...
76
您的IP: