尝试安装NVIDIA显卡驱动多次,每次安装完重启后黑屏,今天再次baidu了多次,终于安装成功了 1. 禁掉nouveau 在/etc/modprobe.d 新建blacklist.conf blacklist nouveau options nouveau modeset=0 2. sudo up ...
分类:
系统相关 时间:
2020-07-19 23:13:28
阅读次数:
105
最近调试机顶盒没有遥控板 发现adb也可以模拟遥控板 应急一下蛮方便的 下面是输入一段文字 adb shell input text "demotest" 下面是输入特定键 adb shell input keyevent keycode 其中keycode是数字,不同的数字代表不同的操作,如下 电 ...
分类:
数据库 时间:
2020-07-19 17:48:46
阅读次数:
101
Vue-router前端路由(2) Vue-router全局导航守卫: 为什么使用导航守卫:(修改网页标题) 网页标题是通过title来显示的,但SPA只有一个固定的HTML,切换组件无法修改title 但我们可以通过JavaScript来修改title的内容:document.title 这时就需 ...
分类:
其他好文 时间:
2020-07-19 16:21:17
阅读次数:
62
第一部分是协议(或称为服务方式)。资源的访问方式? A URL for HTTP (or HTTPS) is normally made up of three or four components: A scheme. The scheme identifies the protocol to b ...
分类:
Web程序 时间:
2020-07-19 00:51:21
阅读次数:
95
Weblogic 集群搭建 Oracle的Weblogic分开发者版本和生产版本,有32位和64位。一般生产版本的weblogic是64位的,安装文件是一个大小为1G多的jar包。 去oracle官网上下载64版weblogic。这里使用的版本是weblogic11g,版本号是10.3.6,文件名为 ...
分类:
Web程序 时间:
2020-07-18 13:49:14
阅读次数:
109
To perform a cold boot (also called a "hard boot") means to start up a computer that is turned off. It is often used in contrast to a warm boot, which... ...
分类:
其他好文 时间:
2020-07-18 00:38:36
阅读次数:
268
压测设置 线程数:并发数量,能跑多少量。具体说是一次存在多少用户同时访问 Rame-Up Period(in seconds):表示在多长时间内启动完上述的线程数。 循环次数:这个设置不会改变并发数,可以延长并发时间。总请求数=线程数*循环次数 调度器:设置压测的启动时间、结束时间、持续时间和启动延 ...
分类:
其他好文 时间:
2020-07-17 19:44:02
阅读次数:
87
效果图: 如果要添加底部导航栏,最少2个,最多5个。 app.json { "pages": [ "pages/index/index", "pages/userConsole/userConsole", "pages/storageConsole/storageConsole", "pages/d ...
分类:
其他好文 时间:
2020-07-17 19:25:56
阅读次数:
83
一、Reading Last weekend, my classmates and I went camping. We found a grassy spot beside a river. We put up our tents and made a campfire. Then, we fis ...
分类:
其他好文 时间:
2020-07-17 14:00:24
阅读次数:
60
在做 vue + element-ui 项目时,重复点击导航路由报错,报错信息如下: 虽然不影响使用,但问题还是要解决的。于是,查文档,注意到 vue-router 文档中有这样一段话,传送门→ 即:vue-router@3.1.0 以后,回调函数返回的是 promise。所以如果没有捕获到错误,就 ...
分类:
其他好文 时间:
2020-07-17 13:39:09
阅读次数:
77