logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ORA-12537:TNS连接已关闭(监听文件配置问题)

客户端连接Oracle报错:ORA-12537:TNS连接已关闭查看网络服务名是否能正常解析。[root@localhost oracle]# tnsping orclTNS Ping Utility for Linux: Version 12.1.0.2.0 - Production on 08-MAR-2020 07:12:15Copyright (c) 1997, 2014, Or...

#oracle#数据库
linux yum install 失败报错:Transaction check error:

Transaction check error:file /usr/share/dbus-1/services/org.freedesktop.PackageKit.service from install ofgnome-software-3.28.2-3.el7.x86_64 conflicts with file frompackage gnome-packagekit-common-3.1

#linux#mysql#bug
Vue 点击获得父元素,子元素,兄弟元素(DOM操作)|| 添加元素 元素属性(jQuery)

<ul @click ="clickfun($event)"><li></li></ul>获取元素methods: {clickfun(e) {e.target //是你当前点击的元素e.currentTarget //是你绑定事件的元素//获得点击元素的前一个元素e.currentTarget.previousElementSibling

#jquery#html#javascript
VUE引用和使用echarts4/echarts5的差别

原因由于echarts5中的热力图样式和4不一样,为了少在options中修改,直接升级echarts版本,便于使用echarts5中自带样式。echarts升级卸载:npm uninstall echarts 无需声明版本安装5.0.2版本:npm install echarts@5.0.2 这里需要声明,避免下载之前重复版本echarts引用echarts4的引入是:import echart

#echarts
VUE npm打包报错This is probably not a problem with npm. There is likely additional logging output above.

npm run build打包vue文件报错:npm ERR! This is probably not a problem with npm. There is likely additional logging output above.网上搜索到的是先npm install ,再。。。。反正试了不行。重新 npm run build报错:npm ERR! lead_cockpit@0.1.0

#npm
VUE npm打包报错This is probably not a problem with npm. There is likely additional logging output above.

npm run build打包vue文件报错:npm ERR! This is probably not a problem with npm. There is likely additional logging output above.网上搜索到的是先npm install ,再。。。。反正试了不行。重新 npm run build报错:npm ERR! lead_cockpit@0.1.0

#npm
Oracle正则表达式匹配

Oracle从10g开始支持正则表达式元字符(metacharacters)POSIX 正则表达式由标准的元字符(metacharacters)所构成:'^' 匹配输入字符串的开始位置,在方括号表达式中使用,此时它表示不接受该字符集合。'$' 匹配输入字符串的结尾位置。如果设置了 RegExp 对象的 Multiline 属性,则 $ 也匹配 '\n' 或 '\r'。'.' 匹配除换行符之外的任何

大数据各类服务组件架构笔记

1.1 ES(Elastic Search)ES 是一个基于Lucene的高性能,高可用,开源的分布式全文搜索引擎;1.1.1 ES架构集群:ES可以独立的作为单个搜索服务器;为了处理大型数据集,实现容错和高可用性,ES可以运行在多台服务器上,这些服务器组成集群;节点(Cluster):形成集群的每台服务器,其实是指ES进程;Master主节点:集群的状态由Master节点维护,生产中建议不存储数

#大数据#分布式#hadoop
docker启动报错unable to configure the Docker daemon with file /etc/docker/daemon.json

service start docker启动docker服务报错,根据提示运行journalctl -xe查看报错情况如下:仅能看到unable to configure the Docker daemon with file /etc/docker/daemon.json, 后面因为屏幕没有全部显示出来,无法查看。运行journalctl -xe > 1.log将内容输出到文本中查看:原因

#docker#linux
mysql 如何删除数据库中所有的表

mysql 如何删除数据库中所有的表直接在命令行输入以下命令即可SELECT concat('DROP TABLE IF EXISTS ', table_name, ';')FROM information_schema.tablesWHERE table_schema = 'mydb'; //mydb表示所需删除表的数据库名称...

#mysql#数据库
    共 13 条
  • 1
  • 2
  • 请选择