1 class Solution { 2 public int maxProfit(int[] prices) { 3 int len = prices.length; 4 if(len == 0 || len == 1) return 0; 5 int res = 0; 6 int buy = p... ...
分类:
其他好文 时间:
2018-09-23 00:48:07
阅读次数:
117
性能 Trace 工具 微信 Andoid 6.5.10 开始,我们提供了 Trace 导出工具,开发者可以在开发者工具 Trace Panel 中使用该功能。 使用方法 可以通过 adb devices 命令确定设备是否已和 PC 建立起连接 性能面板 从微信 6.5.8 开始,我们提供了性能面板 ...
分类:
微信 时间:
2018-09-21 18:27:06
阅读次数:
802
官方文档(Best Practices-最佳实践部分摘选):https://jmeter.apache.org/usermanual/best-practices.html 一、线程组 Use the correct Number of Threads(使用正确的线程数) 硬件能力以及测试计划设计都 ...
分类:
其他好文 时间:
2018-09-18 22:54:34
阅读次数:
271
``` /** * Parse the data-nodes the block belongs to and choose one, * which will be the replication source. * * We prefer nodes that are in DECOMMISSI... ...
分类:
其他好文 时间:
2018-09-18 00:29:49
阅读次数:
787
1.if 条件 2.choose , when 和 otherwise条件 3.where 条件 4.trim 条件 5.forEach循环 6.set 条件 if:有条件的包含where子句的一部分;比如: choose、when、otherwise,例子如下: where:例子如下: trim和 ...
分类:
数据库 时间:
2018-09-17 22:11:14
阅读次数:
236
Recuva:**Recuva(pronounced“recover”)isafreewareWindowsutilitytorestorefilesthathavebeenaccidentallydeletedfromyourcomputer.UsingRecuva,youcanrestorefilesthathavebeenaccidentallydeletedfromthecomputer,
分类:
其他好文 时间:
2018-09-16 19:42:15
阅读次数:
140
Recuva:**Recuva(pronounced“recover”)isafreewareWindowsutilitytorestorefilesthathavebeenaccidentallydeletedfromyourcomputer.UsingRecuva,youcanrestorefilesthathavebeenaccidentallydeletedfromthecomputer,
分类:
其他好文 时间:
2018-09-16 19:37:53
阅读次数:
152
HTTP和HTTPS HTTP,全称超文本传送协议,是属于计算机网络中应用层的协议,而HTTPS是HTTP加上SSL,HTTP是明文传输,速度快,但安全系数很低,而HTTPS比HTTP安全很多,但缺点是传输速度比较慢。 一.HTTP之请求 这是一个请求报文的例子: GET /review/best/ ...
分类:
编程语言 时间:
2018-09-16 18:40:26
阅读次数:
139
Jessie and Justin want to participate in e-sports. E-sports contain many games, but they don't know which one to choose, so they use a way to make dec ...
分类:
其他好文 时间:
2018-09-16 16:15:28
阅读次数:
218
J . Jessie and Justin want to participate in e-sports. E-sports contain many games, but they don't know which one to choose, so they use a way to make ...
分类:
其他好文 时间:
2018-09-15 22:28:53
阅读次数:
419