上一页 1 2 3 4 5 6 7 8 ··· 16 下一页
摘要: Criteria c; String sql = "length(user_no) = 8"; Criterion sqlRestriction = Restrictions.sqlRestriction(sql); c.add(sqlRestriction); 阅读全文
posted @ 2023-04-10 14:44 qing222 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 引入依赖 <!--mybatis-spring与mybatis使用低版本适配--> <!-- https://mvnrepository.com/artifact/org.mybatis/mybatis-spring --> <dependency> <groupId>org.mybatis</gr 阅读全文
posted @ 2023-04-10 14:14 qing222 阅读(16) 评论(0) 推荐(0) 编辑
摘要: -- 插入反馈 -- 插入反馈 -- 插入反馈 INSERT INTO WBJH_GA_FKXX ( SELECT lower(RAWTOHEX(sys_guid())) AS ID, eb.YCT_APP_NO, eb.UNISCID, '3' AS ZT, dd.seal_time AS ZTF 阅读全文
posted @ 2023-03-30 11:02 qing222 阅读(182) 评论(0) 推荐(0) 编辑
摘要: #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev 阅读全文
posted @ 2023-03-08 17:17 qing222 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-12-12 20:20 qing222 阅读(20) 评论(0) 推荐(0) 编辑
摘要: root与alias root会拼接location alias不会拼接location 例如root location /static{ root /home/nginx-1.11.2.4/html/pc/dist; } 访问http://127.0.0.1:80/static/abc.pdf 寻 阅读全文
posted @ 2022-12-12 20:09 qing222 阅读(489) 评论(0) 推荐(0) 编辑
摘要: SELECT B.* FROM ( SELECT ROWNUM RU, A.* FROM ( SELECT W.UNISCID, W.ERR_REMARK, W.CREATE_TIME,W.ERR_COUNT FROM LOG_DEAL_E_BASE W WHERE W.UNISCID='91430 阅读全文
posted @ 2022-11-19 21:26 qing222 阅读(534) 评论(0) 推荐(0) 编辑
摘要: spring: datasource: type: com.alibaba.druid.pool.DruidDataSource druid: slave1: filters: stat driver-class-name: oracle.jdbc.OracleDriver url: jdbc:or 阅读全文
posted @ 2022-11-18 16:37 qing222 阅读(416) 评论(0) 推荐(0) 编辑
摘要: https://user:TOKEN@ghproxy.com/ 引用:https://gh.api.99988866.xyz/ 阅读全文
posted @ 2022-10-18 11:06 qing222 阅读(20) 评论(0) 推荐(0) 编辑
摘要: public <T> List<T> getGAPListByDate(String webDataSource, String webPlatType, Date startDt, Date endDt, String tableName, Class<T> cls) { SimpleDateFo 阅读全文
posted @ 2022-08-30 11:30 qing222 阅读(41) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 16 下一页