- 博客(6)
- 收藏
- 关注
原创 DBeaver链接oracle报错:TNS:listener does not currently know of service requested in connect descriptor问题
Listener refused the connection with the following error:ORA-12514, TNS:listener does not currently know of service requested in connect descriptor解决方法:改用TNS方式链接TNS文件内容格式:datebase = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = ip)(PORT = 端口
2021-04-01 11:51:12
5220
原创 dist打包报 ERROR Failed to compile with 606 errors,These dependencies were not found
dist打包报 ERROR Failed to compile with 606 errors , These dependencies were not foundThese dependencies were not found)解决:cnpm insta
2020-12-02 09:29:52
1201
1
原创 mac zip打包不加MACOSX
zip -r HighWay_yngs_patch_V1.2.4_doc_20200930.zip HighWay_yngs_patch_V1.2.4_doc_20200930 -x "*.DS_Store"
2020-09-30 16:00:00
1232
原创 linux服务器java编译环境搭建及编译打包全过程
一、安装JDKhttp://www.oracle.com/technetwork/java/javase/downloads1.解压文件tar -zxv -f jdk-8u201-linux-x64.tar.gz2.配置环境变量vi /etc/profile在配置文件配置3.生效环境变量source /etc/profile4.查看jdk版本java -version...
2020-02-03 12:21:24
2065
原创 mysql创建新用户步骤及常见问题
mysql创建新用户步骤1.创建用户CREATE USER 'ying'@'%' identified by '123456';2.赋予用户权限GRANT ALL ON *.* TO 'ying'@'%' WITH GRANT OPTION;3.刷新权限flush PRIVILEGES;4.查询用户SELECT user,host,Password from mysql.`u...
2020-01-13 15:09:46
1938
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人