摘要:
using System; using System.Linq; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System. 阅读全文
posted @ 2019-08-25 14:26
大吉利new
阅读(137)
评论(0)
推荐(0)
摘要:
{ color: ['#73a195', '#006e5d','#4B8BF4', '#05B7F7'], tooltip: { trigger: 'axis', axisPointer: { // 坐标轴指示器,坐标轴触发有效 type: 'shadow' // 默认为直线,可选为:'line' 阅读全文
posted @ 2019-08-25 14:25
大吉利new
阅读(521)
评论(0)
推荐(0)
摘要:
Excel中如何获取汉字拼音首字母在工作中,为了方便查询、排序或者编码,需要生成汉字内容信息的首字母,如果信息很多的话,一个个录入是一件很麻烦的事情,下面给大家介绍一个便捷的方法,轻松获取汉字拼音首字母信息。 最终效果如下: 工具/原料 Microsoft Excel 2010 一、新建Excel文 阅读全文
posted @ 2019-08-25 14:21
大吉利new
阅读(6269)
评论(0)
推荐(0)
摘要:
Excel中文转拼音(完整版)打开Excel->工具->宏->Viaual Basic编辑器在弹出来的窗口中对着VBAproject点右键->插入->模块下面会出现一个名为"模块1",点击在右边的空白栏中粘贴以下内容: Function pinyin(p As String) As Stringi 阅读全文
posted @ 2019-08-25 14:19
大吉利new
阅读(5755)
评论(0)
推荐(0)