上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 37 下一页
摘要: 解决办法: 编辑sshd配置文件 vi /etc/ssh/sshd_config 设置 X11Forwarding yes UserLogin no //原本的注释解开 yum install -y xorg-x11-font xorg-x11-xauth 重新连接xshell 转载:https:/ 阅读全文
posted @ 2020-12-15 12:19 雨中遐想 阅读(847) 评论(0) 推荐(0)
摘要: 世界第一个网站:http://info.cern.ch/ 1991年8月6日 蒂姆·伯纳斯·李 日本第一个网站:http://www.ibarakiken.gr.jp/www 1992年9月30日 阅读全文
posted @ 2020-12-12 22:26 雨中遐想 阅读(748) 评论(0) 推荐(0)
摘要: windows: net start mysql net stop mysql centos: --开启服务 service mysqld start --关闭服务 service mysqld stop --重启服务 service mysqld restart --查看服务状态 service 阅读全文
posted @ 2020-12-11 19:06 雨中遐想 阅读(133) 评论(0) 推荐(0)
摘要: https://www.jb51.net/article/158425.htm https://www.cnblogs.com/hell8088/p/vmware.html https://zhuanlan.zhihu.com/p/130984945 nat网络拓扑 阅读全文
posted @ 2020-12-11 14:14 雨中遐想 阅读(115) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/tuanz/p/11176897.html 阅读全文
posted @ 2020-12-01 12:13 雨中遐想 阅读(142) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/mcy478643968/article/details/19609113 阅读全文
posted @ 2020-11-30 15:30 雨中遐想 阅读(195) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/weixin_36146275/article/details/77447659 阅读全文
posted @ 2020-11-30 15:28 雨中遐想 阅读(262) 评论(0) 推荐(0)
摘要: 我在oracle 存储过程中发送http请求, 报错如下: ORA-29273:HTTP请求失败 ORA-06512:在"SYS.UTL HTTP",line 1527 ORA-29261:参数无效 ORA-06512:在"SCOTT.FN HTTPGET",line 27 ORA-29273:HT 阅读全文
posted @ 2020-11-30 13:49 雨中遐想 阅读(1257) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/tmaczt/article/details/82665885 GET方式 CREATE OR REPLACE FUNCTION FN_HTTP_GET (v_url VARCHAR2) RETURN VARCHAR2 AS BEGIN DECLAR 阅读全文
posted @ 2020-11-30 13:08 雨中遐想 阅读(2484) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/qq243348167/article/details/87876956 --查询acl信息 SELECT * FROM dba_network_acl_privileges; SELECT * FROM dba_network_acls; --创建 阅读全文
posted @ 2020-11-30 12:59 雨中遐想 阅读(1451) 评论(0) 推荐(1)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 37 下一页