码迷,mamicode.com
首页 >  
搜索关键字:tutorial    ( 3034个结果
20180723
1.dp转化为px的原因为什么要进行Dp转化为PX 在xml布局文件中,我们既可以设置px,也可以设置dp(或者dip)。一般情况下,我们都会选择使用dp,这样可以保证不同屏幕分辨率的机器上布局一致。但是在代码中,如何处理呢?很多控件的方法中都只提供了设置px的方法,例如setPadding,并没有 ...
分类:其他好文   时间:2018-07-23 23:35:12    阅读次数:165
Installing Hyperledger Fabric v1.1 on Ubuntu 16.04?—?Part II & ?Part III
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
unity assetStore 常用插件
价格(20180723) 官方示例场景。 Surivial Shooter 2D Platformer 2D UFO Tutorial 缓动动画插件。 相比 iTween 功能更丰富,支持组合动画、富文本动画、搭配协程一起使用等。 和 Unity 自带的网络系统组合,可以轻松实现多人联网。Pro 版 ...
分类:编程语言   时间:2018-07-23 19:15:36    阅读次数:272
Autodesk EAGLE Premium 9.1.1 Win64 1CD
SOFTWARE CRADLE产品: Software.Cradle.v14.Suite.Win64 3DVD Software Cradle Suite v10.0 Win32_64 2DVD(流体动力学软件,包含Tetra和STREAM.HEAT.DESIGNER) Software Cradl ...
分类:Windows程序   时间:2018-07-21 11:48:27    阅读次数:294
API Monitor---------------Using API Monitor to crack copy protected software
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 ...
分类:Windows程序   时间:2018-07-20 15:20:48    阅读次数:214
NopCommerce学习(1) Caching
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 master init and add node
"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
shiro - quckstart
1. clone 2. mvn samples/quckstart Reference: 1. 《10-minute-tutorial》 ...
分类:其他好文   时间:2018-07-16 00:30:24    阅读次数:119
MongodB 操作
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
[Shiro] tutorial 1 :SecurityManager and Subject
SecurityManager是Shiro的绝对核心,不同于java.lang.SecurityManager,每个应用程序都要有一个SecurityManager. 所以我们第一件事就是配置一个SecurityManager实例. 配置: 我们可以直接实例化SecurityManager类,Shi ...
分类:其他好文   时间:2018-07-13 00:00:24    阅读次数:222
3034条   上一页 1 ... 77 78 79 80 81 ... 304 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!