logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ElasticSearch

Elastic Search 是一个基于Lucene构建的开源,分布式,RESTful搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。支持通过HTTP使用JSON进行数据索引。Install cd /optcurl http://cloud.github.com/downloads/elasticsearch/elasticsearch/elasticse

#lucene#搜索引擎#json +1
Linux注册系统服务

注册一个系统服务,开机自启动.1 脚本编写#vim test.sh#!/bin/bash#description: hello.sh#chkconfig: 2345 20 81EXEC_PATH=/usr/local/EXEC=hello.shDAEMON=/usr/local/hello.shPID_FILE=/var/run/hello.sh.pid.

linux串口传输文件

需要从FPGAm上传输文件到PC机上,下面是串口传输文件的小程序,可以测试下串口buffer的大小,我电脑上大概4K多,也可以测试串口寄存器大小读入读出大小,我这里是32bytes。write.c#include#include#include#include#include#include#incl

#linux
linux下GTK+配置

上面是linux下GTK+配置所需要的库,关于各个库的功能,查看http://www.gtk.org/overview.php,至于库的下载在http://www.gtk.org/download/linux.php。linux下GTK+的一键安装和配置:(fedora16和centos下配置成功)必要组件:# yuminstall gtk2 gtk2-d

#linux#centos#windows +1
shell执行过程简介

[root@fire cgi-bin]# export TEST="Hello> Wolrd> From> Linux"[root@fire cgi-bin]# echo $TESTHello Wolrd From Linux[root@fire cgi-bin]# echo "$TEST"HelloWolrdFromLinux[root@fire cgi-bin]# e

#linux#测试
到底了