上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 203 下一页
摘要: 本文例程:https://files.cnblogs.com/files/heyang78/redisCache-contextpath_210924.rar 例程采用的SpringBoot版本是:v2.5.4 一般来说,springBoot工程启动后都是通过http://localhost:808 阅读全文
posted @ 2021-09-24 18:44 逆火狂飙 阅读(2759) 评论(0) 推荐(0)
摘要: List.stream().collect(Collectors.toMap(Emp::getId, a->a,(k1,k2)->k2))的意义是:将链表里的元素转成Map,Map的键取元素的id,值就取元素本身,当键同值不同时取后来者。 例程: Emp类: public class Emp { p 阅读全文
posted @ 2021-09-23 21:55 逆火狂飙 阅读(2080) 评论(0) 推荐(0)
摘要: 下文来自:https://blog.csdn.net/u011179993/article/details/74791304,版权归作者所有,我转贴到此只是为查询方便。 摘要:Spring的NamedParameterJdbcTemplate类拓展了JdbcTemplate类,对JdbcTempla 阅读全文
posted @ 2021-09-23 20:55 逆火狂飙 阅读(331) 评论(0) 推荐(0)
摘要: 需求: 界面上有四个输入框,分别对应查询语句的四个参数,查询语句是: select * from a=:av and b=:bv and c=:cv and d = : dv 当输入框没有用户输入时,该项条件即不存在,比如bv没有输入,那么真实的sql应该是 select * from a=:av 阅读全文
posted @ 2021-09-23 20:37 逆火狂飙 阅读(200) 评论(0) 推荐(0)
摘要: 本文例程下载:https://files.cnblogs.com/files/heyang78/redisCache_Interceptor_sample_210922.rar 本文适用SpringBoot版本:v2.5.4 有这样一个RestController类如下: import org.sp 阅读全文
posted @ 2021-09-22 21:08 逆火狂飙 阅读(2565) 评论(0) 推荐(0)
摘要: 源码: #encoding=utf-8 from bs4 import BeautifulSoup import requests import re user_agent='Mozilla/4.0 (compatible;MEIE 5.5;windows NT)' headers={'User-A 阅读全文
posted @ 2021-09-21 15:20 逆火狂飙 阅读(49) 评论(0) 推荐(0)
摘要: 本文例程下载:https://files.cnblogs.com/files/heyang78/redisCache_multiEnv_config_210921.rar 本文适用版本:Spring Boot v2.5.4 本文使用配置文件类型:YAML,非properties,这种文件用缩进代表层 阅读全文
posted @ 2021-09-21 15:00 逆火狂飙 阅读(3058) 评论(0) 推荐(0)
摘要: 股民都有自选股,而一旦自选股丢了很可惜,一般可以把它导出来,如下: 但是有个问题是导出的结果数据太多了,您看: 代码 名称 涨幅% 现价 涨跌 买价 卖价 总量 现量 涨速% 换手% 今开 最高 最低 昨收 市盈(动) 总金额 量比 细分行业 地区 振幅% 均价 内盘 外盘 内外比 买量 卖量 未匹 阅读全文
posted @ 2021-09-21 11:07 逆火狂飙 阅读(715) 评论(0) 推荐(0)
摘要: 用Html5/Canvas绘制粉框黄铜之眼。 阅读全文
posted @ 2021-09-21 08:53 逆火狂飙 阅读(961) 评论(0) 推荐(0)
摘要: 查看python版本: C:\hy\py>python Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)] on win32 Type "help", "copyright", 阅读全文
posted @ 2021-09-21 08:34 逆火狂飙 阅读(1396) 评论(0) 推荐(0)
上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 203 下一页
生当作人杰 死亦为鬼雄 至今思项羽 不肯过江东