posted @ 2023-06-27 09:40 valeb 阅读(8) 评论(0) 推荐(0)
posted @ 2023-06-21 22:00 valeb 阅读(51) 评论(0) 推荐(0)
|
|||
|
摘要:
const cart = { namespaced: true, state: { //{"store_id":"","goods_id":"", "goods_name":"", "goods_price":"", "goods_count":"", "goods_small_logo":"", 阅读全文
posted @ 2023-06-21 22:00 valeb 阅读(51) 评论(0) 推荐(0)
摘要:
ALTER DATABASE [Confluence] COLLATE SQL_Latin1_General_CP1_CS_AS SELECT is_read_committed_snapshot_on FROM sys.databases WHERE name='Confluence' ALTER 阅读全文
posted @ 2022-12-15 23:56 valeb 阅读(26) 评论(0) 推荐(0)
摘要:
public bool VerifyRequired(out string error) { error = string.Empty; if (detailed.Count < 0) { error += "detailed is null"; return false; } var proInf 阅读全文
posted @ 2022-12-15 16:31 valeb 阅读(27) 评论(0) 推荐(0)
摘要:
var response = Policy.HandleResult<IRestResponse>(s => s.StatusCode != System.Net.HttpStatusCode.OK) .Retry(2, (result, count) => { LogHelper.Debug($" 阅读全文
posted @ 2022-07-14 18:38 valeb 阅读(140) 评论(0) 推荐(0)
摘要:
pipeline { agent any parameters { gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH' } stages { stage 阅读全文
posted @ 2022-06-16 11:48 valeb 阅读(348) 评论(0) 推荐(0)
摘要:
worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeo 阅读全文
posted @ 2022-06-13 15:47 valeb 阅读(223) 评论(0) 推荐(1)
摘要:
问题陈述: Ubuntu20.04 默认 python3.8 因python3.8 去掉了一些函数,所以 在用 sudo apt-get install ceph-deploy 安装 ceph-deploy 版本是 2.0.1 用 ceph-deploy 2.0.1 安装 ceph-deploy n 阅读全文
posted @ 2022-04-11 18:42 valeb 阅读(972) 评论(0) 推荐(0)
摘要:
excel 差: 原始 - 已知 = 差 =IF(COUNTIF(A:A,B1)=0,"缺失","存在") 阅读全文
posted @ 2021-12-06 11:06 valeb 阅读(18) 评论(0) 推荐(0)
摘要:
TODAY,再一安装Mediawiki 后,突然想把 PlantUML 也安装上,发现好久没有装了,有点不会了。于是记录如下: 注:前提 java 环境都是正常ok 的情况.具体怎么操作,问度娘! 1:Mediawiki 安装采用 的是 windows xampp 下安装。如果不会 百度或@我! 如 阅读全文
posted @ 2021-08-31 15:52 valeb 阅读(127) 评论(0) 推荐(0) |
|||