会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
会挽雕弓如满月
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
33
下一页
2022年5月6日
【HBase】删除指定rowkey的记录
摘要: deleteall '表名','rowkey' 示例: deleteall 'ige_graph_newest','ef0e45a0b4819aae95dab0970985740b1'
阅读全文
posted @ 2022-05-06 15:28 梦醒江南·Infinite
阅读(130)
评论(0)
推荐(0)
2022年4月28日
【VLC Media Player】RTSP在线测试URL
摘要: 使用VLC Media Player创建一个rtsp视频源即可。 媒体 => 流 文件 => 添加 (选择视频文件)=> 串流 目标设置 => 选择RTSP => 添加 端口保持默认8554,输入路径也可保持默认,这里设置为/lz 转码选项 新打开一个VLC Media Player测试 媒体 =>
阅读全文
posted @ 2022-04-28 23:36 梦醒江南·Infinite
阅读(3217)
评论(0)
推荐(0)
【LibVLCSharp】如何旋转视频
摘要: 参考:(54条消息) VLC对视频流做翻转、旋转_狂奔之林的博客-CSDN博客_vlc 旋转 以下两个属性要必需同时使用才起效果: options.add("--transform-type=hflip"); //transform-type有很多选项:90、180、270、hflip、vflip、
阅读全文
posted @ 2022-04-28 23:23 梦醒江南·Infinite
阅读(1054)
评论(0)
推荐(0)
2022年4月18日
【Nuget】在visual studio中如何设置本地nuget源
摘要: 参考:(53条消息) 如何安装.nupkg文件_alone_ws的博客-CSDN博客_nupkg是什么文件 记得勾上“预发行版”
阅读全文
posted @ 2022-04-18 16:55 梦醒江南·Infinite
阅读(249)
评论(0)
推荐(0)
2022年4月9日
安装VUE调试工具VUE-DEVTOOLS
摘要: 参考:安装vue调试工具vue-devtools(Edge和Chrome亲测成功) - 灰信网(软件开发博客聚合) (freesion.com)
阅读全文
posted @ 2022-04-09 01:01 梦醒江南·Infinite
阅读(47)
评论(0)
推荐(0)
2022年4月7日
【Hive】Hive客户端命令行官方说明文档
摘要: 原文链接:HiveServer2 Clients Beeline – Command Line Shell Beeline Example Beeline Commands Beeline Properties Beeline Hive Commands Beeline Command Option
阅读全文
posted @ 2022-04-07 15:58 梦醒江南·Infinite
阅读(395)
评论(0)
推荐(0)
【Ambari Hive】设置命令行set白名单
摘要: 在命令行设置 set hive.ddl.output.format=json; 提示出错: Error: Error while processing statement: Cannot modify hive.ddl.output.format at runtime. It is not in l
阅读全文
posted @ 2022-04-07 13:20 梦醒江南·Infinite
阅读(645)
评论(1)
推荐(0)
2022年3月26日
【Slick SQL】如何将列表参数传递到in中
摘要: 参考:scala - implicit value for slick.jdbc.SetParameter[List[Int]] - Stack Overflow 解决办法示例: def myMethod(actions: List[Int]) = sql"""select something fr
阅读全文
posted @ 2022-03-26 13:23 梦醒江南·Infinite
阅读(91)
评论(0)
推荐(0)
2022年3月23日
查看Oracle的表结构
摘要: select column_name,data_type from user_tab_columns where Table_Name='表名';
阅读全文
posted @ 2022-03-23 22:05 梦醒江南·Infinite
阅读(128)
评论(0)
推荐(0)
2022年3月1日
【Airflow】嵌套DAG
摘要: 官方示例: airflow/example_subdag_operator.py at master · jmcarp/airflow (github.com) # -*- coding: utf-8 -*- # # Licensed to the Apache Software Foundatio
阅读全文
posted @ 2022-03-01 23:23 梦醒江南·Infinite
阅读(287)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
33
下一页
公告