2022/6/20

java map 排序

List<Map.Entry<StringInteger>> list = ArrayList<>(tzmap.entrySet())Collections.(list(o1o2) ->o2.getValue().compareTo(o1.getValue()))Map<StringInteger>&n…

  • java springboot
  • 2022/6/20
  • helei
  • 887
  • 2022/6/18

    Springboot发送http\post\get请求(使用RestTemplate)

    Springboot发送http请求(使用RestTemplate) 零、关键类介绍 public class HttpEntity<T> {     public static final HttpEntity<?> EMPTY = new HttpEntity();     private final HttpHeaders headers;…

  • springboot
  • 2022/6/18
  • helei
  • 961
  • 2022/6/17

    QueryWrapper

    QueryWrapper ge(大于等于)、 gt(大于)、 le(小于等于)、 lt(小于)

  • java mybatis-plus springboot
  • 2022/6/17
  • helei
  • 913
  • 2022/6/13

    vue 拖动事件

    元素添加 :draggable="true" @dragend="dragend($event, index)" //拖动结束触发事件 @dragenter="dragenter($event, index)" //拖动进入元素触发事件 @dragover="dragov…

  • vue
  • 2022/6/13
  • helei
  • 953
  • 2022/6/10

    windows10共享打印机0x0000011b

    检查网络共享是否开启 win+R 输入 Regedit ,打开HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print,创建一个新的 DWORD-32 位值。将其命名为“RpcAuthnLevelPrivacyEnabled”。将该值设置为 0。…

  • windows 打印机
  • 2022/6/10
  • helei
  • 842
  • 2022/6/7

    mybaits plus 自定义sql使用使用 querywrapper

    xml 添加 ${ew.customSqlSegment} 方法添加 @Param(Constants.WRAPPER) QueryWrapper<StaffBasePage> queryWrapper public IPage<StaffBasePage> selectbysql(Page page,@Par…

  • mybatis-plus
  • 2022/6/7
  • helei
  • 897
  • 2022/5/23

    vue/antdv/jeecgboot自定义全局组件

    popup.vue <!-- 自定义全局弹窗 --> <template> <div id=""> <j-modal :title="title" width="800px" :visible="show&…

  • antd jeecgboot vue
  • 2022/5/23
  • helei
  • 1,087