码迷,mamicode.com
首页 >  
搜索关键字:site    ( 5248个结果
org.apache.hadoop.mapred.InvalidInputException: Input path does not exist: hdfs://localhost:9000/usr/local/spark/zytdemo
意思说在 hdfs://localhost:9000/usr/local/spark/zytdemo找不到响应的文件,我们可以分析的得到他并不是加载本地文件,而是区hdfs上查找。 这是由于我们在之前配置时修改过 /usr/local/hadoop/etc/hadoop下的core-site.xml ...
分类:Web程序   时间:2019-09-06 18:36:47    阅读次数:126
Error: Could not open client transport with JDBC Uri: jdbc:hive2://localhost:10000: java.net.ConnectException: 拒绝连接 (Connection refused) (state=08S01,code=0)
一:启动hiveserver2服务 二:启动beeline 三:连接hiveserver2(下面的1000000端口号适当改小写因为其超出最大端口号的范围建议改为10000) 如果启动不成功实现我们先检查以下两个文件配置是否正确 1)hadoop文件夹下面的core-site.xml中的内容 2)h ...
分类:数据库   时间:2019-09-05 23:31:48    阅读次数:333
textarea 根据光标位置添加内容
// 获取焦点 let txt = document.getElementById("countRule"); let temp = txt.value; txt.focus(); let pointIndex = txt.selectionStart; let str1 = temp.substr... ...
分类:其他好文   时间:2019-09-05 19:00:47    阅读次数:82
升级pip报错
ERROR: Exception:Traceback (most recent call last): File "C:\Users\admin\AppData\Roaming\Python\Python37\site-packages\pip\_internal\cli\base_command. ...
分类:其他好文   时间:2019-09-05 18:18:04    阅读次数:121
Hive的下载安装,以及配置mysql作为元数据库
hive下载地址: http://www.apache.org/dyn/closer.cgi/hive/ 安装部署: 解压hive源程序: 配置环境变量: 保存退出后,运行source ~/.bashrc使配置立即生效。 修改/usr/local/hive/conf下的hive-site.xml 将 ...
分类:数据库   时间:2019-09-04 21:51:46    阅读次数:136
[TFS 2010][TFS 2012] 解决 - TF255329: The Following site could not be accessed: http://vsalm2012.no-ip.org/. The Server that you specified did not return the expected response.
[TFS 2010][TFS 2012] 解决 - TF255329: The Following site could not be accessed: http://vsalm2012.no-ip.org/. The Server that you specified did not retur... ...
分类:数据库   时间:2019-09-04 11:52:40    阅读次数:125
csrf攻击
csrf 是跨站点伪造请求,主要利用发请求,浏览器每次都会自动带上 cookie 这个特点。 下面我们看看例子: 例子一: 如果博客园有一个关注博主的api是get请求的话,那这里我新建一个恶意页面: 在访问这个页面那一瞬,img就会跨域get请求这个api,你不知不觉间同时也像博客园这个接口发送了 ...
分类:其他好文   时间:2019-09-04 09:52:01    阅读次数:63
在SharePoint 平台上发布一个Power BI 报表
使用SharePoint 列表数据创建一个桌面版的Power BI 报表 1. Let's use the same data Finance Sample Workbook from Power BI site for this example as well2. Load the data in ...
分类:其他好文   时间:2019-09-04 09:26:15    阅读次数:129
drf框架2-序列化与反序列化
二次封装Response 序列化组件 准备工作 路由 模型:api/models.py 配置:settings.py 简单认识序列化 序列化类:api/serializers.py 序列化视图类:api/views.py 简单认识反序列化 反序列化类:api/serializers.py 序列化视图 ...
分类:其他好文   时间:2019-09-04 00:39:54    阅读次数:108
Sharepoint前端 - Sharepoint站点开发 - 使用restfull API操作站点资源(转备查)
Sharepoint前端 - Sharepoint站点开发 - 使用restfull API操作站点资源 Sharepoint Team Site我们可以创建Site Pages,Site Assets,Document Library,List,Workflow等资源,基本的Web Parts和页 ...
分类:Windows程序   时间:2019-09-04 00:05:40    阅读次数:163
5248条   上一页 1 ... 85 86 87 88 89 ... 525 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!