11 2014 档案

摘要:现在手上有个需求是要将pdf转换为一页一页的image.最开始找到的是pdfbox来处理pdf的.在pdfbox.apache.org的官网首页写了一句'convert you pdfs to image files'.所以最开始就使用pdfbox来作为转换库.但是在后面却发现出现了一个问题.由于暂... 阅读全文
posted @ 2014-11-28 17:21 张巍的博客 阅读(4097) 评论(1) 推荐(0)
摘要:### ikvm.net是什么http://www.ikvm.net/ ikvm.net是能够运行在mono和.net framework的java虚拟机。它包括了+ 在.net中实现的一个java虚拟机+ java类库的.net实现+ java和.net的互操作工具 它可以再.net中使用ja... 阅读全文
posted @ 2014-11-27 12:05 张巍的博客 阅读(2986) 评论(0) 推荐(1)
摘要:使用hexo在github上写blog--------------------------####安装nodejs>http://nodejs.org/#### 安装hexo```npm install -g hexo``` ###创建`bolg`文件夹安装完成后在自己的工作目录创建一个文件夹```... 阅读全文
posted @ 2014-11-26 15:59 张巍的博客 阅读(384) 评论(0) 推荐(0)
摘要:solr searcher--------------------------前面我配置好了solr,并且数据库建立索引也完成了。#### 为php添加搜索 首先下载solrphp http://wiki.apache.org/solr/SolPHP 在solrphp里面包括了一个/Apache... 阅读全文
posted @ 2014-11-21 17:07 张巍的博客 阅读(583) 评论(0) 推荐(0)
摘要:solr集成mmseg4j分词-----------------------#### mmseg4jhttps://code.google.com/p/mmseg4j/https://github.com/chenlb/mmseg4j-solr作者blog http://blog.chenlb.c... 阅读全文
posted @ 2014-11-20 15:45 张巍的博客 阅读(4545) 评论(0) 推荐(0)
摘要:将数据库表导入到solr索引-------------------------------------1. 编辑solrcofnig.xml添加处理器 data-config.xml 2. 创建一个名为data-config.xml的文件并保存如下内容到conf目录(也就... 阅读全文
posted @ 2014-11-19 15:08 张巍的博客 阅读(3748) 评论(0) 推荐(0)
摘要:Tomcat and solr -------------------------------#### tomcat 安装下载安装tomcat8.0 http://tomcat.apache.org/download-80.cgi wget http://apache.dataguru.cn/to... 阅读全文
posted @ 2014-11-15 14:32 张巍的博客 阅读(353) 评论(0) 推荐(0)
摘要:English Metric Units and Open XML------------------------------------在Open XML里使用了English Metric Units(EMUs)来作为度量单位。比如 public class Extent : OpenXmlLe... 阅读全文
posted @ 2014-11-14 16:45 张巍的博客 阅读(1401) 评论(0) 推荐(1)