记录一下...importcom.sap.mw.jco.JCO;//true:组登录,false:ip登录privatestaticbooleangroupFlag=false;privatefinalstaticStringprefsfile="config-saphttp.properties";@SuppressWarnings("deprecation")publicstaticJCO.C
分类:
其他好文 时间:
2020-07-21 22:07:32
阅读次数:
58
运行spark时提示如下信息: hadoop@MS-YFYCEFQFDMXS:/home/trp$ cd /usr/local/spark hadoop@MS-YFYCEFQFDMXS:/usr/local/spark$ ./bin/pyspark env: ‘python’: No such fi ...
分类:
编程语言 时间:
2020-07-19 23:47:58
阅读次数:
111
[root@pxc3 mysql_gtid]# mysqldump -uroot -pmysql123 test >/tmp/test.sqlmysqldump: [Warning] Using a password on the command line interface can be inse ...
分类:
其他好文 时间:
2020-07-19 15:55:51
阅读次数:
70
在代码开头输入 #pragma warning(disable:4996); 即可完美解决 另有其他解决方法在 https://blog.csdn.net/zj371561267/article/details/81280972 ...
分类:
其他好文 时间:
2020-07-18 16:01:42
阅读次数:
73
#include <chrono> #include <iostream> #include <ctime> using namespace std; #pragma warning(disable:4996) void unixTime2Str(__int64 n, char strTime[], ...
在使用数据泵进行模式级别导入导出时,导出成功后进行数据导入。出现报错: 可以看到存储过程对象F_NUM编译报错。 那么首先查看无效对象。 SYS@proe>col object_name for a30; SYS@proe>select owner,object_name,object_type,s... ...
分类:
其他好文 时间:
2020-07-17 14:01:30
阅读次数:
279
mininet> r1 xterm Warning: This program is an suid-root program or is being run by the root user. The full text of the error or warning message cannot ...
分类:
Web程序 时间:
2020-07-15 23:29:02
阅读次数:
112
# 以flow形式查看日志 $ journalctl -f # 查看内核日志 $ journalctl -k # 查看指定服务日志 $ journalctl -u docker.serivce # 查看指定日期日志 $ journalctl --since="2018-09-21 10:21:00" ...
分类:
其他好文 时间:
2020-07-15 15:32:56
阅读次数:
71
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>登录</title> <style type="text/css"> /*加载css*/ .background { display: block; width ...
分类:
其他好文 时间:
2020-07-15 15:05:46
阅读次数:
63
在RedHat下有时候用rpm安装软件是会出现下面则中错误 1、安装时提示:warning: *.rpm: Header V3 RSA/SHA256 Signature, keykey ID c105b9de: NOKEY 解决的方法就是在rpm 语句后面加上 --force --nodeps 即原 ...
分类:
其他好文 时间:
2020-07-14 13:31:45
阅读次数:
95