1、既然要用到拼音搜索,我们就需要一个拼音库,在这里我推荐一个第三方包:https://github.com/xmflswood/pinyin-match,在这里首先对这个包的开发者表示万分的感谢。 2.安装第三方包: npm install pinyin-match --save3.在index. ...
分类:
Web程序 时间:
2019-05-22 17:50:09
阅读次数:
604
use USTC Mirror pinyin: fcitx-qt5 kcm-fcitx (configer) fcitx-googlepinyin fcitx-cloudpinyin (remember use BAIDU) ...
分类:
编程语言 时间:
2019-05-21 22:38:35
阅读次数:
139
void Main() { var index = 0; var count = CM_BookPages.Count(p=>p.PinYin == null || p.PinYin == ""); this.Connection.Open(); foreach (var page in CM_Bo... ...
分类:
其他好文 时间:
2019-04-07 21:48:58
阅读次数:
320
1.汉字: 直接添加对应的 filterable 2.拼音: 穿梭框和选择器的实现方式有所不同 选择器: <1>下载pinyin-match: npm i --save pinyin-match <2>在main.js引入并注册为全局属性 import PinyinMatch from 'pinyi ...
分类:
其他好文 时间:
2019-03-22 18:33:48
阅读次数:
1549
import pinyin.cedict # 转拼音 # nǐhǎo print(pinyin.get('你好')) # ni hao print(pinyin.get('你好', format="strip", delimiter=" ")) # ni3hao3 print(pinyin.get(... ...
分类:
编程语言 时间:
2019-03-07 15:44:35
阅读次数:
224
Step1: 安装Fcitx。打开命令窗口(Alt+Ctrl+T),输入sudo apt install fcitx fcitx-googlepinyin fcitx-table-wbpy fcitx-pinyin fcitx-sunpinyin 命令。当然,可根据需要选择其中部分输入法。 Step ...
分类:
系统相关 时间:
2019-02-19 13:19:15
阅读次数:
194
其实是一个笨方法...但很有效 (个人经验,仅供参考) 实测环境:Debian 9 64bit gnome3 起因是使用apt-get安装了fcitx fcitx-pinyin fcitx-tools,后执行 im-config 配置,又卸载了ibus。 不知道哪里出了问题,登出gnome3后无法再 ...
分类:
系统相关 时间:
2019-02-13 21:02:56
阅读次数:
721
/** * Created by PhpStorm. * User: Administrator * Date: 2019/1/2 0002 * Time: 下午 1:01 */ class PinYin { private $dict_list = array( 'a' => -20319, 'a... ...
分类:
Web程序 时间:
2019-01-28 22:25:28
阅读次数:
154
https://rime.im/https://github.com/rime/weasel/pulse 打不出中文可能是,没有五笔需要的文件: wubi_pinyin.schema.yamlCtrl+. 切换全角半角符号 小狼毫取消F4呼出方案选单,记得调整空格 我这个设置的热键只有 ctrl+~ ...
分类:
其他好文 时间:
2019-01-12 01:03:34
阅读次数:
357
sudo apt-get install ibus-pinyin sudo ibus-setup ...
分类:
系统相关 时间:
2018-12-20 23:19:26
阅读次数:
277