2025年3月7日
摘要:
一、拼接List對象里某個屬性的值 1 List<WxMpUser> wxMpUserlist =wxMpUserMapper.getWxMpUserList(saleOrder.getOrgId()); 2 //拼接字符串 3 String openIds=wxMpUserlist.stream(
閱讀全文
posted @ 2025-03-07 14:20
SiegHeil
閱讀(31)
推薦(0)
2023年11月1日
摘要:
現(xiàn)在gitee上新增了一個develop-v1.0.0 分支,新增的需求基于分支develop-v1.0.0 開發(fā),需要把master分支切換到該分支,代碼提交到該分支。 步驟一: 步驟二:查看分支 輸入:git branch --remote 如果遠(yuǎn)程倉庫新建了分支,但是本地查詢不到。 使用語句
閱讀全文
posted @ 2023-11-01 10:45
SiegHeil
閱讀(497)
推薦(0)
2023年9月27日
摘要:
//判斷選中的項(xiàng)是否有不相同的模型 const hasNameProperty = _this.selectedOrderList.filter(order => order.hasOwnProperty("item_model_id")); if (hasNameProperty.length >
閱讀全文
posted @ 2023-09-27 15:23
SiegHeil
閱讀(591)
推薦(0)
2023年9月19日
摘要:
//數(shù)組不去重 _this.incompleteData.map(e => e.order_id).join(',') //數(shù)組去重var order_ids = _this.incompleteData.map(e => e.order_id).removeRepeat().join(',');
閱讀全文
posted @ 2023-09-19 15:01
SiegHeil
閱讀(10)
推薦(0)
2023年9月15日
摘要:
IWorkbook workbook = new XSSFWorkbook(); IFont bodyCellFont = workbook.CreateFont(); bodyCellFont.FontName = "宋體"; bodyCellFont.FontHeightInPoints = 1
閱讀全文
posted @ 2023-09-15 11:25
SiegHeil
閱讀(154)
推薦(0)
2023年8月14日
posted @ 2023-08-14 11:55
SiegHeil
閱讀(44)
推薦(0)
2023年6月6日
摘要:
需求:從數(shù)據(jù)庫中隨機(jī)獲取一段話,一張圖片,把兩者合成一張圖片。 HTML代碼: <div style="width:30%;float:left;"> <canvas id="canvas"></canvas> </div> Js代碼: 1 imgAddTextToImage(imagePath,
閱讀全文
posted @ 2023-06-06 17:06
SiegHeil
閱讀(286)
推薦(0)
2023年3月15日
摘要:
<el-form-item label="工序"> <el-autocomplete placeholder="" ref="el_auto" v-model="searchForm.processName" class="inline-input" :fetch-suggestions="quer
閱讀全文
posted @ 2023-03-15 11:44
SiegHeil
閱讀(495)
推薦(0)
2023年2月19日
摘要:
1 cmd管理員啟動,輸入命令,查詢所有服務(wù)sc queryex type=service state=all 2、刪除指定的服務(wù) sc delete 自動關(guān)閉電腦 ·
閱讀全文
posted @ 2023-02-19 13:31
SiegHeil
閱讀(221)
推薦(0)
2022年12月8日
摘要:
<Table :columns="columns" :no-data-text="L('NoDatas')" border :data="list" :row-class-name="rowName" @on-row-click="selectChange"> </Table> JS: rowNam
閱讀全文
posted @ 2022-12-08 10:30
SiegHeil
閱讀(537)
推薦(0)