`
文章列表

android

  NinePatch, 中文解释    
  target: linux无X环境下非手动截图   参考: CentOS下网站截图软件CutyCapt的安装 ubuntu cli下screenshot测试 网页截屏的方法 使用webkit实现网页缩略图 linux命令行抓取网页快照 命令行方式下的网页截图工具 python-
配置 nginx.conf       location /RPC2 {                 include scgi_params;                 scgi_pass 127.0.0.1:5000;                 #scgi_pass unix:///tmp/rpc.socket;         }   ~/.rtorrent.rc scgi_port = localhost:5000     制作种子(http seeding, http://172.16.42.57:8080/tmp/bt/应该有dir) ...

BitTorrent

协议规范 http://blog.csdn.net/wangpingfang/article/category/546550 http://blog.csdn.net/lightest/article/category/46023 http://www.bittorrent.org/beps/bep_0000.html   comparison http://en.wikipedia.org/wiki/Comparison_of_BitTorrent_clients http://en.wikipedia.org/wiki/Comparison_of_BitTorrent_ ...

android基础(2)

/**以下内容主要来源于android-sdk-windows/docs**/    services  Started Service Bound Service  线程模型 A service runs in the main thread of its hosting process—the service does not create its own thread and does not run in a separate process (unless you specify otherwise).   在manifest文件中声明services ...

android基础(1)

/**以下内容主要来源于android-sdk-windows/docs**/ 进程和线程     android的UI是非线程安全的,所以不能在工作线程中访问UI对象,两个简单的原则: 1.不要阻塞UI线程 2.不要在除UI线程外的线程中直接访问UI对象 在工作线程中访问UI对象的方法: Activity.runOnUiThread(Runnable) View.post(Runnable) [url=http://developer.android.com/reference/android/view/View.html#postDelayed(java.lang.Runnable, ...
制作Linux下程序安装包——使用脚本打包bin、run等安装包推荐使用makeself例如./makeself.sh  dir   xxx.bin  "说明文字"  ./run.shdir为目录,包含要处理(安装)的文件run.sh为dir下的脚本文件,运行xxx.bin后会将文件释放到临时目录(默认),再运行run.sh

solr中使用paoding

solr版本3.4.0 paoding版本(Revision154), 下载源代码http://paoding.googlecode.com/svn/trunk/,  到paoding-analysis目录执行build.bat, 生成paoding-analysis.jar   package com.sh2600.test.paoding; import java.io.Reader; import java.util.Map; import net.paoding.analysis.analyzer.PaodingTokenizer; import n ...
http://wiki.apache.org/solr/DataImportHandler   目标 从关系数据库中导入数据   环境 apache-solr-dataimporthandler-3.4.0.jar和apache-solr-dataimporthandler-extras-3.4.0.jar和数据库驱动jar需要放到$solr.home/lib目录下   配置solrconfig.xml   <requestHandler name="/dataimport" class="org.apache.solr.handl ...

Solr tutorial

http://lucene.apache.org/solr/tutorial.html   solr一些基础的用法   启动,使用内嵌的jetty,也可使用容器 java -jar start.jar 启动后访问管理页面http://localhost:8983/solr/admin Indexing Data   使用工具索引文档,  切换到exampledocs目录 java -jar post.jar *.xml post.jar程序将xml文件提交到solr服务建立索引 看看这些xml文件格式,都是<doc></doc>格式化的描 ...

常用链接

    博客分类:
  • misc
无需FanQiangYoutube流畅访问之HOSTS绑定   http://blog.xiaohai.co/wp-content/uploads/2011/07/youtube-hosts.txt       http://forum.springsource.org/showthread.php?72776-RmiInvocationWrapper_Stub-quot-missing-quot-from-org.springframework.context-3.0.0.M3.jar&p=307926 https://jira.springsource.org/br ...

node js

http://nodejs.org   一些有用的modules: https://github.com/joyent/node/wiki/modules#wiki-parsers-xml   Node.js 调试 GC 以及内存暴涨的分析  

网络工具

libev BENCHMARKING LIBEVENT AGAINST LIBEV   http://ifeve.com/netty-definitive-guide-contents/
http://www.kernel.org/pub/software/scm/git/docs/user-manual.html   在Linux上用Apache搭建Git服务器   1. 创建服务端仓库 在git-test目录(见上面Git服务器安装)执行git init --bare   2. 本地开发 从远处仓库clone
最新直接看这里http://wiki.videolan.org/AndroidCompile      之前在redhat5上编译,一堆莫名错误(应该是编译环境/版本问题),懒得整了,装了个ubuntu虚拟机。 操作系统: ubuntu11.04 编译流程看文档 vlc-android/extras/package/android/HOWTO, 下面的内容基本这个HOWTO 可以在真机上运行(2.2),模拟器上没成功 ---------------------------------------------------------------------------------- ...
Global site tag (gtag.js) - Google Analytics