- 置顶 ·分享
公开的学术报告资源(不定期更新中...)
-
2023-7-18 13:47
-
南信大:国际气象教育与研究协会Conception Note of IAMES Science Forum 系列视频 (koushare.com) 中科大:大气科学前沿论坛 系列视频 (koushare.com) 北大:蔚蓝空间大气科学论坛 蔚蓝空间-大气科学论坛 (koushare.com) 清华:全球变化科学紫荆论坛 系列视频 (koushare.com) 航天宏图 大气海洋大讲堂系 ...
-
1105 次阅读|0 个评论
- 置顶 ·分享
IRCSD交互式快速气候信号检测软件公测中~
-
2024-11-9 00:22
-
Interactive Rapid Climate Signal Detection Software (IRCSD) 是一个基于Dash和Python开发的快速气候信号检测软件。对于输入的未知气候信号,IRCSD集合了多种常见的气候统计步骤,包括选取时间范围、标准化预处理、去趋势、不同的滤波方法和滤波种类等,以计算未知信号与260多种常见的气候指数(如大气、海洋、海冰 ...
-
297 次阅读|2 个评论
热度 1
- 分享
把文字从PDF里复制word, 怎么有效消除每行末尾的换行空格?
-
2025-4-17 02:24
-
通常最直接的方法是使用 JSON 压缩工具 ,例如 https://www.bejson.com/zhuanyi/ 直接压缩之后,空格换行都没有了,非常方便,在线即可完成。
-
69 次阅读|0 个评论
- 分享
把文字从PDF里复制word, 怎么有效消除每行末尾的换行空格?
-
2025-4-17 02:24
-
通常最直接的方法是使用 JSON 压缩工具 ,例如 JSON压缩转义工具-BeJSON.com 直接压缩之后,空格换行都没有了,非常方便,在线即可完成。
-
33 次阅读|0 个评论
- 分享
测试挂载设备的速度
-
2025-4-10 16:46
-
Linux系统下硬盘建议EXT4格式 import os import time # 所有要测试的挂载路径(根据你的截图填写) mount_points = # 测试文件大小(MB) file_size_mb = 1024 # 1GB block_size = 1024 * 1024 # 1MB data = b'0' * block_size def test_disk_speed(mount_path): test_ ...
-
42 次阅读|0 个评论
- 分享
PPTX2MD
-
2025-3-21 18:42
-
https://github.com/ssine/pptx2md 使用方法: -t provide the title file - t 提供标题文件 -o path of the output file - o 输出文件的路径 -i directory of the extracted pictures 提取图片的 i 目录 --image-width the maximum width of the pictures, in px. ...
-
63 次阅读|0 个评论
- 分享
快速解压的方法
-
2025-2-25 10:11
-
Win: https://cn.bandisoft.com/bandizip/help/parallel-extraction/ Linux: https://zhaolog.com/linux/41.html
-
162 次阅读|0 个评论
- 分享
基于dataviewjs实现OB的图片标签汇总
-
2025-2-12 19:46
-
```dataviewjs const term = "{EOF}" const files = dv.pages() const b = files.map(async function(p){ var x = await app.vault.readRaw(p.file.path); x = x.split("\n### ").filter(p = p.slice(0, term.length) == term) ; // 使用replace方法,把 ! ] 替换成用 img 标签包裹的 ...
-
127 次阅读|0 个评论
- 分享
linux Tiling shell与PowerToys
-
2024-11-4 16:00
-
重装系统后困扰好久的问题,终于解决了~ 问题:安装Linux PowerToys并不能启动Fancy Zones功能 原因:Fancy Zones由Tiling Shell支持,自动安装的Tiling Shell与Gnome版本不兼容 解决办法:下载合适的Tiling Shell https://github.com/domferr/tilingshell
-
148 次阅读|2 个评论
热度 1
- 分享
ubuntu系统shutdown的失败的可能原因
-
2024-11-1 02:02
-
问题: failed to unmount /oldroot: Device or resource busy failed to unmount /oldroot/sys: Device or resource busy shutdown : failed to finalize file systems, ignoring https://forum.endeavouros.com/t/failed-to-unmount-oldroot-on-shutdown/9792/13 解决办法: https://bugs.launchpad.ne ...
-
133 次阅读|0 个评论
本页有 1 篇日志因作者的隐私设置或未通过审核而隐藏