首页
书籍
统计
友链
Search
1
wlop 4K 壁纸 4k8k 动态 壁纸
548 阅读
2
Docker搭建Typecho博客
483 阅读
3
keytool证书导入
333 阅读
4
JAVA IO
326 阅读
5
SpringBoot整合SpringCache
307 阅读
解决方案
JAVA基础
JVM
多线程
开源框架
数据库
前端
分布式
框架整合
中间件
容器部署
设计模式
数据结构与算法
开发工具
百度网盘资源
天翼网盘资源
阿里网盘资源
登录
Search
标签搜索
java
javase
docker
java8
springboot
thread
spring
分布式
锁
mysql
linux
redis
源码
typecho
centos
map
lambda
stream
nginx
software
少年
累计撰写
178
篇文章
累计收到
9
条评论
首页
栏目
解决方案
JAVA基础
JVM
多线程
开源框架
数据库
前端
分布式
框架整合
中间件
容器部署
设计模式
数据结构与算法
开发工具
百度网盘资源
天翼网盘资源
阿里网盘资源
页面
书籍
统计
友链
搜索到
5
篇与
software
的结果
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日
79 阅读
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日
109 阅读
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日
185 阅读
0 评论
7 点赞
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日
127 阅读
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日
233 阅读
2 评论
4 点赞