1 今天flutter run出现下面这样的情况 > Task :prepareKotlinBuildScriptModel UP-TO-DATE Deprecated Gradle features were used in this build, making it incompatible w ...
分类:
其他好文 时间:
2021-06-02 16:39:14
阅读次数:
0
1:效果 一运行起来,红色是下载的部分,蓝色是为下载部分,下载完之后先缩成一个椭圆,在缩成一个圆 GitHub地址:https://github.com/luofangli/MyDrawProgress 详细代码: <?xml version="1.0" encoding="utf-8"?><and ...
分类:
移动开发 时间:
2021-06-02 16:08:01
阅读次数:
0
首先获取时间戳除以30取整,得到8个数,再补成8个字节的长度。 之后要有一个密钥,这个密钥是steam和我们约定好的 用来计算令牌码 安卓手机可以在/data/data/com.valvesoftware.android.steam.community/files/目录下找到 文件中的shared_ ...
分类:
移动开发 时间:
2021-06-02 15:21:49
阅读次数:
0
安卓11有权限要求,以下方法管用 //跳转到相机 private void showCamera() { File fileDir = new File(Environment.getExternalStorageDirectory(),"Pictures"); if (!fileDir.exist ...
分类:
移动开发 时间:
2021-06-02 14:56:05
阅读次数:
0
下载,解压rabbitmq-c源码 wget -c https://github.com/alanxz/rabbitmq-c/archive/v0.9.0.tar.gz tar -zxvf v0.9.0.tar.gz 配置,编译,安装 cd rabbitmq-c-0.9.0/ mkdir build ...
分类:
Web程序 时间:
2021-06-02 14:50:02
阅读次数:
0
using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Reflection; using System.Collections; using System. ...
某些场景下并不需要打开SELinux,也就是SELinux设为Permissive,但如果程序设计不符合SELinux sepolicy, 日志中会频繁打印 如下类似avc: denied的log [ 24.018396] type=1400 audit(1622165470.867:666): a ...
分类:
移动开发 时间:
2021-06-02 14:11:59
阅读次数:
0
将打包apk重命名 android { //命令打包apk重命名 android.applicationVariants.all { variant -> variant.outputs.all { outputFileName = "YT-${variant.name}-${variant.ver ...
分类:
移动开发 时间:
2021-06-02 14:11:15
阅读次数:
0
问题 有个程序是python2写的,依赖pyqt5 之前在ubuntu18.04下通过 suod apt install python-pyqt5能顺利安装 升级Ubuntu20.04后发现apt源已不能安装 解决 手动添加bionic源并安装一个虚假qtbase依赖 qtbase-abi-fake ...
分类:
编程语言 时间:
2021-06-02 13:25:06
阅读次数:
0
model代码如下: @OneToMany(fetch=FetchType.EAGER, cascade = CascadeType.ALL) @Where(clause="isValid=1 and orderType=1") @JoinColumn(name = "orderUUID", ref ...
分类:
Web程序 时间:
2021-06-02 13:20:12
阅读次数:
0