先看效果看 加载了一张image,根据四个顶点任意变换。 知识点:1.BitmapContext 2.矩阵变换 一.什么是BitmapContext 官方解释: The number of components for each pixel in a bitmap graphics context ...
分类:
移动开发 时间:
2017-11-10 20:30:07
阅读次数:
317
The Vector class implements a growable array of objects. Like an array, it contains components that can be accessed using an integer index. However, t ...
分类:
其他好文 时间:
2017-11-10 00:33:03
阅读次数:
214
# Start all GitLab components sudo gitlab-ctl start # Stop all GitLab components sudo gitlab-ctl stop # Restart all GitLab components sudo gitlab-ctl ...
分类:
系统相关 时间:
2017-11-09 17:54:07
阅读次数:
197
What components are present in an ASM instance? (Choose three.)A. SGAB. Database processesC. Database datafilesD. Control filesE. Database parameter f ...
分类:
其他好文 时间:
2017-11-07 10:20:28
阅读次数:
165
https://docs.oracle.com/javase/tutorial/javabeans/ https://docs.oracle.com/javase/tutorial/javabeans/quick/index.html This lesson describes how to use ...
分类:
移动开发 时间:
2017-11-07 01:26:48
阅读次数:
205
Parallel I/O and Columnar Storage We begin with a high level overview of the system while follow up posts will discuss specific components in more det ...
分类:
其他好文 时间:
2017-11-04 18:05:53
阅读次数:
310
打开build/webpack.base.conf.js 找到module.exports下的resolve这行 刚开始是这样的 改成: 然后你就可以在任意.vue文件,使用import xxxComponent from 'components/xxxComponent' ...
分类:
其他好文 时间:
2017-11-03 11:03:24
阅读次数:
191
本文是对官网内容的整理 https://cn.vuejs.org/v2/guide/components.html#编译作用域 在使用组件时,我们常常要像这样组合它们: 注意两点: <app> 组件不知道它会收到什么内容。这是由使用 <app> 的父组件决定的。 <app> 组件很可能有它自己的模板 ...
分类:
其他好文 时间:
2017-11-01 21:37:23
阅读次数:
295
Principal Components AnalysisCall: principal(r = USJudgeRatings[, -1], nfactors = 1)Standardized loadings (pattern matrix) based upon correlation matr ...
分类:
编程语言 时间:
2017-10-31 21:27:05
阅读次数:
1583
问题出现在配完环境,生成apk的时候 问题描述: 分析:根据字义是没有获取到license的问题 解决方案: 在cmd命令窗口下,先cd到 ***\Android\android-sdk\tools\bin下 运行 如果不行就 会有 接受 y 回车就行了 然后再打包就OK了^.^ ...