posts - 158,  comments - 0,  views - 11万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
12 2018 档案
CentOS 7 升级默认内核
摘要:1、安装内核升级镜像源 yum install https://www.elrepo.org/elrepo-release-7.el7.elrepo.noarch.rpm 2、Yum安装内核(长期维护版) yum --disablerepo=\* --enablerepo=elrepo-kernel 阅读全文
posted @ 2018-12-24 16:39 a120608yby 编辑
Win7 远程桌面:发生身份验证错误
摘要:下载并安装KB4103718补丁,安装完成后重启计算机 http://www.catalog.update.microsoft.com/Search.aspx?q=KB4103718 根据操作系统选择 “运行”输入“gpedit.msc”,定位到“计算机配置”-“管理模版”-“系统”-“凭据分配”- 阅读全文
posted @ 2018-12-12 13:23 a120608yby 编辑
Nodejs前端程序通过Nginx部署后刷新出现404问题的解决办法
摘要:方案一 (这种方式容易被第三方劫持) location / { root /data/nginx/html; index index.html index.htm; error_page 404 /index.html; } 方案二 location / { root /data/nginx/htm 阅读全文
posted @ 2018-12-10 15:54 a120608yby 编辑
Maven Nexus 仓库地址
摘要:收集的仓库地址如下: http://maven.wso2.org/nexus/content/groups/public/ http://jcenter.bintray.com/ http://maven.antelink.com/content/repositories/central/ http 阅读全文
posted @ 2018-12-04 15:53 a120608yby 编辑

点击右上角即可分享
微信分享提示