首页
关于
友链
Search
1
wlop 4K 壁纸 4k8k 动态 壁纸
1,489 阅读
2
Nacos持久化MySQL问题-解决方案
940 阅读
3
Docker搭建Typecho博客
757 阅读
4
滑动时间窗口算法
737 阅读
5
Nginx反向代理微服务配置
706 阅读
生活
解决方案
JAVA基础
JVM
多线程
开源框架
数据库
前端
分布式
框架整合
中间件
容器部署
设计模式
数据结构与算法
安全
开发工具
百度网盘
天翼网盘
阿里网盘
登录
Search
标签搜索
java
javase
docker
java8
springboot
thread
spring
分布式
mysql
锁
linux
redis
源码
typecho
centos
git
map
RabbitMQ
lambda
stream
少年
累计撰写
189
篇文章
累计收到
24
条评论
首页
栏目
生活
解决方案
JAVA基础
JVM
多线程
开源框架
数据库
前端
分布式
框架整合
中间件
容器部署
设计模式
数据结构与算法
安全
开发工具
百度网盘
天翼网盘
阿里网盘
页面
关于
友链
搜索到
5
篇与
的结果
2022-02-27
Git代码管理
create a new repository on the command line. push an existing repository from the command line. import code from another repository You can initialize this repository with code from a Subversion, Mercurial, or TFS project.create a new repository on the command linegit init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/willxwu/xxx.git git push -u origin mainpush an existing repository from the command linegit remote add origin https://github.com/xxx/xxx.git/ git branch -M main git push -u origin mainimport code from another repositoryYou can initialize this repository with code from a Subversion, Mercurial, or TFS project.
2022年02月27日
194 阅读
0 评论
0 点赞
2022-02-27
SSH创建
1. 设置Git用user name和emailgit config --global user.name "XXX" git config --global user.email "XXX@gmail.com"2. 生成密钥ssh-keygen -t rsa -C "XXX@gmail.com"中间连续3次Enter键.3. 测试SSH key是否设置成功ssh -T git@github.com出现下面提示直接输入yes.The authenticity of host 'github.com (192.30.253.113)' can't be established. RSA key fingerprint is SHA256:nThbg6kXUptrewtretrGOCspRomTxdCARLviKw6E5SY8. Are you sure you want to continue connecting (yes/no)? yes输出如下,则表示通过.Hi xxxx! You've successfully authenticated, but GitHub does not provide shell access.使用时,会根据本地git密钥信息与git或者coding仓库密钥信息比对,本地上传时会提示登录。
2022年02月27日
240 阅读
0 评论
2 点赞
2022-02-27
谷歌服务框架apk
手机谷歌服务框架apk,包括谷歌服务、谷歌登录、谷歌应用商店等,安装好之后科学上网即可。系统要求(Android 9.0或更高)阿里网盘:{cloud title="谷歌服务框架apk" type="default" url="https://www.aliyundrive.com/s/T9A7WC2bPx9" password="pb24"/}天翼网盘:{cloud title="谷歌服务框架apk下载" type="ty" url="https://cloud.189.cn/t/6BJfQ3uy6f2m" password="lw51"/}百度网盘:{cloud title="谷歌服务框架apk" type="bd" url="链接:https://pan.baidu.com/s/1qPuv--WIg-Nt7DiN48nYEw" password="bx0h"/}如果分享丢失可以留言。apk 谷歌全套(Android 9.0或更高)
2022年02月27日
418 阅读
0 评论
8 点赞
2022-02-27
Xshell 7、Xftp 7免费版本下载
Xshell 7、Xftp 7免费版本下载,官网每次下载懒得找,懒得注册,这里提供官网原版下载,官网下载地址https://www.xshell.com/zh/free-for-home-school/阿里网盘:{cloud title="Xshell 7、Xftp 7免费版本下载" type="default" url="https://www.aliyundrive.com/s/ZV2jMWP4Fsr" password="pb24"/}百度网盘:{cloud title="Xshell 7、Xftp 7免费版本下载" type="bd" url="https://pan.baidu.com/s/13Hx_HYbZFC4BGW56IlOdqA " password="xb2e"/}天翼网盘:{cloud title="Xftp 7免费版本下载" type="ty" url="https://cloud.189.cn/t/ueABVvANryMn" password="w2se"/}{cloud title="Xshell 7免费版本下载" type="ty" url="https://cloud.189.cn/t/Yjymuu3EF3Az" password="7it5"/}
2022年02月27日
448 阅读
0 评论
2 点赞
2022-02-27
Typora最后免费版本下载
Typora收费后,保留的最后一个免费版本Version0.11.18(beta),废话不多说,直接上链接,百度网盘、阿里网盘、天翼网盘都有,如果分享过期了请留言。阿里网盘:{cloud title="Typora最后免费版本-阿里网盘" type="default" url="https://www.aliyundrive.com/s/Xez1W6kvWZv" password=""/}百度网盘:{cloud title="Typora最后免费版本" type="bd" url="https://pan.baidu.com/s/1CSw7PM_vk1SNdP4YkqS5Yg" password="vq2j"/}天翼网盘:{cloud title="Typora最后免费版本" type="ty" url="https://cloud.189.cn/t/3yEJbavmieye" password="1oov"/}
2022年02月27日
413 阅读
2 评论
4 点赞