为了加强MVC的功力,加强练习是少不了的事情。Insus.NET这次想实现文本框的autocomplete功能。在数据创建一张表[PinYin]:插入一些数据:INSERT INTO [dbo].[PinYin] ([Word]) VALUES ('a'),('ai'),('an'),('ang')...
分类:
Web程序 时间:
2014-08-07 12:22:59
阅读次数:
243
private static const PinYin:Object = {"a":"\u554a\u963f\u9515","ai":"\u57c3\u6328\u54ce\u5509\u54c0\u7691\u764c\u853c\u77ee\u827e\u788d\u7231\u9698\u8...
分类:
其他好文 时间:
2014-08-05 14:01:39
阅读次数:
1036
安装的时候没有设置,现在找到之后记录下:
Applications -- System Tools -- Setting -- Regin & Language
点击左下角的 “+”号。
找到Chinese(China) 或者其它Chinese(..)
看到一个Chinese(Intelligent Pinyin)
就是这个...
分类:
其他好文 时间:
2014-07-28 16:25:23
阅读次数:
270
安装输入法框架: sudo apt-get install scim安装输入法: sodu apt-get install scim-pinyin此时启动的输入法的候选词框不随着光标移动,需要安装下面四个包: sodu apt-get install scim-qt-immodule scim...
分类:
系统相关 时间:
2014-07-27 10:03:12
阅读次数:
278
搜狗输入法http://pinyin.sogou.com/linux/wpshttp://community.wps.cn/download/浏览器chrome or FireFox or opera ormaxthon播放器http://www.videolan.org/为知笔记Play on L...
分类:
系统相关 时间:
2014-07-19 13:32:27
阅读次数:
245
在oracle 9i之前,对中文的排序,是默认按2进制编码来进行排序的. 9i时增加了几种新的选择:按中文拼音进行排序:SCHINESE_PINYIN_M按中文部首进行排序:SCHINESE_RADICAL_M按中文笔画进行排序:SCHINESE_STROKE_M而oracle 9i是对中文的排序是...
分类:
数据库 时间:
2014-07-19 00:18:00
阅读次数:
212
模拟器默认的配置种没有“小地球”,只能输入英文。加入中文方法如下:
选择Settings--->General-->Keyboard-->International KeyBoards-->Add New Keyboard-->Chinese Simplified(PinYin) 即我们一般用的简体中文拼音输入法,配置好后,再输入文字时,点击弹出键盘上的“小地球”就可以输入中文了。...
分类:
移动开发 时间:
2014-06-30 19:53:57
阅读次数:
234
The following packages should be installed:scimscim-tables-zh (this includes Wubi input method)scim-tables-pinyin (this includes Pinyin input method)s...
分类:
系统相关 时间:
2014-06-30 13:18:56
阅读次数:
450
sudo apt-get install ibus ibus-pinyin im-switchsudo apt-get install ibus-googlepinyinim-switch -s ibusibus-setup
分类:
其他好文 时间:
2014-06-28 16:01:58
阅读次数:
214
汉字转拼音的库主要是:pinyin https://github.com/hotoo/pinyinPYMethod https://github.com/a85816841/PotentialGragonSnail/tree/master/ql/lib/pinyingPOAPinyin h...
分类:
移动开发 时间:
2014-06-27 13:31:58
阅读次数:
232