下载个文件(bing今日美图)测试下: 在weblogic中使用如上代码时,可能会出现ClassCastException,详情及解决方案可查看以下链接: ...
分类:
编程语言 时间:
2018-08-14 18:46:48
阅读次数:
222
1. 环境 主机名 ip 角色 hdp01 192.168.184.61 ResourceManager/NameNode/SecondaryNameNode hdp02 192.168.184.62 NodeManager/DataNode hdp03 192.168.184.63 NodeMan ...
分类:
其他好文 时间:
2018-08-13 16:57:52
阅读次数:
163
win客户端和linux服务器上传下载文件(使用Secure CRT工具)
在做mysql 大批量导出数据的时候,所遇到的问题如下: ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement my ...
分类:
数据库 时间:
2018-08-12 22:21:39
阅读次数:
843
(一)顺序结构创建二叉树 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include <math.h> #define OK 1 #define ERROR 0 #define TRUE 1 #def ...
分类:
其他好文 时间:
2018-08-12 20:01:26
阅读次数:
166
Dell BIOS设置 启动计算机设备,按F2进入BIOS设置界面 在目录Secure Boot → Secure Boot Enable 设置为 Disabled 在目录General → Boot Sequence 中将 Boot List Opion中UEFI改成Legacy 在目录Gener ...
分类:
移动开发 时间:
2018-08-12 12:04:52
阅读次数:
248
HTTP和HTTPS HTTP协议(HyperText Transfer Protocol,超文本传输协议):是一种发布和接收 HTML页面的方法。 HTTPS(Hypertext Transfer Protocol over Secure Socket Layer)简单讲是HTTP的安全版,在HT ...
分类:
Web程序 时间:
2018-08-11 18:57:36
阅读次数:
314
#define _CRT_SECURE_NO_WARNINGS #include using namespace std; template class Person { public: Person(int len) { this->len = len; this->t = new T1[len]... ...
分类:
编程语言 时间:
2018-08-11 17:15:32
阅读次数:
207
18.4 操作 excel 文件 Python 中一般使用 xlrd 库来读取 Excel 文件, xlrd 库是 Python 的第三方库。 18.4.1 xlrd 库安装 Xlrd 库跟其他第三方库一样,都是通过 pip install xlrd 命令来安装。 安装成功之后,在 C:\Pytho ...
分类:
编程语言 时间:
2018-08-11 12:24:07
阅读次数:
336