恢复内容开始 此问题默认存在于manjaro-i3-18.1.5-191229-linux54之前的版本中。 i3 社区版中compton包名已经改名为picom。而相关配置文件中 进行更新。 终端中运行: pkill comton #关闭compton compton -b #运行compton ...
分类:
编程语言 时间:
2020-01-09 20:33:24
阅读次数:
237
执行以下步骤 1.安装SublimeREPL插件 2.打开快捷键设置运行的快捷键 首选项 快捷设置 4.然后按快捷键就可以打开另一窗口进行input操作,(之前是在底部打开的控制台) ...
分类:
编程语言 时间:
2020-01-08 16:10:13
阅读次数:
94
代码如下 <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>使用ul和li来完成菜单</title> <style> .menu{ width: 693px; height: 50px; background- ...
分类:
其他好文 时间:
2020-01-06 21:07:16
阅读次数:
57
一、 ContextMenu 二、 Menu 三、ToolBar ...
今天在做黑马项目的时候遇到了级联选择器的一个坑。 高度不适配。 在你的全局global.css里面添加 就可以解决了。 这是element的新版本的坑。 ...
分类:
其他好文 时间:
2020-01-06 12:57:56
阅读次数:
646
ef core 创建自引用灰了了 public class Menu:IEntity { public int Id { get; set; } public string text { get; set; } public bool group { get; set; } public bool ...
分类:
Web程序 时间:
2020-01-05 22:36:24
阅读次数:
513
41、vue-router之路由参数的随意设置与伪静态链接地址处理: 访问路径:你的加上#/content/1 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>vue-router之路由参 ...
分类:
其他好文 时间:
2020-01-04 18:27:18
阅读次数:
69
本文将分享 DOM 节点树深度遍历、广度遍历代码。 假定我仅遍历 body 且其结构如下: <body> <section class="container"> <div class="left"> <div class="menu"></div> </div> <div class="right" ...
分类:
Web程序 时间:
2020-01-04 12:52:14
阅读次数:
99
1、HTML部分 <button onclick="showPopup()">按這裡</button> <div id="background"></div> <div id="popup"> <div style="width:35%; margin: auto"> <div id="close" ...
分类:
其他好文 时间:
2020-01-02 19:05:48
阅读次数:
161
vue-treeselect安装请看:https://www.cnblogs.com/reround/p/12118873.html <el-form-item label="菜单分配" prop="menuid"> <treeselect :multiple="true" //多选 :option ...
分类:
其他好文 时间:
2020-01-02 15:23:54
阅读次数:
1506