上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 33 下一页
摘要: 来源:Excel文本填充至固定长度_百度知道 (baidu.com) 假设设定长度为5位当A1单元格为“111”时如果想用“_”补齐剩余的2位显示成“111 _ _”则可以用这个公式: =IF(ISERROR(A1&REPT("_",5-LEN(A1))),A1,A1&REPT("_",5-LEN( 阅读全文
posted @ 2022-02-22 13:30 梦醒江南·Infinite 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 原文链接:Git push时报错:Updates were rejected because the tip of your current branch is behind - 简书 (jianshu.com) 将本地仓库关联到远程仓库后,push报错解决办法 先执行命令:git pull --r 阅读全文
posted @ 2022-02-18 16:58 梦醒江南·Infinite 阅读(266) 评论(0) 推荐(0) 编辑
摘要: Oracle Instant Client下载页面 https://www.oracle.com/database/technologies/instant-client/downloads.html libclntsh.so: cannot open shared object file: No 阅读全文
posted @ 2022-01-18 16:17 梦醒江南·Infinite 阅读(307) 评论(0) 推荐(0) 编辑
摘要: Python pip配置国内源 - 暮光微凉 - 博客园 (cnblogs.com) 阅读全文
posted @ 2022-01-14 11:29 梦醒江南·Infinite 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 来源:VLC command-line help - VideoLAN Wiki Running the command vlc --help will create a .TXT file containing all the command-line options. You can also 阅读全文
posted @ 2022-01-09 14:32 梦醒江南·Infinite 阅读(1975) 评论(0) 推荐(0) 编辑
摘要: 点击下方链接查看: GitHub - zhouie/markdown-emoji: Markdown语法支持添加 emoji表情,输入不同的符号码(两个冒号包围的字符)可以显示出不同的表情 阅读全文
posted @ 2021-12-29 16:08 梦醒江南·Infinite 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 在spark-shell中: spark.read.parquet("路径").schema.toList.map(_.name).foreach(println) 阅读全文
posted @ 2021-11-02 23:41 梦醒江南·Infinite 阅读(871) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2021-09-25 11:18 梦醒江南·Infinite 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 来源:https://www.jianshu.com/p/856ce249ed78 1. 将远程分支拉到本地:git fetch origin dev(dev即分支名) 2. 创建本地分支:git checkout -b LocalDev origin/dev (LocalDev 为本地分支名,de 阅读全文
posted @ 2021-09-23 18:12 梦醒江南·Infinite 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 一、在VLC中开启推送UDP流 2022-04-28补充:这里可能与激活转码无关, 注意看一下任务栏图标,是不是打开了多个vlc media player 再打开一个VLC测试一下: 注意:测试可以正常接收到UDP流之后要把上面这步打开的VLC关闭或停止播放,否则在下面的代码中无法播放(原因暂时没搞 阅读全文
posted @ 2021-09-21 21:27 梦醒江南·Infinite 阅读(2105) 评论(2) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 33 下一页