<!-- 父组件 --> <template> <view> <syncA :title.sync="title"></syncA> </view> </template> <script> export default { data() { return { title:"hello vue.js ...
分类:
其他好文 时间:
2021-01-07 11:53:43
阅读次数:
0
使用AndroidStudio 4.0以下版本,安装插件:ideasmali。 反编译apk,在AndroidMainfest.xml中添加debuggable=“true” 在smail文件中找到oncreate()并添加 invoke-static{},Landroid/os/Debug;->w ...
分类:
移动开发 时间:
2021-01-06 12:30:15
阅读次数:
0
keys * //查看当前库里的所有key值\ set key value //存值 get key //取值 exists key//判断当前值是否存在 move key 1 //移除当前的key expire key10 //设置key的过期时间 单位是秒 ttl key //查看key的剩余时 ...
分类:
其他好文 时间:
2021-01-06 12:24:45
阅读次数:
0
https://stackoverflow.com/questions/29087882/android-studio-run-debug-configuration-error-module-not-specified 更新gradle / gradle plugin解决问题 I was tryi ...
分类:
移动开发 时间:
2021-01-06 12:17:32
阅读次数:
0
一 导读 vi 和vim :vi是linux自带的,类似于Windows的记事本。vim 是vi加强版,使用广泛。 二 命令讲解 1:正常模式 直接vim打开一个文档。2:插入模式 按下i o a r 其中任何一个,大小写均可。3:命令行模式 先按Esc 然后输入 : w(Write写入文件)q(Q ...
分类:
系统相关 时间:
2021-01-06 12:08:49
阅读次数:
0
https://stackoverflow.com/questions/27301960/errorunable-to-locate-adb-within-sdk-in-android-studio 注意在File->project structure中选择sdk等 Finally after se ...
分类:
移动开发 时间:
2021-01-06 11:54:51
阅读次数:
0
对于 ContentProvider 还不是很熟悉的同学,可以阅读上一篇 Android ContentProvider 基本原理和使用详解。本文主要是对 contentProvider 的源码进行分析,从而了解 ContentProvider 的实现原理。 本文分析基于 android 10 的源 ...
分类:
移动开发 时间:
2021-01-05 11:40:56
阅读次数:
0
Markdown学习 标题 三级标题 字体 hello world hello world hello world hello world 引用 引用一段话 分割线 图片 超链接 点击跳转到百度 列表 a b c 1 2 3 表格 姓名性别生日 张三 男 20001.1 代码 public ...
分类:
其他好文 时间:
2021-01-05 11:38:49
阅读次数:
0
#include <string.h> #include <stdarg.h> #include <stdio.h> #include <limits.h> #include <stdio.h> #define CONFIG_DIR "/etc/usbs/" int main() { FILE *f ...
分类:
其他好文 时间:
2021-01-05 11:25:23
阅读次数:
0
体验一下Flutter。 import 'package:flutter/material.dart'; void main() => runApp(new HelloWorldApp()); class HelloWorldApp extends StatelessWidget { @overri ...
分类:
其他好文 时间:
2021-01-05 11:16:44
阅读次数:
0