6/19 10x shop 9通 长期 无权 搜244
摘要:6/19 10x shop 9通 长期 无权 孤岛 搜244 6/19 10x shop 9通 长期 无权 仙境 搜244 6/19 10x shop 9通 长期 无权 焦土 搜244 6/19 10x shop 9通 长期 无权 中心岛 搜244 6/19 10x shop 9通 长期 无权 瓦尔
阅读全文
posted @
2020-06-19 10:23
mrma1989
编辑
使用CDH maven存储库
摘要:pom.xml中配置 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.a
阅读全文
posted @
2020-06-14 18:52
mrma1989
阅读(556)
推荐(0) 编辑
Spark Scala 将数据保存到Mysql
摘要:1添加pom.xml配置 <build> <sourceDirectory>src/main/scala</sourceDirectory> <testSourceDirectory>src/test/scala</testSourceDirectory> <plugins> <plugin> <g
阅读全文
posted @
2020-06-14 18:14
mrma1989
阅读(1151)
推荐(0) 编辑
win10 vmware 升级提示 “无法安装服务VMAuthdService”,请确保您有足够的权限安装系统服务
摘要:可以尝试下面的设置,获取超级管理员权限,看看在超级管理员账户里的操作是否正常:1. 打开开始菜单,输入【CMD】找到 【命令提示符】,右击【以管理员身份打开】2. 在【命令提示符(管理员)】中,输入如下命令后回车:net user administrator /active:yes3. 重启电脑,登
阅读全文
posted @
2020-06-11 15:43
mrma1989
阅读(3592)
推荐(0) 编辑
windows 查看文件 MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512码
摘要:在CMD中 certutil -hashfile 文件路径 SHA1 certutil -hashfile -? 用法: CertUtil [选项] -hashfile InFile [HashAlgorithm] 通过文件生成并显示加密哈希 选项: -Unicode -- 以 Unicode 编写
阅读全文
posted @
2020-06-11 12:30
mrma1989
阅读(990)
推荐(0) 编辑
IIS 解决asp.net 网站第一次访问过慢的解决方案
摘要:一、调整应用程序池 (1)将应用程序池高级属性中的启动模式更改为”AlwaysRunning” (2)将应用程序池高级属性中的回收固定间隔时间更改为0,取消固定间隔时间回收 (3)将应用程序池高级属性中的特定时间回收,设置为访问量较少的时间 (4)将应用程序池高级属性中的闲置超时更改为0 二、在.n
阅读全文
posted @
2020-06-08 16:51
mrma1989
阅读(1484)
推荐(0) 编辑
mysql 自动维护更新时间
摘要:创建更新字段时添加 ON UPDATE CURRENT_TIMESTAMP CREATE TABLE `emp` ( `id` INT(11) DEFAULT NULL, `name` VARCHAR(100) DEFAULT NULL, `deg` VARCHAR(100) DEFAULT NUL
阅读全文
posted @
2020-06-06 14:06
mrma1989
阅读(431)
推荐(0) 编辑
hadoop mr 执行完毕,无法查看日志
摘要:Failed redirect for xxxxxxxxxxx Failed while trying to construct the redirect url to the log server. Log Server url may not be configured Unknown cont
阅读全文
posted @
2020-06-06 11:36
mrma1989
阅读(707)
推荐(0) 编辑