- 博客(3)
- 收藏
- 关注
原创 码云基础操作
1、在需要上传的本地项目中执行:git init // 初始化仓库 2、输入 git remote add origin 码云仓库地址 例如:git remote add origin https://gitee.com/你的码云用户名/你创建的仓库名.git ,比我的x项目仓库地址:https://gitee.com/sunny_ayb/newProject.git 3、输入 git add . (. 表示所有的)或者 git add + 文件名 (此命令可以将文件保存到缓存区) 注意:不要...
2021-10-20 18:47:46 141
原创 码云常用命令
将码云上最新文件更新到本地 git pull 更新内容, . 表示全部更新 git add . 添加更新说明 git commit -m "一些注释说明" 执行更新操作 git push
2021-08-04 16:21:26 161
原创 定位:小程序两个子标签靠在一起
<page> <!-- 图片分数显示 --> <view class="score"> <image class="score_image" src="https://flmbr.faxuan.net/public/resgb/images/pass.png"></image> <view class="number txt-center"> 100 <view class="text"> .
2021-07-27 11:48:22 121
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人