摘要: indexToExcelColumn = (index)=>{ // 自然数 if (typeof index !== 'number') return false; if (Number.isNaN( index )) return false; if ( (1 / index) < 0 ) re 阅读全文
posted @ 2021-06-15 13:53 wosperry 阅读(150) 评论(0) 推荐(0)
摘要: /// <summary> /// 获取Excel实际列索引 /// </summary> /// <param name="columnName">Excel列名</param> /// <returns>int格式索引</returns> public int GetColumnIndex(st 阅读全文
posted @ 2021-06-15 13:51 wosperry 阅读(188) 评论(0) 推荐(0)
摘要: Win10安装Linux子系统 1. 正常情况 步骤1 - 启用 Windows Linux版本子系统(Windows Subsystem for Linux) dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsy 阅读全文
posted @ 2021-06-15 10:47 wosperry 阅读(944) 评论(0) 推荐(0)