摘要:
我的vim colorscheme - 白色之夜 - 博客园我的vim colorschemeyerik_day.vim 样例yerik_night.vim 样例猛击这里下载 阅读全文
posted @ 2012-11-21 10:05
lexus
阅读(249)
评论(0)
推荐(0)
|
摘要:
我的vim colorscheme - 白色之夜 - 博客园我的vim colorschemeyerik_day.vim 样例yerik_night.vim 样例猛击这里下载 阅读全文
posted @ 2012-11-21 10:05
lexus
阅读(249)
评论(0)
推荐(0)
摘要:
alias name 阅读全文
posted @ 2012-11-21 10:04
lexus
阅读(180)
评论(0)
推荐(0)
摘要:
Ubuntu Gutsy-配置VIM下面的Python环境_Ubuntu高地_百度空间不知道为什么,我的vi安装了vim-python以后依然没有语法加亮和自动缩进功能,使用起来非常的不顺手。今天下定决心,自己Google一下,终于搞定。完成以后有一下功能:1、Python语法加亮2、自动缩进3、自动补全4、自动完成哈哈,用起来是否顺手。在这里记录一下,配置过程。1、安装软件包,最好安装vim-f... 阅读全文
posted @ 2012-11-21 00:00
lexus
阅读(301)
评论(0)
推荐(0)
摘要:
Python VIM 开发环境配置 [Python俱乐部]Python VIM 开发环境配置1. VIM python 自动补全插件:pydiction这是一个相当不错的 Python 代码自动完成的脚本。可以实现下面python代码的自动补全:简单python关键词补全python 函数补全带括号python 模块补全python 模块内函数,变量补全from module import sub... 阅读全文
posted @ 2012-11-20 23:47
lexus
阅读(427)
评论(0)
推荐(0)
摘要:
but i didn't suite the operate idionsit's integraltice suggest is great 阅读全文
posted @ 2012-11-20 23:35
lexus
阅读(141)
评论(0)
推荐(0)
摘要:
Wing IDE Pro v. 4.1.9-1 Python - Wingware Python IDE4.1.9-1 Installers Patches Docs Source Python Python must be installed separately, if you don't already have it.Python1.5.2Python 1.5.2 inst... 阅读全文
posted @ 2012-11-20 23:24
lexus
阅读(239)
评论(0)
推荐(0)
摘要:
使用maven开发的项目,如何更方便地提取第三方包 - 莫正华 - 博客频道 - CSDN.NET 使用maven开发的项目,如何更方便地提取第三方包 2010-06-14 18:18 1985人阅读 评论(1) 收藏 举报 如果你的项目使用maven构建的话,当项目要上线,部署到服务器上去的时候或许会碰见这样的问题。问题就是,服务器上没有maven的环境,也就是说,项目所依赖到的那些仓库(rep... 阅读全文
posted @ 2012-11-20 16:06
lexus
阅读(553)
评论(0)
推荐(0)
摘要:
SLF4J Error CodesFailedto load class org.slf4j.impl.StaticLoggerBinderThis error is reported when the org.slf4j.impl.StaticLoggerBinder class could not be loaded into memory. This happens when no app... 阅读全文
posted @ 2012-11-20 15:40
lexus
阅读(238)
评论(0)
推荐(0)
摘要:
maven加载自己的包 | zlmind个人博客要引入外部的包,最好是将这些外部包发布到仓库,以Maven的方式来管理这些外部包 mvn install:install-file -Dfile=外部包的路径-DgroupId=外部包的groupId-DartifactId=外部包的artifactId-Dversion=外部包的版本号-Dpackaging=jar整理如下mvn install:i... 阅读全文
posted @ 2012-11-20 09:14
lexus
阅读(237)
评论(0)
推荐(0)
摘要:
The Stanford NLP (Natural Language Processing) GroupStanford Word Segmenter Download | Mailing Lists | Release history Tokenization of raw text is a standard pre-processing step for many NLP tasks. Fo... 阅读全文
posted @ 2012-11-20 09:04
lexus
阅读(540)
评论(0)
推荐(0)
摘要:
Thrift java服务器与客户端示例 - john c - 博客园Thrift java服务器与客户端示例Posted on 2011-06-19 03:04 john c 阅读(3540) 评论(0) 编辑 收藏 简单的实现一个PING的功能1.安装thrifthttp://thrift.apache.org/download/人人网镜像下载:http://labs.renren.com/... 阅读全文
posted @ 2012-11-20 09:00
lexus
阅读(369)
评论(0)
推荐(0)
摘要:
四号程序员 – Linux下编译Thrift 0.7.0Linux下编译Thrift 0.7.0Aug30th2011Leave a CommentWritten by coder4对与版本更新频繁的项目一直都没有好感。比如Cassandra,比如Thrift,天天更新的能靠谱么…… Anyway,用什么不是我能决定的了,还是老老实实编译Thrift吧……需求就是,至少(也只需要)支持C++和Py... 阅读全文
posted @ 2012-11-20 08:59
lexus
阅读(294)
评论(0)
推荐(0)
摘要:
GrepCode: stanford-corenlp-1.3.3.jar - Java Project - Source Code Stanford CoreNLP provides a set of natural language analysis tools which can take raw English language text input and give the base fo... 阅读全文
posted @ 2012-11-20 02:40
lexus
阅读(439)
评论(0)
推荐(0)
摘要:
Apache ThriftExampleApache Thrift allows you to define data types and service interfaces in a simple definition file. Taking that file as input, the compiler generates code to be used to easily build ... 阅读全文
posted @ 2012-11-20 02:12
lexus
阅读(231)
评论(0)
推荐(0)
摘要:
tkang's blogcars, s/w engineering, economics, and beer!!!Tuesday, July 13, 2010Thrift Server-Client in Python1. Write Thrift stub code[tkang@neb005 thrift]$ vi helloworld.thrift?1234567891011const str... 阅读全文
posted @ 2012-11-20 02:10
lexus
阅读(164)
评论(0)
推荐(0)
摘要:
thrift 开发教程 - nick的日志 - 网易博客thrift 开发教程 2011-05-27 15:27:29|分类: thrift |标签: |字号大中小订阅1 编写thrift文件(如aa.thrift)namespace java com.tv189.uc.thriftnamespace cpp thrift.vdbnamespace rb thrift.vdbnamespace ... 阅读全文
posted @ 2012-11-20 01:25
lexus
阅读(504)
评论(0)
推荐(0)
摘要:
Thrift - GeilThingsThriftFrom GeilThingsJump to: navigation, search Thrift General Version 0.9.0 Stable 0.9.0 Function Remote procedure call framework Scripts Links Website Thrift Wikipedia T... 阅读全文
posted @ 2012-11-20 01:11
lexus
阅读(1726)
评论(0)
推荐(0)
摘要:
四步完成跨平台调用——thrift的开发应用 - Birdshover - 博客园四步完成跨平台调用——thrift的开发应用一、安装thrift首先,你要有个Linux平台,反正安装好了就行,用不着太多的东西。thrift这个东东可以在http://www.thrift-rpc.org/下载。具体在http://www.thrift-rpc.org/?p=thrift.git;a=shortlo... 阅读全文
posted @ 2012-11-20 01:05
lexus
阅读(336)
评论(0)
推荐(0)
摘要:
google proto buffer使用 - MR_H - 博客园google proto buffer使用听说google proto buffer(以下简称protobuf)已经很久了,但是一直没有尝试使用它。其中一个原因是,项目组自己写了个打包和解包的工具,而且代码也简单,可以很方便的扩展到自动生成xml之类的配置文件,已经能很好的符合项目的需要。但是最近发现protobuf有个很不错的功... 阅读全文
posted @ 2012-11-20 00:37
lexus
阅读(396)
评论(0)
推荐(0)
摘要:
Thrift的简单使用 - Season In The Code - 博客频道 - CSDN.NET Thrift的简单使用 分类: Facebook技术 2010-02-04 19:24 3658人阅读 评论(0) 收藏 举报Thrift( http://github.com/facebook/thrift )是一个跨语言服务部署架构,2007年由Facebook开发,之后在2008年加到... 阅读全文
posted @ 2012-11-20 00:34
lexus
阅读(333)
评论(0)
推荐(0)
|