阅读目录 前言 设置前后分辨率效果的对比 设置过程 版权信息 回到顶部 前言 4K 屏,有其优点也有其弊端。优点就是分辨率高,字体和图标看起来如丝一般顺滑;缺点就是字体和图标小,费眼睛。解决这个缺点的方法也很简单粗暴,就是将系统的显示比例放大。在高分屏不很普及的时候,无论是操作系统的放大,还是应用软 ...
分类:
系统相关 时间:
2020-02-17 12:28:46
阅读次数:
176
Given a sequence a[1],a[2],a[3]......a[n], your job is to calculate the max sum of a sub-sequence. For example, given (6,-1,5,4,-7), the max sum in th ...
分类:
其他好文 时间:
2020-02-16 20:25:53
阅读次数:
53
1.Oracle数据泵导出schema时有报错: Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - ProductionWith the Partitioning, OLAP, Data Mining ...
分类:
其他好文 时间:
2020-02-16 13:24:19
阅读次数:
134
1 """ 2 There are N rooms and you start in room 0. Each room has a distinct number in 0, 1, 2, ..., N-1, and each room may have some keys to access th ...
分类:
其他好文 时间:
2020-02-15 23:15:01
阅读次数:
82
1 [Serializable] 2 public class Product 3 { 4 public Product() 5 { 6 7 8 } 9 10 public Product(string id,string pname,int num,double price) 11 { 12 th ...
分类:
其他好文 时间:
2020-02-15 09:53:38
阅读次数:
69
LeetCode 0215. Kth Largest Element in an Array数组中的第K个最大元素【Medium】【Python】【快排】【堆】 Problem "LeetCode" Find the k th largest element in an unsorted array ...
分类:
编程语言 时间:
2020-02-14 22:35:12
阅读次数:
98
> my-project@0.1.0 dev D:\my-project > webpack-dev-server --inline --progress --config build/webpack.dev.conf.js internal/modules/cjs/loader.js:796 th ...
分类:
其他好文 时间:
2020-02-14 22:23:35
阅读次数:
309
问题 在 idea 中创建 Thymeleaf 页面,代码如下: <!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="UTF-8"> <title>Title</title> </head> ...
分类:
其他好文 时间:
2020-02-14 18:55:31
阅读次数:
115
1.原生js生明全局变量 <script th:inline="javascript">var aa="aa";</script> 1.vue.js <script th:inline="javascript"> var vm = new Vue({ el : "#app", data : { se ...
分类:
Web程序 时间:
2020-02-14 10:42:10
阅读次数:
250
jar存放位置 jar包配置方式 迭代器:迭代输出。 <c:forEach items="${lis}" var="lis"> <tr align="center"> <th>${lis.id}</th> <th>${lis.lastName}</th> <th>${lis.email}</th> ...
分类:
编程语言 时间:
2020-02-13 22:46:40
阅读次数:
75