在Application的onCreat()方法中添加以下代码: // android 7.0系统解决拍照的问题 StrictMode.VmPolicy.Builder builder = new StrictMode.VmPolicy.Builder(); StrictMode.setVmPoli ...
分类:
移动开发 时间:
2018-06-13 18:09:22
阅读次数:
396
【15】ES6 for Humans共148页:目前看到:已经全部阅读。 亚马逊地址:魔芋:总结:我先看的是阮一峰的在线书籍。这本书的内容很多都与之重复的。居然卖¥463。也是没谁了。都是基本概念。加一些实例代码。并没有太过深入的内容。PS:电子书放网盘了。推荐指数:2颗星。目录:1. Gettin... ...
分类:
编程语言 时间:
2018-06-09 19:49:17
阅读次数:
280
Beyond Compare主要作用: 1. 可以比较文件、文件夹的差异; 2. 将一个文件或文件夹的两个不同版本进行变更合并,生成一个输出。 基于以上两个特性,可以将beyond compare集成到git内,作为解决冲突的利器,具体配置如下,找到.gitconfig文件(Windows下在C:\ ...
分类:
其他好文 时间:
2018-06-04 14:27:09
阅读次数:
528
Given an array nums and a value val, remove all instances of that value in-place and return the new length. Do not allocate extra space for another ar ...
分类:
其他好文 时间:
2018-06-02 14:56:33
阅读次数:
185
需要虚拟存储器的原因: As demand on the CPU increases, processes slow down in some reasonably smooth way. But if too many processes need too much memory, then so ...
分类:
其他好文 时间:
2018-06-01 20:06:02
阅读次数:
171
Adding Cypress to a project is a simple npm install away. We won’t need any global dependencies beyond node and npm to get started with Cypress. In th ...
分类:
其他好文 时间:
2018-05-24 21:17:27
阅读次数:
190
1. Download the Debugging Tools for Windows from the Microsoft website We recommend you install WinDbg Preview as it offers more modern visuals, faste ...
分类:
数据库 时间:
2018-05-21 12:18:28
阅读次数:
368
第十二章 异常 异常(Exception):又称为例外,是程序在运行过程中发生的非正常事件,其发生会影响程序的正常执行。Exception是程序级错误,可由程序本身处理;Error是系统级错误,程序可不用处理。Java异常类都必须继承Throwable类或其子类。用户通过继承自定义异常。常见异常:除 ...
分类:
编程语言 时间:
2018-05-20 18:05:45
阅读次数:
187
转载地址:https://blog.csdn.net/iplayvs2008/article/details/46849207 Beyond Compare 是个优秀的工具,我们经常用于对比文件和文件夹,右键点点就可以调用对比,着实很方便.但从3.2版本之前,我们可以从设置中将bc关联到文件夹和文件 ...
分类:
其他好文 时间:
2018-05-08 22:22:21
阅读次数:
233
题目描述 5G is the proposed next telecommunications standards beyond the current 4G standards. 5G planning aims at higher capacity than current 4G, allowi ...
分类:
其他好文 时间:
2018-04-05 21:04:27
阅读次数:
205