码迷,mamicode.com
首页 >  
搜索关键字:android design    ( 104569个结果
中介者模式
中介者模式 | 菜鸟教程 https://www.runoob.com/design-pattern/mediator-pattern.html 中介者模式 中介者模式(Mediator Pattern)是用来降低多个对象和类之间的通信复杂性。这种模式提供了一个中介类,该类通常处理不同类之间的通信, ...
分类:其他好文   时间:2021-05-24 00:28:25    阅读次数:0
0 - 简介+贪心+局部搜索
Source: Williamson and Shmoys. The Design of Approximation Algorithms. Cambridge University Press, 2010. ...
分类:其他好文   时间:2021-05-04 16:42:09    阅读次数:0
[AWS Design Cost-Optimized Architectures] 4.2 Identify cost-effective compute and database services
RDS Scalabilty Scalabilty allows a solution to grow to increase storage, processing, memory, and netowrk operations By changing the class of an instan ...
分类:数据库   时间:2021-05-04 16:10:48    阅读次数:0
【stars-one】B站视频下载通
一键下载B站的普通视频、番剧、电影的小工具 获取软件 由于软件还未完善,目前打赏价定位5.88元,后面软件完善价格会提高 >>>点击跳转打赏页面 目前Android版还在开发中 电脑版支持跨平台使用,只要装了JDK8环境即可,支持Window64 Linux64 Macos64版本,仅支持64位系统 ...
分类:其他好文   时间:2021-05-04 16:03:52    阅读次数:0
0745. Prefix and Suffix Search (H)
Prefix and Suffix Search (H) 题目 Design a special dictionary which has some words and allows you to search the words in it by a prefix and a suffix. Im ...
分类:其他好文   时间:2021-05-03 12:54:25    阅读次数:0
VS2017 配置 Visual Studio Emulator for Android
Ø 简介 本文介绍使用 VS2017 配置 Visual Studio Emulator for Android 的模拟器,Windows 环境为:Windows 10 专业版(版本号:1803),开发环境为:Visual Studio 2017(企业版:15.9.11) 1. 开启 Hyper-V ...
分类:移动开发   时间:2021-05-03 12:36:34    阅读次数:0
Android7.1 logd 日志记录缓冲区大小
Android logd日志原理 http://gityuan.com/2018/01/27/android-log/ 一.先看上层 1.1. 布局 KEY private static final String SELECT_LOGD_SIZE_KEY = "select_logd_size"; ...
分类:移动开发   时间:2021-05-03 11:48:30    阅读次数:0
Android 7.1 emmc 存储总大小
一.adb 命令 cat /proc/partitions mmcblk1 mmcblk2 二.Andoird 7.1.1 以上查询 7.1.1 版本之后才有 getPrimaryStorageSize() 2.1. packages/apps/Settings/src/com/android/se ...
分类:移动开发   时间:2021-04-30 12:44:10    阅读次数:0
Android NFC读取数据
1、添加相应的权限和gradle引用<uses-feature android:name="android.hardware.nfc" android:required="true"/><uses-permission android:name="android.permission.NFC"/>a ...
分类:移动开发   时间:2021-04-29 12:22:33    阅读次数:0
【转】完美解决Android 9.0以上HTTP网络请求被限制问题
遇到问题 Android P 9.0以上系统,HTTP网络被限制。HTTPS无影响。 Android 10系统同样的问题。 Android P以上要求网络请求必须为Https,Http请求会抛异常。 原因分析 Android P以上的应用默认都被限制了明文流量的网络请求,非加密的流量请求都会被系统禁 ...
分类:移动开发   时间:2021-04-29 12:06:45    阅读次数:0
104569条   上一页 1 ... 13 14 15 16 17 ... 10457 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!