專案中使用的功能點

2021-09-27 05:01:45 字數 1227 閱讀 5501

一、將產品提供的基礎敏感詞excel匯入到資料庫,關鍵**及實現如下

1.新增依賴

net.sourceforge.jexcelapi

jxl2.6.10

2.**實現如下

try else if (cell1.getcontents().equals("敏感詞型別2"))else if (cell1.getcontents().equals("敏感詞型別3"))else if (cell1.getcontents().equals("敏感詞型別4"))else if (cell1.getcontents().equals("敏感詞型別5")) catch (sshour***ception e) catch (ioexception e) catch (biffexception e) {

e.printstacktrace();

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

listlist = stream.iterate(start, item -> item+1).limit(end).collect(collectors.tolist());

專案中使用ibatis方法

通過daomanagerbuilder載入dao.xml檔案獲取daomanager物件 dao.xml 配置如下 sql map config 配置如下 匯入database.properties檔案 設定資料庫連線屬性 匯入每乙個資料庫實體檔案 檔案指定實體類和資料表對應關係 account.x...

在專案中使用ExtJS

今天extjs官網發布了extjs最新正式版4.2.1。extjs為開發者在開發富客戶的b s應用中提供豐富的ui元件,具有統一的主題,便於快速開發,提高效率。但顯然它並不適合互聯 的開發。builds 壓縮後的extjs 體積更小,更快 docs 開發文件 examples 官方演示示例 loca...

在專案中使用springmvc

springmvc是spring框架的乙個模組,springmvc和spring無需通過中間整個層進行整合,它是乙個基於mvc的web框架。springmvc是基於方法開發的,struts2是基於類開發的。springmvc將url和controller方法對映,對映成功後springmvc生成乙個...