简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
Elastic Search 是一个基于Lucene构建的开源,分布式,RESTful搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。支持通过HTTP使用JSON进行数据索引。Install cd /optcurl http://cloud.github.com/downloads/elasticsearch/elasticsearch/elasticse
注册一个系统服务,开机自启动.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.
需要从FPGAm上传输文件到PC机上,下面是串口传输文件的小程序,可以测试下串口buffer的大小,我电脑上大概4K多,也可以测试串口寄存器大小读入读出大小,我这里是32bytes。write.c#include#include#include#include#include#include#incl
上面是linux下GTK+配置所需要的库,关于各个库的功能,查看http://www.gtk.org/overview.php,至于库的下载在http://www.gtk.org/download/linux.php。linux下GTK+的一键安装和配置:(fedora16和centos下配置成功)必要组件:# yuminstall gtk2 gtk2-d
[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