import android.annotation.TargetApi; import android.content.Context; import android.content.res.TypedArray; import android.os.Build; import android.ut ...
分类:
移动开发 时间:
2021-06-22 17:57:53
阅读次数:
0
根据正点原子的移植教程移植完成并成功运行,这是前提。 但是自己用buildroot做的rootfs,把qt的库放到里边,运行测试程序缺报错 ` qt.qpa.plugin: Could not load the Qt platform plugin "linuxfb" in "/usr/lib/ar ...
分类:
系统相关 时间:
2021-06-21 21:06:47
阅读次数:
0
1.正常序列化 new Gson().toJson(obj) 2.序列化null Gson gson = new GsonBuilder().serializeNulls().create(); gson.toJson(obj) 3.忽略序列化某字段 排除transient字段 字段加上transi ...
分类:
其他好文 时间:
2021-06-21 20:59:25
阅读次数:
0
1.webpack.config.js中导入 const HtmlWebpackPlugin = require('html-webpack-plugin') 2.pulgin中新增 new HtmlWebpackPlugin({ template:'index.html' }) 3.需要删除out ...
分类:
Web程序 时间:
2021-06-21 20:44:37
阅读次数:
0
1、122 公钥 加入120 121 的 authorized_keys2、搭私服3、主机安装jenkins4、jenkins命令行 build tag push ssh 远程服务器 ' pull' ssh 远程服务器 ' run' ...
分类:
其他好文 时间:
2021-06-21 19:56:06
阅读次数:
0
1. Adding devtoolls to your project <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runt ...
分类:
其他好文 时间:
2021-06-20 17:42:40
阅读次数:
0
常用命令 一、Build(生成)生成.生成解决方案 Ctrl+Shift+B生成.取消 Ctrl+Break生成.编译 Ctrl+F7生成.对解决方案运行代码分析 Alt+F11二、调试调试.在函数处中断 Ctrl+B调试.全部中断 Ctrl+Alt+Break调试.删除所有断点 Ctrl+Shif ...
error 1: Unable to open 'raise.c': Unable to read file '/build/glibc-S9d2JN/glibc-2.27/sysdeps/unix/sysv/linux/raise.c' (Error: Unable to resolve non- ...
分类:
其他好文 时间:
2021-06-18 18:49:18
阅读次数:
0
因为手残 不小心打成了 ninja -C out\Default chrome.exe 立马火速取消 ctrl + C 然后! 再来一次准备ninja -C out\Default chrome 就完犊子了啊 参考这篇:https://www.jianshu.com/p/1b96772fce51 先 ...
分类:
其他好文 时间:
2021-06-17 17:08:14
阅读次数:
0
petalinux-build -c bootloader petalinux-build -c bootloader -x distclean petalinux-build -c bootloader diff -uNr zynq_fsbl_old zynq_fsbl_new > diff.pa ...
分类:
系统相关 时间:
2021-06-17 17:02:18
阅读次数:
0