上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 19 下一页
摘要: https://mirrors.cloud.tencent.com/gradle/ 阅读全文
posted @ 2021-01-05 13:42 liliyou 阅读(3471) 评论(0) 推荐(0)
摘要: 1,TextBlock 作用:适合长文本多行显示,Label可以看成是一个简短的单行的TextBlock,只是Label可以显示图片,TextBlock只能显示纯文本 关键属性:Text <TextBlock Width="50" Height="50" TextAlignment="Center" 阅读全文
posted @ 2020-10-01 17:18 liliyou 阅读(659) 评论(0) 推荐(0)
摘要: 1. 全局安装electron-builder npm install -g electron-builder 1 2. 在package.json文件中增加打包的配置 完整配置项文档地址:https://www.electron.build/configuration/configuration 阅读全文
posted @ 2020-08-02 22:49 liliyou 阅读(4920) 评论(0) 推荐(0)
摘要: 求绝对值大于0, 同理,等于零是 绝对值等于0 阅读全文
posted @ 2020-07-30 20:29 liliyou 阅读(280) 评论(0) 推荐(0)
摘要: 在mian.js里面: import ElementUI from 'element-ui'; // 修改 el-dialog 默认点击遮照为不关闭 ElementUI.Dialog.props.closeOnClickModal.default = false 参考 https://blog.cs 阅读全文
posted @ 2020-07-19 16:11 liliyou 阅读(1120) 评论(0) 推荐(0)
摘要: 创建Frame <Frame Source="Pages\StartPage.xaml" NavigationUIVisibility="Hidden"> </Frame> Frame 导航 this. NavigationService.Navigate(new NextPage()); Fram 阅读全文
posted @ 2020-06-30 22:28 liliyou 阅读(116) 评论(0) 推荐(0)
摘要: 问题描述: 在用申请的学生免费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 阅读(1265) 评论(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 阅读(2296) 评论(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 阅读(381) 评论(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 阅读(18771) 评论(0) 推荐(1)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 19 下一页