1.dp转化为px的原因为什么要进行Dp转化为PX 在xml布局文件中,我们既可以设置px,也可以设置dp(或者dip)。一般情况下,我们都会选择使用dp,这样可以保证不同屏幕分辨率的机器上布局一致。但是在代码中,如何处理呢?很多控件的方法中都只提供了设置px的方法,例如setPadding,并没有 ...
分类:
其他好文 时间:
2018-07-23 23:35:12
阅读次数:
165
This entire tutorial is the second part of the installation of Hyperledger Fabric v1.1. In the previous article, we installed all the dependencies req ...
分类:
系统相关 时间:
2018-07-23 22:10:41
阅读次数:
225
价格(20180723) 官方示例场景。 Surivial Shooter 2D Platformer 2D UFO Tutorial 缓动动画插件。 相比 iTween 功能更丰富,支持组合动画、富文本动画、搭配协程一起使用等。 和 Unity 自带的网络系统组合,可以轻松实现多人联网。Pro 版 ...
分类:
编程语言 时间:
2018-07-23 19:15:36
阅读次数:
272
SOFTWARE CRADLE产品: Software.Cradle.v14.Suite.Win64 3DVD Software Cradle Suite v10.0 Win32_64 2DVD(流体动力学软件,包含Tetra和STREAM.HEAT.DESIGNER) Software Cradl ...
For this tutorial we will be using Mirial Softphone which is a HD video conferencing application. This tutorial is for educational purposes only, so p ...
redis教程 http://www.runoob.com/redis/redis tutorial.html 下载地址:https://github.com/MSOpenTech/redis/releases。 将Redis发布包解压: 在目录下,添加start.bat文件(内容如下),以管理员权 ...
分类:
其他好文 时间:
2018-07-19 22:31:10
阅读次数:
205
"k8s tutorial series main reference" 1. add google apt key reference "kubernetes添加不了google apt key" k8s repository (中科大源) ali repository 2. k8s master ...
分类:
其他好文 时间:
2018-07-18 17:14:42
阅读次数:
263
1. clone 2. mvn samples/quckstart Reference: 1. 《10-minute-tutorial》 ...
分类:
其他好文 时间:
2018-07-16 00:30:24
阅读次数:
119
show dbs 查看有哪些数据库创建数据库 : use db_test插入集合user : db.createCollection("user")插入文档 : db.user.insert({"name":"zhangsan","age":20}) db.admin.insert({"user": ...
分类:
数据库 时间:
2018-07-14 14:54:29
阅读次数:
213
SecurityManager是Shiro的绝对核心,不同于java.lang.SecurityManager,每个应用程序都要有一个SecurityManager. 所以我们第一件事就是配置一个SecurityManager实例. 配置: 我们可以直接实例化SecurityManager类,Shi ...
分类:
其他好文 时间:
2018-07-13 00:00:24
阅读次数:
222