新建一个Android Application Project,其中MainActivity.java中报错如下 Call requires API level 11(current min is 8):android.app.Activity#onCreateView 这主要是版本的兼容问题,解决 ...
目录: 1、 "H265编码等级" 2、 "图像的基础知识" 2.1: "像素,分辨率,PPI(像素密度),BPP 扫盲" 2.2: "RGB、YUV图片像素格式的理解" 1. H265编码等级 "H264编码profile & level控制 。H265编码初探" "H265 profile" " ...
分类:
其他好文 时间:
2018-12-13 01:19:14
阅读次数:
189
参考:What are the concepts of “kernel ring buffer”, “user level”, “log level”? Ring Buffer 原始问题 个人补充:runlevel是指SysV中用于确定OS运行环境的一种技术。不过在CentOS 7.X以后就被淘汰了 ...
分类:
系统相关 时间:
2018-12-13 01:10:12
阅读次数:
244
Product of Polynomials (25 分) This time, you are supposed to find A×B where A and B are two polynomials. Input Specification: Each input file contains ...
分类:
其他好文 时间:
2018-12-12 20:33:19
阅读次数:
265
转自:https://blog.csdn.net/jubincn/article/details/6948334 再次声明:文中用的标准是BS的正式标准,如果大家发现序号不对,参考着改过来就是了! 编码过程:假设有一个4*4数据块{ 0, 3, -1, 0, 0, -1, 1, 0, 1, 0, 0 ...
分类:
其他好文 时间:
2018-12-12 00:14:46
阅读次数:
224
创建不可重复读注意事项 语法:set transaction isolation level repeatable read。 指定语句不能读取已由其他事务修改但尚未提交的行,并且指定,其他任何事务都不能在当前事务完成之前修改由当前事务读取的数据。 对事务中的每个语句所读取的全部数据都设置了共享锁, ...
分类:
数据库 时间:
2018-12-11 12:47:56
阅读次数:
249
SpringBoot 2.1.1.RELEASE 集成log4j2
分类:
编程语言 时间:
2018-12-11 01:36:41
阅读次数:
266
整理下平时CRM开发中用到的一些基本的js操作 取值: var oResult = Xrm.Page.getAttribute(sFieldNames).getValue(); var oResult = Xrm.Page.getControl(sFieldNames).getAttribute() ...
分类:
Web程序 时间:
2018-12-11 01:30:55
阅读次数:
235
mongodb可以通过profile来监控数据 (mongodb性能优化) 开启 Profiling 功能 ,对慢查询进行优化: mongodb可以通过profile来监控数据,进行优化。 查看当前是否开启profile功能用命令 db.getProfilingLevel() 返回level等级,值 ...
分类:
数据库 时间:
2018-12-10 11:34:47
阅读次数:
233
题目描述: 每周一题之2 Mineweep(扫雷) Minesweeper (扫雷) PC/UVa IDs: 110102/10189, Popularity: A, Success rate: high Level: 1 测试地址:https://vjudge.net/problem/UVA-10 ...
分类:
其他好文 时间:
2018-12-10 00:46:51
阅读次数:
262