适配环境: CentOS 6
yum install wget
wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocksR.sh
chmod +x shadowsocksR.sh| # AFF | |
| # 如果你想支持我,可以通过我的邀请链接购买机场 | |
| # 感谢支持 | |
| # 1. ssLinks 邀请码: fSo2OhzH https://98a6251b6cd7471da86cca993b6dbe6f.36d.biz/#/register?code=fSo2OhzH | |
| # 2. 一元机场 邀请码: r3f1duds https://xn--4gq62f52gdss.top/#/register?code=r3f1duds | |
| # 一定要填我的邀请码,不填我哭给你看😭 | |
| # mihomo (Clash Meta) 懒人配置 | |
| # 版本 V1.23-251221 |
| import androidx.compose.animation.core.Animatable | |
| import androidx.compose.animation.core.LinearEasing | |
| import androidx.compose.animation.core.RepeatMode | |
| import androidx.compose.animation.core.animateFloat | |
| import androidx.compose.animation.core.infiniteRepeatable | |
| import androidx.compose.animation.core.rememberInfiniteTransition | |
| import androidx.compose.animation.core.tween | |
| import androidx.compose.foundation.background | |
| import androidx.compose.foundation.gestures.detectDragGestures | |
| import androidx.compose.foundation.layout.Box |
| KFZUS-F3JGV-T95Y7-BXGAS-5NHHP | |
| T3ZWQ-P2738-3FJWS-YE7HT-6NA3K | |
| KFZUS-F3JGV-T95Y7-BXGAS-5NHHP | |
| 65Z2L-P36BY-YWJYC-TMJZL-YDZ2S | |
| SFZHH-2Y246-Z483L-EU92B-LNYUA | |
| GSZVS-5W4WA-T9F2E-L3XUX-68473 | |
| FTZ8A-R3CP8-AVHYW-KKRMQ-SYDLS | |
| Q3ZWN-QWLZG-32G22-SCJXZ-9B5S4 | |
| DAZPH-G39D3-R4QY7-9PVAY-VQ6BU | |
| KLZ5G-X37YY-65ZYN-EUSV7-WPPBS |
| /* Copyright 2022 Google LLC. | |
| SPDX-License-Identifier: Apache-2.0 */ | |
| @Composable | |
| fun GraphicsLayerCompositingStrategyExample() { | |
| Image(painter = painterResource(id = R.drawable.dog), | |
| contentDescription = "Dog", | |
| contentScale = ContentScale.Crop, | |
| modifier = Modifier | |
| .size(120.dp) | |
| .aspectRatio(1f) |
| OBS: O var_number_int é a varável que recebera o valor a ser convertido em DP | |
| (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, var_number_int, getResources().getDisplayMetrics()) | |
| ##KOTLIN | |
| val Int.dp: Int | |
| get() = (this * Resources.getSystem().displayMetrics.density + 0.5f).toInt() | |
| val Float.dp: Int |
generated at 2020-12-17
📱 Amazon Fire 7 (7", 1024x600, MDPI) AOSP6.0.0 API 23 310.50 MB
📱 Amazon Fire 7 (7", 1024x600, MDPI) AOSP7.1.0 API 25 361.70 MB
📱 Amazon Fire HD 10 (10.1", 1920x1200, HDPI) AOSP9.0 API 28 416.75 MB
| " ------------------------------ | |
| " Name: vimrc for windows | |
| " Author: keelii | |
| " Email: keeliizhou@gmail.com | |
| " ------------------------------ | |
| " Startup {{{ | |
| filetype indent plugin on | |
| augroup vimrcEx |
| android { | |
| compileSdkVersion 22 | |
| buildToolsVersion "22.0.0" | |
| defaultConfig { | |
| applicationId "com.abc.example" | |
| minSdkVersion 16 | |
| targetSdkVersion 22 | |
| versionCode 1 | |
| versionName "1.0" |