博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年10月8日

摘要: 修改编辑器的编码方式:Windows->Prefernces->General->Workspace->Text file encoding编辑器的字体:Windows->Prefernces->General->Appearance->Colors and Fonts->Java,右边Edit 阅读全文

posted @ 2013-10-08 18:36 ShangYT 阅读(120) 评论(0) 推荐(0)

摘要: 火狐划词翻译,https://addons.mozilla.org/zh-CN/firefox/addon/inline-translator/修改hosts: * windows,需要以管理员的身份修改C:\Windows\System32\drivers\etc\hosts, * linux,/etc/hostsechostat|nclocalhost2181 nohup java -Djava.ext.dirs=lib/ -cp WtIndex5.jar com.chanjet.wt.test.press.WtIndex5http://blog.chinaunix.net/uid-... 阅读全文

posted @ 2013-10-08 15:42 ShangYT 阅读(163) 评论(0) 推荐(0)

摘要: term操作,http://wiki.apache.org/solr/TermsComponent/ ,查找指定字段的term、自动补全solr集群,http://wiki.apache.org/solr/SolrCloud/,多个实例形成一个solrCloud,每个实例有多个core。solrcloud可以部署在多个机器(不同ip),也可以部署到一台机器(使用多个port),只要是多个实例即可。集群需要zkHost,可以共用一个,也可以各自使用。管理core,http://wiki.apache.org/solr/CoreAdmin,新建、卸载、重命名、查看状态solrj,http://wi 阅读全文

posted @ 2013-10-08 11:36 ShangYT 阅读(443) 评论(0) 推荐(0)