91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

項目中使用的功能點

發布時間:2020-08-03 10:43:22 來源:網絡 閱讀:277 作者:素顏豬 欄目:編程語言

一、將產品提供的基礎敏感詞excel導入到數據庫,關鍵代碼及實現如下

1.添加依賴

<dependency>

? ? ? ? ? ? <groupId>net.sourceforge.jexcelapi</groupId>

? ? ? ? ? ? <artifactId>jxl</artifactId>

? ? ? ? ? ? <version>2.6.10</version>

? ? ? ? </dependency>

2.代碼實現如下

try {

? ? ? ? ? ? File file = new File("/Users/suyanzhu/Downloads/word.xls");

? ? ? ? ? ? boolean exists = file.exists();

? ? ? ? ? ? Workbook workbook = Workbook.getWorkbook(file);

? ? ? ? ? ? Sheet sheet = workbook.getSheet(0);

? ? ? ? ? ? for (int i = 1;i < sheet.getRows();i++){

? ? ? ? ? ? ? ? Cell cell1 = sheet.getCell(0, i);

? ? ? ? ? ? ? ? Cell cell2 = sheet.getCell(1, i);


? ? ? ? ? ? ? ? Long typeId = 1L;

? ? ? ? ? ? ? ? if (cell1.getContents().equals("敏感詞類型1")){

? ? ? ? ? ? ? ? ? ? typeId = 1L;

? ? ? ? ? ? ? ? }else if (cell1.getContents().equals("敏感詞類型2")){

? ? ? ? ? ? ? ? ? ? typeId = 2L;

? ? ? ? ? ? ? ? }else if (cell1.getContents().equals("敏感詞類型3")){

? ? ? ? ? ? ? ? ? ? typeId = 3L;

? ? ? ? ? ? ? ? }else if (cell1.getContents().equals("敏感詞類型4")){

? ? ? ? ? ? ? ? ? ? typeId = 4L;

? ? ? ? ? ? ? ? }else if (cell1.getContents().equals("敏感詞類型5")){

? ? ? ? ? ? ? ? ? ? typeId = 5L;

? ? ? ? ? ? ? ? }

? ? ? ? ? ? ? ? SensitiveWordParamDTO build = SensitiveWordParamDTO

? ? ? ? ? ? ? ? ? ? ? ? .builder().addUserId(1L)

? ? ? ? ? ? ? ? ? ? ? ? .expressionState(2)

? ? ? ? ? ? ? ? ? ? ? ? .name(cell2.getContents())

? ? ? ? ? ? ? ? ? ? ? ? .replaceWord("*")

? ? ? ? ? ? ? ? ? ? ? ? .typeId(typeId)

? ? ? ? ? ? ? ? ? ? ? ? .build();

? ? ? ? ? ? ? ? try {

? ? ? ? ? ? ? ? ? ? sensitiveWordProvider.save(build);

? ? ? ? ? ? ? ? } catch (SsHoursException e) {

? ? ? ? ? ? ? ? ? ? e.printStackTrace();

? ? ? ? ? ? ? ? }

? ? ? ? ? ? }

? ? ? ? ? ? workbook.close();

? ? ? ? } catch (IOException e) {

? ? ? ? ? ? e.printStackTrace();

? ? ? ? } catch (BiffException e) {

? ? ? ? ? ? e.printStackTrace();

? ? ? ? }

二、一對多數據顯示在一行sql

SELECT

rrc.id,

cc.nickname,

cc.mobile,

rrc.update_time,

rrc.update_user_id,

? apa.optionIds

FROM

表1?rrc

LEFT JOIN (

SELECT

GROUP_CONCAT(

rrco.option_id

) optionIds,

risk_customer_id

FROM

表2?rrco

GROUP BY

rrco.risk_customer_id

) apa ON apa.risk_customer_id = rrc.id

LEFT JOIN?表3 cc ON cc.id = rrc.customer_id

LEFT JOIN?表2 rrco ON rrc.id = rrco.risk_customer_id

WHERE

rrco.option_id = 3

GROUP BY

rrc.id

三、給定數字生成1到指定數字的數字列表

//?開始值

int start = 1;

//?結束值

int end = 100;

// 生成1,2,3,4,5...100

List<Integer> list = Stream.iterate(start, item -> item+1).limit(end).collect(Collectors.toList());



向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

德昌县| 洛扎县| 锦屏县| 通化市| 芮城县| 宜兰县| 华蓥市| 驻马店市| 静海县| 龙川县| 余庆县| 邵武市| 晋城| 门头沟区| 安陆市| 射洪县| 中山市| 广宗县| 麻阳| 仁布县| 肇东市| 长垣县| 桐梓县| 犍为县| 邢台县| 建德市| 东丽区| 潮安县| 霞浦县| 柏乡县| 江陵县| 江口县| 夏邑县| 祁门县| 武鸣县| 上栗县| 长寿区| 敦煌市| 扎兰屯市| 西宁市| 皮山县|