Oracle修改instance_name、db_name、db_unique_name、service_names 查看当前信息 SQL> show parameter name NAME TYPE VALUE db_name string dapuchai db_unique_name stri ...
分类:
数据库 时间:
2020-07-27 13:50:45
阅读次数:
98
rk3399修改调试串口 rk3399可以修改调试串口为任意板载的uart 由于厂家的一级loader没有开源,因此更改调试串口后,一级loader的打印无法再看到了 手里面有一块rockpi4b的板子 其pin脚如下,从官方的uart改为下图中的uart4 官方支持的bsp代码 https://g ...
分类:
其他好文 时间:
2020-07-27 13:47:06
阅读次数:
167
加载或者安装R包 stringr,stringr时报错如下 libicui18n.so.64 找不到 加载: library(stringi)Error: package or namespace load failed for ‘stringi’ in dyn.load(file, DLLpath ...
分类:
其他好文 时间:
2020-07-27 09:39:17
阅读次数:
150
版本错误 处理方式 修改scipy的本文为 1.1.0 :pip install scipy==1.1.0 ...
分类:
其他好文 时间:
2020-07-26 22:54:48
阅读次数:
70
1.let <script> //1.声明变量 let a; let b,c,d; let e =100; let f=521,g='iloveyou',h=[]; //2.let变量不能重复定义 例 // let peope = 'bill' // let peope = 'jom' //会报错: ...
分类:
其他好文 时间:
2020-07-26 19:49:20
阅读次数:
86
input { stdin { } jdbc { # mysql 数据库链接 jdbc_connection_string => "jdbc:mysql:localhost/database?characterEncoding=utf8" # 用户名和密码 jdbc_user => "xxx" jd ...
分类:
其他好文 时间:
2020-07-26 19:44:44
阅读次数:
109
多个组件使用同一个挂载点,并且进行动态的切换这就是动态组件。 通过使用<component>元素动态的绑定到它的is特性,来实现动态组件 <div id="test"> <button @click="change">切换页面</button> <component :is="currentView ...
分类:
其他好文 时间:
2020-07-26 19:19:13
阅读次数:
119
eclipse中选择->window->show view->other弹出对话框中选择general下面找problems然后双击,即可查看红叉原因. 我的项目报 :An error occurred while filtering resources 解决方案: 1.右键项目 2找到maven ...
分类:
系统相关 时间:
2020-07-26 19:12:44
阅读次数:
88
b for ssh.service failed because the control process exited with error code. See "systemctl status ssh.service" and "journalctl -xe" for details. 1.按照 ...
分类:
其他好文 时间:
2020-07-26 15:55:41
阅读次数:
180
Docker换镜像,Docker pull、Docker search 失败出现以下错误 Error response from daemon: Get https://index.docker.io/v1/search?q=php&n=25: net/http: TLS handshake tim ...
分类:
其他好文 时间:
2020-07-26 15:44:53
阅读次数:
78