// cadence = 0 是表达式 int cadence = 0; // anArray[0] = 100 是表达式 anArray[0] = 100; // "Element 1 at index 0: " + anArray[0] 是表达式 System.out.println("Elem ...
分类:
移动开发 时间:
2020-07-11 23:05:59
阅读次数:
246
Gnirehtet 该项目通过 adb 为 Android 设备提供 reverse tethering(反向网络连接),允许设备在插入计算机后,使用计算机的互联网连接 github地址:Genymobile/gnirehtet: Gnirehtet provides reverse tetheri ...
分类:
移动开发 时间:
2020-07-11 21:21:56
阅读次数:
208
静态广播主要是在manifest.xml里面 加入 <receiver android:name=".MyBroadcastReceiver>组件。并给出接收类。 <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http ...
分类:
移动开发 时间:
2020-07-11 17:27:54
阅读次数:
75
预览 项目地址 github 说明 该项目包含PC/Web/Android/IOS端, 所有平台都用C#实现, 移动端用的是Xamarin、Web端用的是Balazor、PC端使用得是WPF。 更新计划 最新以PC端优先, 以上截图是截止目前位置得最新效果, 查看项目地址, 以最新得效果为准。 包含 ...
供应商原生开发套件,Vendor Native Development Kit,简称VNDK. 问题引发:vndksupport:Could not load demo.so from default namespace:dlopen failed: library “libstdc++.so” n ...
分类:
移动开发 时间:
2020-07-11 14:21:21
阅读次数:
166
PerfDog是腾讯出品的移动端性能测试工具,致力于提升移动应用和游戏的性能和品质,主打游戏APP,当然应用APP也能用。 介绍: 移动全平台iOS/Android性能测试、分析工具平台。快速定位分析性能问题,提升APP应用及游戏性能和品质。手机无需ROOT/越狱,手机硬件、游戏及应用APP也无需做 ...
分类:
移动开发 时间:
2020-07-11 00:11:45
阅读次数:
276
写这篇文章的原因是想总结一下自己最近开发的一个内嵌app的vue单页面项目,看看有哪些坑!!! 1、白屏 项目第一次上线正常 项目第二次上线,20多个用户反馈白屏(没见过这世面,心里慌的不行!!!),一时定位不到问题,只好回滚了 然后费劲查了查,发现第二次打包之后的app.js文件出现了includ ...
分类:
移动开发 时间:
2020-07-10 23:48:08
阅读次数:
161
用Android studio导入一个项目时,可以会报Add Google Maven repository and sync project有可能的解决方法如下:在项目的build.gradle中修改如下: buildscript { repositories { maven{ url 'http ...
分类:
其他好文 时间:
2020-07-10 19:08:47
阅读次数:
159
看看效果图吧 然后看代码吧,为了方便大家,所有资源文件都是用系统自带的,所以可以直接copy build.gradle 文件添加 // 注意,对应得也必须是28 compileSdkVersion 28 implementation 'com.android.support:recyclerview ...
分类:
其他好文 时间:
2020-07-10 17:14:53
阅读次数:
72
本文(争取做到)Android 最全的底部导航栏实现方法. 现在写了4个主要方法. 还有一些个人感觉不完全切题的方法也会简单介绍一下. 方法一. ViewPager + List<View> + PagerAdapter 先看activity_main.xml [html] view plain c ...
分类:
移动开发 时间:
2020-07-10 15:24:42
阅读次数:
109