- 博客(4)
- 收藏
- 关注
原创 【无标题】
模糊查询<select id="selectFirstTitleByLike" parameterType="String" resultType="entity.FirstTitle"> select * from firsttitle where titlename like ‘%’||#{param}||’%’ order by fid</select>多条件模糊查询<select id="selectFirstTitleByL
2021-12-19 00:29:16
65
原创 【无标题】
websocket@ServerEndpoint("/webSocket/{sid}")@Componentpublic class WebScoketService { //静态变量,用来记录当前在线连接数。 private static AtomicInteger onlineNum = new AtomicInteger(); //concurrent包的线程安全Set,用来存放每个客户端对应的WebSocketServer对象。 private static
2021-12-19 00:18:54
80
原创 【无标题】
idea中图片vue访问路径 <img :src="'http://localhost:8081'+scope.row.houseimg+'.jpg'" width="100%"/>
2021-12-19 00:01:13
68
原创 springboot项目demo自存
springboot项目指南propertiespom.xmlpojomapperservicecontrollerDemoApplicationpropertiesspring.datasource.driver-class-name=oracle.jdbc.driver.OracleDriverspring.datasource.username=scottspring.datasource.password=tigerspring.datasource.url = jdbc:oracle:t
2021-12-18 23:59:42
670
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人