//判断a是否小于b private static boolean less(Comparable v, Comparable w) { return v.compareTo(w) < 0; } //两个交换 private static void swap(Comparable arr[], in ...
分类:
编程语言 时间:
2020-05-13 23:40:22
阅读次数:
106
centos8.0 安装 jenkins 前提:需要提前配置好JDK环境 1.jenkins 下载链接 http://mirrors.jenkins.io/war-stable/latest/ 2.确保开放服务器端口(8080) 查看端口是否开启netstat -aptn 3.运行jenkins.w ...
分类:
其他好文 时间:
2020-05-13 20:33:47
阅读次数:
72
一、idea检查警告 Can be replaced with 'peek' less... (Ctrl+F1) Inspection info: This inspection reports stream API call chains which can be simplified. It a ...
分类:
其他好文 时间:
2020-05-13 19:59:17
阅读次数:
79
转自:http://www.chanpin100.com/article/106149 本文为大家总结了产品设计中常用的4点原则,希望对大家有所帮助。 每位产品经理或多或少都听说过一些产品原则,今天先一起探讨应该遵循哪些宏观的产品原则。 1.少即是多 “Less is more.”(少即是多)其实最 ...
分类:
其他好文 时间:
2020-05-13 16:50:42
阅读次数:
74
虚拟机测试如下 1.端口 sudo netstat -antlp|more 2.进程 ps aux | grep pid 3.查看内存和cpu vmstat -a#查看内存和CPU使用情况 vmstat -s#查看内存和CPU使用详情 vmstat -d#查看读写IO情况 ps aux|head - ...
分类:
系统相关 时间:
2020-05-13 11:59:05
阅读次数:
94
一个大腹便便,穿着格子衬衫的中年男子,拿着一个贴满Logo的Mac向我走来,看着稀少的头发,我心想着肯定是顶级技术大牛吧!但是我也是一个才华横溢的人,稳住我们能赢。 ...
分类:
其他好文 时间:
2020-05-13 11:56:27
阅读次数:
77
DRY原则:(don’t repeat yourself): writing code more than once is not a good fit for a lazy developer ;) It also makes your software more difficult to mai ...
分类:
其他好文 时间:
2020-05-13 11:53:27
阅读次数:
56
1.普通分区表没有MAX分区 ALTER TABLE MONKEY.TEST_PART_NULL_NORMAL ADD PARTITION DCS_P202005 VALUES LESS THAN (TO_DATE (' 2020-06-01 00:00:00','SYYYY-MM-DD HH24: ...
分类:
其他好文 时间:
2020-05-12 09:31:07
阅读次数:
70
背景 A项目之前一直都是好好的,但是某天下午启动的时候报错,报错见下,报错原因是org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'org.apache.ibat ...
分类:
数据库 时间:
2020-05-12 09:18:26
阅读次数:
100
This is GTK tutorial for the C programming language. This tutorial is suitable for beginners and more advanced programmers. GTK\ GTK is a wrapper over ...
分类:
其他好文 时间:
2020-05-11 23:23:23
阅读次数:
91