- 博客(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 57
原创 【无标题】
websocket @ServerEndpoint("/webSocket/{sid}") @Component public class WebScoketService { //静态变量,用来记录当前在线连接数。 private static AtomicInteger onlineNum = new AtomicInteger(); //concurrent包的线程安全Set,用来存放每个客户端对应的WebSocketServer对象。 private static
2021-12-19 00:18:54 70
原创 【无标题】
idea中图片vue访问路径 <img :src="'http://localhost:8081'+scope.row.houseimg+'.jpg'" width="100%"/>
2021-12-19 00:01:13 51
原创 springboot项目demo自存
springboot项目指南propertiespom.xmlpojomapperservicecontrollerDemoApplication properties spring.datasource.driver-class-name=oracle.jdbc.driver.OracleDriver spring.datasource.username=scott spring.datasource.password=tiger spring.datasource.url = jdbc:oracle:t
2021-12-18 23:59:42 662
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人