链接:https://www.icpc.camp/contests/4mYguiUR8k0GKE Partial Sum Input The input contains zero or more test cases and is terminated by end-of-file. For ea ...
分类:
其他好文 时间:
2018-05-11 17:34:39
阅读次数:
199
https://segmentfault.com/q/1010000003905460?_ea=425861 针对你这种情况,最简单的一种办法是,设置两个TextView的宽度为固定值,且相等。 LinearLayout是一种线性排列的布局,布局中的控件从左到右(或者是从上到下)依次排列。wrap_ ...
分类:
移动开发 时间:
2018-04-28 01:26:43
阅读次数:
269
Problem Description There are two circles in the plane (shown in the below picture), there is a common area between the two circles. The problem is ea ...
分类:
其他好文 时间:
2018-04-27 21:04:18
阅读次数:
176
本文章是在学习了 微信公众号 “java后端技术 ” 之后自己的学习笔记 。 其中直接 复制了 相当部分的原作者的原文。 如果您看到了我的这篇文章, 推荐您 查看原文 原文连接 : https://mp.weixin.qq.com/s/CfekzTTT-a066_PyT_n_eA 在以前自己也了解过 ...
分类:
其他好文 时间:
2018-04-27 13:31:28
阅读次数:
149
1. do boot 之类下载boot的都是将 uboot.bin里的内容下载到flash 0x0位置 => nand dump 0x0Page 00000000 dump: 14 00 00 ea 14 f0 9f e5 14 f0 9f e5 14 f0 9f e5 14 f0 9f e5 14 ...
分类:
其他好文 时间:
2018-04-17 11:38:41
阅读次数:
183
You're given a sequence s of N distinct integers.Consider all the possible sums of three integers from the sequence at three different indicies.For ea ...
分类:
其他好文 时间:
2018-04-04 23:29:20
阅读次数:
223
1. IDEA内存优化 先看看你机器本身的配置而配置. \IntelliJ IDEA 8\bin\idea.exe.vmoptions -Xms64m -Xmx256m -XX:MaxPermSize=92m -ea -server -Dsun.awt.keepWorkingSetOnMinimiz ...
分类:
其他好文 时间:
2018-04-02 23:55:39
阅读次数:
385
一、json模块 二、os模块 练习: 编写一个函数,遍历路径下,所有的目录和子目录 """ 编写一个函数,遍历路径下,所有的目录和子目录 """ import os def list_all_file(file_path): paths = os.listdir(file_path) for ea ...
分类:
编程语言 时间:
2018-03-31 15:11:04
阅读次数:
186
序列图中的 Fragment 的类型(Loop、Opt、Par和Alt) (还有: ) 序列图主要用于展示对象之间交互的顺序。 序列图将交互关系表示为一个二维图。纵向是时间轴,时间沿竖线向下延伸。横向轴代表了在协作中各独立对象的类元角色。类元角色用生命线表示。当对象存在时,角色用一条虚线表示,当对象 ...
分类:
其他好文 时间:
2018-03-27 14:32:13
阅读次数:
1351
感谢网址:https://segmentfault.com/a/1190000007586766?_ea=1392467 (如果看客是想获得知识,请不要尝试看懂,直接跳转感谢网址(#^.^#) define: HTTP服务在返回.JS文件内容的,给脚本内容包装上了一层: define函数,, 每加载 ...
分类:
微信 时间:
2018-03-25 10:32:23
阅读次数:
390