- 博客(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
5350
原创 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 found These dependencies were not found) 解决: cnpm insta
2020-12-02 09:29:52
1227
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
1320
原创 linux服务器java编译环境搭建及编译打包全过程
一、安装JDK http://www.oracle.com/technetwork/java/javase/downloads 1.解压文件 tar -zxv -f jdk-8u201-linux-x64.tar.gz 2.配置环境变量 vi /etc/profile 在配置文件配置 3.生效环境变量 source /etc/profile 4.查看jdk版本 java -version ...
2020-02-03 12:21:24
2117
原创 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
1957
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅