一,引言 前两天遇到了Azure Blob Storage 需要迁移到另外的一个 Azure Blob Storage 中。手动下载、上传已经无法满足了,得另寻一种方式了 AzCopy。Azure 为我们提供了 AzCopy,它其实是一个命令行实用工具,可用于向/从存储账户复制 Blob 或文件。 ...
分类:
其他好文 时间:
2021-05-24 15:10:39
阅读次数:
0
npm config -h npm config list prefix 为 --globa 的安装路径 npm config edit 调用notepad编辑 npm ls npm list -g 全局模块 npm list recast ...
分类:
其他好文 时间:
2021-05-24 14:55:51
阅读次数:
0
有个项目用ckeditor富文本插件了,客户要有首行缩进按钮, 最开始用的官网上的document模式,这个模式从work直接拷贝过来的格式很友好,但我们的项目居然用了 *{ margin: 0; padding: 0; box-sizing: border-box; } 这个东西去除样式,这会导致 ...
分类:
其他好文 时间:
2021-05-24 14:29:34
阅读次数:
0
1 idea File 》 Settings 》Editor 》File Endcoding 》 UTF-8 2 idea 》 Edit Configuration tomcat Server 》VM options 》-Dfile.encoding=UTF-8 3 tomcat\conf 》log ...
分类:
其他好文 时间:
2021-05-24 14:24:24
阅读次数:
0
方案一: 如果是集成CDH环境,首先检查/etc/hive/conf目录下是不是有atlas-application.properties文件,如果没有,从atlas路径下copy一份过去 方案二: 如果确认文件已经有了,导入还是报错,强行修改import-hive.sh文件,指定HIVE_CP=/ ...
分类:
其他好文 时间:
2021-05-24 13:38:19
阅读次数:
0
1.前言 实现被遮挡部分高亮的shader 2.完整shader Shader "Custom/HiddenHilight" { Properties { _Color ("Color", Color) = (1,1,1,1) _MainTex ("Albedo (RGB)", 2D) = "whi ...
分类:
其他好文 时间:
2021-05-24 13:02:50
阅读次数:
0
MSDN中有一句话:One of the primary architectural philosophies used in building WPF was a preference for properties over methods or Depenevents. 这句话的意思就是WPF的 ...
分类:
其他好文 时间:
2021-05-24 12:44:16
阅读次数:
0
一、Window -> Preperences -> 搜索Validation如图,只保留如下选项,其他全部取消勾选 如果只有此方法好像作用不大,则继续操作第二步(如下) 二、Project -> Properties -> Builders把箭头标注的两项取消掉 ————————————————版 ...
分类:
系统相关 时间:
2021-05-24 10:51:00
阅读次数:
0
Connection conn = DriverManager.getConnection(dbURL, properties); if (conn != null) { Statement statement = conn.createStatement(); ResultSet resultSe ...
分类:
数据库 时间:
2021-05-24 10:40:20
阅读次数:
0
== MalformedByteSequenceException: 1字节的 UTF-8 序列的字节 1 无效 记住,每次修改了配置之后都 clean 一下,把 target 删除 == 去掉 pom.xml 中的 properties <properties> <maven.compiler.s ...
分类:
数据库 时间:
2021-05-24 10:16:57
阅读次数:
0