摘要:
参考:只有调用类https://www.jianshu.com/p/56ad96fa9e6f 鸿洋大神https://blog.csdn.net/lmj623565791/article/details/47911083 gson解析:https://www.jianshu.com/p/044469 阅读全文
摘要:
对象 https://blog.csdn.net/u012920673/article/details/51176811?utm_source=distribute.pc_relevant.none-task 函数 https://blog.csdn.net/xuexi_b/article/deta 阅读全文
摘要:
首先 1.进入注册表编辑器,开始-运行-cmd,regedit,回车 或者 win+r -cmd , 回车 出现这个 (注册表) 2. 找到注册表的几项HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan\Parameters中的 A 阅读全文
摘要:
参考https://blog.csdn.net/qq_37154146/article/details/89514487 阅读全文
摘要:
程序从一个dialog开始: private void show() { final Dialog dialog = new Dialog(this, R.style.ActionSheetDialogStyle); View inflate = LayoutInflater.from(this). 阅读全文
摘要:
布局就是一个imagview 加依赖 implementation 'com.github.chrisbanes.photoview:library:1.2.4'implementation 'com.android.support:support-v4:27.1.1'调三方控件 photoview 阅读全文
摘要:
老规矩首先先上布局 咱们先看效果 布局实现 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" a 阅读全文
摘要:
借用这个https://blog.csdn.net/fun7646/article/details/80238696 我这里只是记录一下等以后要使用不用先去百度 形式:条件表达式 ?程序块1 :程序块2 ; 含义:如果条件表达式为真,则本程序语句执行程序块1,程序块1的值即为整个表达式的值, 否则为 阅读全文
摘要:
首先初始化 private RecyclerView recycler_view; private MyAdapter mAdapter;//适配器 recycler_view = (RecyclerView) findViewById(R.id.recycler_view); //设置布局管理器 阅读全文
摘要:
1.NoSuchMethodError: No virtual method getBytes(J)[B in class Lcom/huawei/kvdb/KVConnection; or its super classes (declaration of 'com.huawei.kvdb.KVC 阅读全文