上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页
摘要: 问题描述: 在用申请的学生免费jetbrains account登录pycharm时,弹出报错框your host may be behind a proxy…原因: C:\Windows\System32\drivers\etc路径下的hosts文件夹里,最下面多了一句0.0.0.0 accoun 阅读全文
posted @ 2020-06-30 21:13 liliyou 阅读(1254) 评论(0) 推荐(0)
摘要: if(userIdList!=null&&userIdList.size()>0){ queryWrapper.lambda().in(QingJia::getQingJiaRenId,userIdList); } @ApiOperation("in") @GetMapping("/get") pu 阅读全文
posted @ 2020-06-23 15:31 liliyou 阅读(2243) 评论(0) 推荐(0)
摘要: poi.xml 配置: <dependency> <groupId>com.xiaomi.miliao</groupId> <artifactId>xmpush-server-api-http2</artifactId> <version>1.0.8-SNAPSHOT</version> <scop 阅读全文
posted @ 2020-06-11 13:26 liliyou 阅读(375) 评论(0) 推荐(0)
摘要: // 利用stream进行类型转化 List<String> stringList = new ArrayList<>(); stringList.add("a11"); stringList.add("b11"); stringList.add("c11"); stringList.add("d1 阅读全文
posted @ 2020-06-10 22:27 liliyou 阅读(18756) 评论(0) 推荐(1)
摘要: using System; using System.Collections.Generic; using System.Linq; namespace Project.Lib { /// <summary> /// IEnumerable扩展左连接的三种方法 /// </summary> publ 阅读全文
posted @ 2020-03-26 14:36 liliyou 阅读(349) 评论(0) 推荐(0)
摘要: 直接上答案:目前发现最好的无插件打印方案是 "print-js" 试过了v-print-nb 发现在select选择框存在的情况下有bug ,用原生js打印也是存在各种bug 阅读全文
posted @ 2020-02-28 11:49 liliyou 阅读(217) 评论(0) 推荐(0)
摘要: 1,在 Properties\launchSettings.json 中的applicationUrl删除 https的选项 2,在Startup.cs中注释掉 app.UseHttpsRedirection(); // app.UseHttpsRedirection(); 阅读全文
posted @ 2020-02-12 14:19 liliyou 阅读(1119) 评论(0) 推荐(0)
摘要: nvm是一个nodejs的版本管理工具默认安装位置 C:\Users\userName\AppData\Roaming\nvmx 1C:\Users\userName\AppData\Roaming\nvm1,设置node镜像源nvm node_mirror https://npm.taobao.org/mirrors/node/ nvm npm_mirror https://npm.taobao... 阅读全文
posted @ 2020-02-05 19:41 liliyou 阅读(201) 评论(0) 推荐(0)
摘要: 撤销上一次的commit 如果是撤销所有的已经add的文件: 阅读全文
posted @ 2019-12-19 13:46 liliyou 阅读(195) 评论(0) 推荐(0)
摘要: 通过application.properties配置文件来实现 server.port=1084 阅读全文
posted @ 2019-12-11 20:32 liliyou 阅读(168) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页