xfce dnf install Thunar gdm openssh-askpass orage polkit-gnome thunar-archive-plugin thunar-volman tumbler xfce4-appfinder xfce4-panel xfce4-power-man ...
分类:
其他好文 时间:
2021-06-24 18:28:02
阅读次数:
0
1.删除运行路径和运行环境等 sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin 输入密码: sudo rm -fr /Library/PreferencesPanes/JavaControlPanel.prefPane s ...
分类:
系统相关 时间:
2021-06-24 17:35:34
阅读次数:
0
代码自动补全:eclipse-Codota idea-Tabnine彩虹括号:idea-Rainbow Brackets批量生成代码:GenerateAllSetter快捷键提示与设置:Key Promoter X mybatis 映射:Free Mybatis plugin代码规范:Alibaba ...
分类:
其他好文 时间:
2021-06-22 18:07:49
阅读次数:
0
vue2.x的项目里,通过 new 一个 Vue 实例的方式,让它来充当事件总线,管理非父子组件之间的事件派发响应。 先创建一个eventBus.js文件,编辑如下 import Vue from "vue"; const eventBus = new Vue(); export default e ...
分类:
其他好文 时间:
2021-06-22 18:05:54
阅读次数:
0
之前我们介绍过keil的安装,但是并没有使用keil去调试程序,主要原因是因为我们编写的makefile文件无法在keil中使用。而且,我们编写的start.S在keil中也会报个各种错误。但是作为一个程序员,调试程序是并不可少的。这节将带领大家学习如何在Linux上使用jlink调试Mini244 ...
分类:
系统相关 时间:
2021-06-22 17:57:10
阅读次数:
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.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. 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
一、运行架构 Jenkins的kubernetes plugin在执行构建时会在kubernetes集群中自动创建一个Pod,并在Pod内部创建一个名为jnlp的容器,该容器会连接Jenkins并运行Agent程序,形成一个Jenkins的Master和Slave架构,然后Slave会执行构建脚本进 ...
分类:
其他好文 时间:
2021-06-18 20:01:37
阅读次数:
0
首先下载powerpaste-4.0.1-317(分版本5.x用这个)- 4.x用powerpaste-3.3.3-308 下载地址:https://github.com/9kg/tinymce_powerpaste 把你下载的依赖包放在public里 在init里配置 convert_urls: ...
分类:
其他好文 时间:
2021-06-17 16:25:15
阅读次数:
0