欢迎使用Markdown编辑器写博客本Markdown编辑器使用StackEdit修改而来,用它写博客,将会带来全新的体验哦:
Markdown和扩展Markdown简洁的语法
代码块高亮
图片链接和图片上传
LaTex数学公式
UML序列图和流程图
离线写博客
导入导出Markdown文件
丰富的快捷键
快捷键
加粗 Ctrl + B
斜体 Ctrl + I
引用 Ctrl...
分类:
其他好文 时间:
2016-05-12 13:46:25
阅读次数:
133
[1]
Insert Install media and start Computer. Following screen is shown, then Push Enter key.
[2]
This is the section to check a media, Skip it if you don't need it....
分类:
其他好文 时间:
2016-05-12 13:46:14
阅读次数:
217
MT6735平台,可以开机,但是黑屏很长时间才看到开机图片。
查看串口LOG发现手机是正常运行的,也就是说LCM驱动没有异常,黑屏阶段也没有什么错误报出。
在MTK的FAQ上找到如下:
[DESCRIPTION]
本FAQ只讨论开机过程中黑屏,不讨论花屏(可以参考刷)。只讨论L/M版本(之前的KK/JB版本可以作为参考)。
首先要看一下是否IPO开机,即在setting-->...
分类:
其他好文 时间:
2016-05-12 13:44:53
阅读次数:
730
[1]
Insert Install media and start Computer. Following screen is shown, then Push Enter key.
[2]
This is the section to check a media, Skip it if you don't need it....
分类:
其他好文 时间:
2016-05-12 13:44:47
阅读次数:
249
[1]
Insert Install media and start Computer. Following screen is shown, then Push Enter key.
[2]
This is the section to check a media, Skip it if you don't need it....
分类:
其他好文 时间:
2016-05-12 13:44:21
阅读次数:
165
[1]
Insert a Disc in DVD drive and reboot computer. First, Following screen is shown, then push Enter key.
[2]
Following screen is shown, DVD is Checked in this section. It's s...
分类:
其他好文 时间:
2016-05-12 13:42:14
阅读次数:
220
[1]
Insert the Fedora install disk and start Computer. Then, Following screen is displayed, Push Enter key to proceed.
[2]
Select the language you'd like to use during the...
分类:
其他好文 时间:
2016-05-12 13:44:32
阅读次数:
243
设计模式-模板方法模式算是看书的笔记并非原创,总结:模板方法模式定义Define the skeleton of an algorithm in an operation,deferring some steps to subclasses,Template Method lets subclasses redefine certain steps of an algorithm without c...
分类:
其他好文 时间:
2016-05-12 13:42:32
阅读次数:
183
记录控制器缩放约束中-躁波控制
在前面路径约束及旋转约束的基础上-t.scale.controller = noise_scale() --给的缩放控制器增加-躁波类约束N = t.scale.controller --将缩放类控制器赋予新对象,后面方便操作不繁琐N.seed = 5 --噪波种子N.freque...
分类:
其他好文 时间:
2016-05-12 13:43:39
阅读次数:
192
[1]
Insert Install media and start Computer. Following screen is shown, then Push Enter key.
[2]
Select the language you'd like to use during the installation....
分类:
其他好文 时间:
2016-05-12 13:41:56
阅读次数:
226
题目大意:一个有向无环图,删除一个点的全部入边代价为 aia_i,删除一个点的全部出边代价为 bib_i,求删除所有边的最小代价将一个点 i 拆成两个点 i,i’
建图:
S -> i,流量 bib_i
i -> j’,流量 infinf
i’ -> T,流量 aia_i
然后跑最小割QAQ如果是表格,也可以拆成行列像这样做…如果要求以次数最小为前提,可以在权值前面加上一个很大的数…#in...
分类:
其他好文 时间:
2016-05-12 13:40:56
阅读次数:
196
[1]
Insert Install media and start Computer. Following screen is shown, then Push Enter key.
[2]
Select the language you'd like to use during the installation....
分类:
其他好文 时间:
2016-05-12 13:40:24
阅读次数:
265
谷歌已经发布了Tilt Brush,这款新应用正在彻底改变绘画的定义,并将它推动到了它所能诠释的极限。随着穿戴了连接着HTC Vive头戴式设备的数字画笔的滑动,一条与实物大小一致、三维立体的线条就产生了,它还可以画任何东西,甚至是...
分类:
其他好文 时间:
2016-05-12 13:41:14
阅读次数:
217
减法运算放大器...
分类:
其他好文 时间:
2016-05-12 13:42:42
阅读次数:
133
[1]
Insert the Fedora install disk and start Computer. Then, Following screen is displayed, Push Enter key to proceed.
[2]
Select the language you'd like to use during the...
分类:
其他好文 时间:
2016-05-12 13:41:21
阅读次数:
237
在解析XML格式文件的时候,使用SAX解析需要实现好多代理方法,比较难记,也容易出错,现在介绍一种由Google推出的第三方DOM(Document Object Model)来解析XML文件。首先将该第三方文件拖到工程中。谷歌下载地址:https://code.google.com/p/gdata-objectivec-client/source/browse/trunk/Source/XMLSu...
分类:
其他好文 时间:
2016-05-12 13:38:14
阅读次数:
212
在《浮窗开发之窗口层级》这片文章中,开篇提出了三个问题:
* 窗口层级关系(浮窗是如何“浮”的)?
* 浮窗有哪些限制,如何越过用户授权实现浮窗功能?
* Activity是如何接收到touch事件的?前两个问题在前两篇文章中已经分析,在这篇文章中我们以第三个问题为切入点,简单分析一下窗口与用户输入的关系。Touch事件是如何分发到Activity上来的?
正常的思路是直接去寻找Activi...
分类:
其他好文 时间:
2016-05-12 13:37:55
阅读次数:
241