In this lesson you will learn to talk about the past. 课上内容(Lesson) I was born in 1986. I started school at 6 years old. I comleted my school life at 2 ...
分类:
其他好文 时间:
2018-12-30 10:39:29
阅读次数:
172
``` /*题目描述 输入N个(N<=10000)数字,求出这N个数字中的最大值和最小值。每个数字的绝对值不大于1000000。 输入描述: 输入包括多组测试用例,每组测试用例由一个整数N开头,接下去一行给出N个整数。 输出描述: 输出包括两个整数,为给定N个数中的最大值与最小值。*/ #inclu ...
分类:
其他好文 时间:
2018-12-30 02:34:49
阅读次数:
166
Static Cling Sticking Your Code To Things Unnecessarily Static Cling is a code smell used to describe the undesirable coupling introduced by accessing ...
分类:
其他好文 时间:
2018-12-28 12:32:57
阅读次数:
149
1.用 show status like 'value' 查询mysql数据库性能 2. 用 EXPLAIN select * from table 或 DESCRIBE select * from table 查看执行计划 3.使用索引 --使用 like关键字时 like '%le'索引不起作用 ...
分类:
数据库 时间:
2018-12-27 00:36:01
阅读次数:
204
In this lesson you will learn to describe an experience. 本课将会学习描述一次经历 课上内容(Lesson) 词汇(Key Word ) 句型(Sentences) I dreamed of a friend last night, 我在昨晚梦 ...
分类:
其他好文 时间:
2018-12-27 00:22:59
阅读次数:
128
题目描述 求1+2+3+...+n,要求不能使用乘除法、for、while、if、else、switch、case等关键字及条件判断语句(A?B:C)。 求1+2+3+...+n,要求不能使用乘除法、for、while、if、else、switch、case等关键字及条件判断语句(A?B:C)。 ...
分类:
其他好文 时间:
2018-12-25 11:29:18
阅读次数:
108
题目描述 输入一个链表,反转链表后,输出新链表的表头。 题目解答 /* public class ListNode { int val; ListNode next = null; ListNode(int val) { this.val = val; } }*/ public class Solu ...
分类:
其他好文 时间:
2018-12-21 00:02:46
阅读次数:
192
Jmeter Plugins version 0.5.5 官方解释: Transactions per Second since 0.3.0 Jmeter Plugins version 0.5.5 官方解释: Transactions per Second since 0.3.0 This gra ...
分类:
其他好文 时间:
2018-12-18 20:29:37
阅读次数:
898
一、maven常用的命令: mvn help:describe -Dplugin=插件名称 -Ddetail 例如:“mvn help:describe -Dplugin=jar -Ddetail” 展示的就是maven-jar-plugin插件的使用详情 ...
分类:
其他好文 时间:
2018-12-18 15:55:59
阅读次数:
146
In this lesson you will learn to describe the position of an object. 在本课中,您将学习如何描述对象的位置。 课上内容(Lesson) 词汇(Key Word ) 句型(Sentences) 语法(Grammar) ...
分类:
其他好文 时间:
2018-12-17 23:57:58
阅读次数:
238