- 博客(6)
- 收藏
- 关注
原创 neo4j REST API 节点操作
1、访问root目录 服务器根目录是REST API操作的开始点。包含数据库基本开始点,一些版本信息和扩展信息。 curl -D - -H "Accept:application/json" "http://192.168.10.65:7476/db/data/" 2、以json格式输出 curl -D - -H "Accept:application/json" -H "X-St
2013-09-26 18:31:43
2464
原创 Nginx.conf的基本结构
主配置文件:nginx.conf nginx.conf的基本结构 全局内容 events { events内容 } http { http内容 server { server内容 } server { server内容 } http内容 }
2013-09-26 17:13:27
516
原创 Nginx的启动、停止和重载
1、启动 ./nginx 或者 service nginx start (加载默认配置文件) ./nging -c 配置文件路径 (加载指定配置文件) 2、停止 service nginx stop kill -QUIT nginx主进程号 pkill -9 nginx 3、重载 (重新加载配置文件) service nginx reload nginx -t
2013-09-26 17:03:16
928
原创 Nginx的安装
1、编译工具 yum -y install gcc gcc-c++ autoconf automake 2、依赖的模块 yum -y install zlib zlib-devel openssl openssl-devel pcre pcre-devel 3、下载 4、安装 tar nginx压缩包 cd nginx目录 ./configure 编译选项
2013-09-26 16:55:16
583
原创 Neo4j的基本配置项
数据库位置 配置项:org.neo4j.server.database.location=data/graph.db 位于:conf/neo4j-server.properties 服务器IP 配置项:org.neo4j.server.webserver.address=0.0.0.0 位于:conf/neo4j-server.properties 服务器端
2013-09-26 16:54:54
1242
转载 在一台机器上同时运行多个Neo4j实例
Neo4j can be set up to run as several instances on one machine, providing for instance several databases for development. To configure, install two instances of the Neo4j Server in two different direc
2013-09-26 14:47:30
3481
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人