码迷,mamicode.com
首页 >  
搜索关键字:android ;service    ( 120892个结果
移动安全 - 敏感信息安全 - SharedPreferences
SharedPreferences是一个轻量级的存储类,通常用来存储应用的配置信息,采用键值对的方式存储数据,且支持多种数据类型。 话不多说,练起来~ 修改一下代码,将测试用的APP的数据存储到SharedPreferences中 运行起来,点一下按钮存储数据 打开android device mo ...
分类:移动开发   时间:2021-04-15 12:06:05    阅读次数:0
Android 面试必备 - 系统、App、Activity 启动过程“一锅端”
Android 系统启动过程 从系统层看: linux 系统层 Android系统服务层 Zygote 从开机启动到Home Launcher: 启动bootloader (小程序;初始化硬件) 加载系统内核 (先进入实模式代码在进入保护模式代码) 启动init进程(用户级进程 ,进程号为1) 启动 ...
分类:移动开发   时间:2021-04-15 12:04:56    阅读次数:0
systemd - 服务
systemd systemd 是 Linux 系统工具,用来启动守护进程,已成为大多数发行版的标准配置 1. 由来 历史上,Linux 的启动一直采用 init 进程,下面的命令用来启动服务 $ /etc/init.d/httpd start # 或者 $ service httpd start ...
分类:其他好文   时间:2021-04-14 12:06:39    阅读次数:0
mysql所有用户可以远程访问mysql数据库
打开/etc/mysql/mysql.cnf 找到bind-address= 127.0.0.1 把它改成 bind-address= 0.0.0.0 (mysql5.7.24版本,配置文件目录是:/etc/mysql/mysql.conf.d/mysqld.cnf) 命令:service mysq ...
分类:数据库   时间:2021-04-14 11:58:38    阅读次数:0
[Swagger]Unable to resolve service for type 'Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionGroupCollectionProvider' while attempting to activate
详细错误如下 System.AggregateException:“Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: Swashbuckl ...
分类:Windows程序   时间:2021-04-13 12:19:16    阅读次数:0
Android 布局
Android 布局 LinearLayout orientation = "vertiacl" 纵向排列 (默认为水平) orientation = "horizontal" 横向排列 gravity center center_vertiacl center_horizontal ....... ...
分类:移动开发   时间:2021-04-13 12:13:06    阅读次数:0
android studio 获取 SHA1 值
1. 生成密钥文件 2.找到控制台 输入指令 cd c: cd C:\Users\【当前登录的用户文件夹】\.android 如 cd C:\Users\cenxi\.android 就是这里 然后输入指令 keytool -list -v -keystore 【密钥文件路径】 如 keytool ...
分类:移动开发   时间:2021-04-13 12:03:14    阅读次数:0
laravel lumen 微信支付宝支付扩展
github地址: https://github.com/yansongda/pay 文档地址: https://pay.yansongda.cn/ 扩展小程序红包 https://pay.weixin.qq.com/wiki/doc/api/tools/cash_coupon.php?chapte ...
分类:微信   时间:2021-04-13 12:00:14    阅读次数:0
Android Studio: 记录一个android studio profiler 崩溃的问题
环境 Android Studio 4.1.3华为Mate9 (Android 9) 崩溃堆栈 2020-08-14 10:27:28.844 13108-13108/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** ...
分类:移动开发   时间:2021-04-13 11:55:18    阅读次数:0
MySQL 常用操作语句
数据库安装,待完善 https://www.cnblogs.com/wendy-0901/p/12673705.html https://blog.csdn.net/yougoule/article/details/56680952 数据库启动 service mysql start; 数据库关闭 ...
分类:数据库   时间:2021-04-13 11:43:45    阅读次数:0
120892条   上一页 1 ... 30 31 32 33 34 ... 12090 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!