当前位置: 首页 > news >正文

记录:git、.${index}. 滚动条

解决问题:
从底层找,从最开始的位置打日志,一步步节点去找问题发生的位置

记录、统计:各环境账号。。。
上线:需要准备的资源、账号、人员
去掉debugger
1、提交代码;
2、dev,fat,本地各种自测;
3、new tag,改动后需要重打tag;
4、如果发布欧洲环境(涉及到服务)。

 

git config --global user.name 'happy.yin'
git config --global user.email 'happy.yin@quectel.com'

git stash
git stash pop 恢复最近的缓存到当前文件中,同时删除恢复的缓存条目。

git fetch --all && git reset --hard origin/master && git pull
回退:强制推送 https://chat.deepseek.com/a/chat/s/603c6bed-1f50-421e-9021-33254cb2451b
git reset --hard c927f9ca 第一步
HEAD is now at c927f9cad feat: 获取数据:传对应平台的supplier(需要的记录:c927f9cad)
# 警告:这会重写远程仓库的历史
git push --force-with-lease 第二步
# 或者更强制的
# git push --force

创建分支: $ git branch mybranch
切换分支: $ git checkout mybranch
创建并切换分支: $ git checkout -b mybranch
https://blog.csdn.net/carolzhang8406/article/details/49757101

 

append-to-body
this.$refs.form.validateField('checkList')
// 循环prop
v-for="(itemTemp, index) in form.emailContentAndSubjects"
:prop="`emailContentAndSubjects.${index}.emailSubject`"
this.$refs.form.validateField(`emailContentAndSubjects.${index}.emailContent`)
<el-form-item
v-for="(item, index) in form.textData"
:key="index"
class="pacify-text-list"
:label="''"
:prop="`textData.${index}.text`"
:rules="{
validator: (rule, val, cb) => valid(item, val, cb),
trigger: 'blur'
}"
>

valid(row, value, callback) {
if (!value) {
callback(new Error(this.$t('tip.aiAgent.detail.pacify.input')))
} else {
callback()
}
},

 

//滚动条样式
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track-piece {
background-color: transparent; //滚动槽
border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
height: 8px;
background-color: #BDBDBD;
border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
width: 8px;
background-color: #BDBDBD;
border-radius: 6px;
}
//滚动条鼠标移上去的样式
::-webkit-scrollbar-thumb:vertical:hover,::-webkit-scrollbar-thumb:horizontal:hover
{
background-color: #808080;
}
html, body, div, section, span, ul, ol {
scrollbar-color: #c2c2c2 #e7e7e7;
scrollbar-width: thin;
}

 

http://www.hskmm.com/?act=detail&tid=16963

相关文章:

  • 使用springboot开发一个宿舍管理系统练习项目 - 实践
  • 元组
  • CF1542
  • Manim实现涟漪扩散特效
  • CRMEB标准版PHP移动订单功能深度解析:多端同步方案
  • CICD流程建设之持续测试实践指南
  • Xcode 26.0.1 (17A400) 发布 - Apple 平台 IDE
  • Tenable Nessus 10.10 (macOS, Linux, Windows) - 漏洞评估解决方案
  • CNN+MNIST - 实践
  • SonarQube Server 2025 Release 5 (macOS, Linux, Windows) - 代码质量、安全与静态分析工具
  • 超快轻量级离线翻译服务器MTranServer在腾讯云轻量应用服务器上的全流程部署指南 - 实践
  • 微算法科技(NASDAQ: MLGO)利用高级 Blowfish 加密标准实现区块链集成信息共享
  • 专业讲解大模型登记(纯干货)
  • Docker常用命令速查
  • 离线安装docker
  • MX 练石 2025 NOIP #9
  • dockerfile
  • PostgreSQL 的索引Ooracle、Mysql索引的类型对比和说明
  • Docker打包CMake项目镜像操作步骤
  • Linux dmesg 内核日志查看工具详解
  • 【智慧】 gym104385
  • __repr__魔术方法
  • 基于萤火虫算法(FA)优化支持向量机(SVM)参数的分类实现
  • OSS cp(下载文件)
  • 有范同城旅游广告小程序系统:赋能旅游行业数字化运营新生态
  • Active Directory安全指南:默认域管理员账户的安全管理
  • 微云二手车运营版系统:多端覆盖的二手车平台解决方案
  • Linux常见命令1
  • 下载并安装ossutil
  • Unigine整合Myra UI Library全纪录(1)