上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 55 下一页

2020年4月15日

spring cloud 远程文件 允许 本地覆盖

摘要: spring: cloud: config: override-none: true # 这句代码可实现 阅读全文

posted @ 2020-04-15 09:48 正义的伙伴! 阅读(318) 评论(0) 推荐(0) 编辑

win10 ltsc 2019 安装 windows 10 应用商店

摘要: https://www.52pojie.cn/thread-868710-1-1.html 阅读全文

posted @ 2020-04-15 09:03 正义的伙伴! 阅读(4076) 评论(0) 推荐(0) 编辑

2020年4月7日

python 包管理 requirement.txt

摘要: python项目中必须包含一个 requirements.txt 文件,用于记录所有依赖包及其精确的版本号。以便新环境部署。 requirements.txt可以通过pip命令自动生成和安装 生成requirements.txt文件pip freeze > requirements.txt 安装re 阅读全文

posted @ 2020-04-07 12:00 正义的伙伴! 阅读(5146) 评论(0) 推荐(0) 编辑

2020年4月3日

kubernetes 修改 可用端口号

摘要: kubernetes 版本 1.14.3 provided port is not in the valid range. The range of valid ports is 30000-32767在 Kubernetes(k8s) 创建 service 使用nodePort 暴露 外部端口63 阅读全文

posted @ 2020-04-03 15:09 正义的伙伴! 阅读(3864) 评论(0) 推荐(0) 编辑

kubernetes 镜像拉取失败解决方案

摘要: k8s在使用编排(manifest)工具进行yaml文件启动pod时,会遇到官方所给例子中spec.containers.image包含: quay.io/coreos/example_gcr.io/google_containers/example_12也就是说,从quay.io和gcr.io进行 阅读全文

posted @ 2020-04-03 13:19 正义的伙伴! 阅读(5507) 评论(1) 推荐(0) 编辑

git 关联本地和远程分支

摘要: git branch --set-upstream-to=mirror/远程分支名 本地分支名 # 如果远程没有 master 分支,执行以下。。 git push --set-upstream origin master 阅读全文

posted @ 2020-04-03 10:35 正义的伙伴! 阅读(375) 评论(0) 推荐(0) 编辑

2020年3月7日

python 操作 docx

摘要: https://blog.csdn.net/qcyfred/article/details/79925099 Python操作word文档。 可以用python docx来new一个文档,自动排版等。 也可以用python-docx template来修改模板。 本文讲python-docx tem 阅读全文

posted @ 2020-03-07 22:22 正义的伙伴! 阅读(526) 评论(0) 推荐(0) 编辑

2020年3月4日

gradle 使用 国内镜像

摘要: Android Studio在构建项目时会拉取gradle资源,而goole和jcenter在国内的网络环境并不好用,容易产生connect timeout等错误。 因此将地址修改成阿里云的国内镜像。 一、允许使用maven仓库 点击File->Settings进入设置界面,勾选“Enable em 阅读全文

posted @ 2020-03-04 09:54 正义的伙伴! 阅读(4374) 评论(0) 推荐(0) 编辑

2020年2月23日

ubuntu 设置时区

摘要: 1. 查看当前时区 命令 : "date -R" 查看时间和日期 命令 : "date" date:不加参数可以直接看到当前日期时间 cal:不加参数可以直接看到本月月历 2. 使用tzselect进行调整 . 3.复制相应的时区文件,替换系统时区文件; cp /usr/share/zoneinfo 阅读全文

posted @ 2020-02-23 20:14 正义的伙伴! 阅读(1087) 评论(0) 推荐(0) 编辑

2020年2月22日

linux 修改 /etc/fstab Read-only file system 读写挂载解决办法

摘要: /etc/fstab:Read-only file system 读写挂载解决办法 ning2350人评论2774人阅读2013-12-15 21:53:20 1、当启动失败时,有时需要用救援模式来修改/etc/fstab文件,但会提示该文件只读(Read-only file system)这时采用 阅读全文

posted @ 2020-02-22 16:25 正义的伙伴! 阅读(1561) 评论(0) 推荐(0) 编辑

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 55 下一页

导航

//增加一段JS脚本,为目录生成使用