搜索资源列表
Ginputmethod
- 智能输入:选词和组句准确率高,能聪明地理解您的意图,短句长句,随想随打。 时尚语汇:海量词库整合了互联网上的流行语汇和热门搜索词,提供快速更新机制,新词新句一网打尽。 个性定制:将使用习惯和个人字典同步在 Google 帐号,并可主动下载最符合用户习惯的语言模型。一个跟您走的个性化输入法。 丰富扩展:提供扩展接口允许广大开发者开发和定义更丰富的扩展输入功能,为谷歌拼音输入法带来无限可能。 多彩体验:在重要节假日、纪念日显示 Google 风格的徽标。利用输入仪表盘实时显示准确率,
Java-source-code-case
- 描述Java语言实现各种基本功能,如文字处理,网页制作,HTML文件转换成XML输出,转换XSLT文件到标准输出,实现了目录的列表显示等等,内容丰富!-Descr iption of basic Java language features such as word processing, creating web pages, HTML documents into XML output, convert XSLT files to standard output, to achieve th
Pinyin1
- 汉字转拼音,使用二分法查找,不考虑多音字问题-Chinese convert to Pinyin, use binary search, without regard to multi-tone word problem
WordtoHtml1
- word转换html的java实现,提供了一个详细的模板,额外功能可以酌情添加-word convert html java implementation, providing a detailed template, additional features can be added as appropriate。
jacob_1.9_src
- 项目开发过程中,需求涉及到了各种文档转换为HTML或者网页易显示格式,现在将实现方式整理如下: 一、使用Jacob转换Word,Excel为HTML“JACOB一个Java-COM中间件.通过这个组件你可以在Java应用程序中调用COM组件和Win32 libraries。”首先下载Jacob包,JDK1.5以上需要使用Jacob1.9版本(JDK1.6尚未测试),与先前的Jacob1.7差别不大1、将压缩包解压后,Jacob.jar添加到Libraries中;2、将Jacob.dll放至“WI
pdfconv
- 通过java代码,将word文档转换成pdf的工具,也可以转换其它OpenOffice支持的格式的文档。需要系统中已安装OpenOffice,并设置好路径。-Java code to convert a word document into a pdf. Also can convert other OpenOffice supported format documents. Need OpenOffice installed, and set the path.
FileConverter
- 文件转换工具,可以将Word 文档转换成HTML文档,然后通过HTML 文档转化为PDF文档,及最后实现将Word转换为PDF文档-File conversion tool that can convert Word documents into HTML documents, and then through the HTML document into a PDF document, and the final realization of the Word convert PDF docu
convert-html-to-word
- 使用java编程实现将html转换成word-convert html file to word
Money
- 给定一个浮点数,将其转换为金额的中文大写形式的字符串。例如,123.45表示为“壹佰贰拾叁元肆角伍分”。 注意以下几种情况: A.当金额为整数时,只表示整数部分,省略小数部分,并添加“整”字,例如123表示成“壹佰贰拾叁元整”。 B.当金额中含有连续的0时,只需写一个“零”即可。例如10005表示为“壹万零伍元整”。 C.10的省略表示。例如110表示为“壹佰壹拾元整”,而10表示为“拾元整”。 D.100表示为“壹佰元整”,1000表示为“壹仟元整”-Given a flo
pdfconv
- 通过java代码,将word文档转换成pdf的工具,也可以转换其它OpenOffice支持的格式的文档。需要系统中已安装OpenOffice,并设置好路径.-By java code to convert word documents into pdf tool, it can convert other format supported by OpenOffice documents. Require the system has been installed OpenOffice, and
Base64ImageUtils
- 是关于base64编码转换成图片的方法,当时用来将word转换成html之后,图片转换成了base64编码的形式,需要还原成图片-About base64 encoding is converted into a picture of the way the word was used later to convert html, image converted into base64-encoded form, we need to restore the image
cms
- 可以通过poi将word文档转换为html,然后进行页面展示(You can convert the word document to HTML via POI, and then display the page)