09 2020 档案
摘要:找到一个解决办法: 但是在secureCRT始终显示下划线,不显示高亮,在putty下显示高亮 解决方法: 使用vi打开/etc/profile 添加 export TERM=xterm-color 然后执行 source /etc/profile
阅读全文
摘要:```python def kv2sparse(lines, num_cols, sep=',', kv_sep=':', hash_key=False): """ 解析kv格式的数据. Parameters lines : string or string tensor the input dat
阅读全文
摘要:```python import threading def _task(func, args, n_thread=8): # 多线程并发执行所有任务 threads = map(lambda : threading.Thread(target=func, args=args), range(len
阅读全文
摘要:发一个别人整理的一个手册, 和包含了大部分实际应用中的算法。 * AI算法工程师手册 https://www.bookstack.cn/read/huaxiaozhuan-ai/5fb26f9d30c55109.md
阅读全文
摘要:## macOS下如何将音频输出转为输入 * 用途:google翻译, 钉钉同时录屏和声音, ... * soundflower 已经不支持在 macos big sur 系统里安装。 有一个代替的开源驱动BlackHole, 安装还更加简单。 * 参考 https://github.com/Exi
阅读全文