P9

  关于Oracle数据库的启动和停止 文档

$ORACLE_HOME/bin //进入到oracle的安装目录下的bin目录 $./lsnrctl start //启动监听程序 $./sqlplus /nolog //登陆到sqlplus SQL>startup

yibusky 2011-11-27   2797   0

使用Nginx+Tomcat7在RHEL6.3下实现负载均衡 经验

是服务器集群名称,后面会用到 server localhost:8081 fail_timeout=5; # 添加多个负载服务器的地址、端口及其他负载参数 server localhost:8080;

jopen 2013-02-03   22399   0

[ 翻译 ] Docker结合Consul实现的服务发现(一) 经验

8400:8400 -p 8500:8500 -p 53:53/udp -h server1 progrium/consul \ -server -bootstrap -ui-dir /ui -advertise

ChaD43 2016-05-28   37484   0
Consul   Docker  

Ubuntu 安装 Docker(译) 经验

sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D

jopen 2016-01-03   13526   0
Docker  

37 个强大的 Linux shell 命令 资讯

/usr/local/mysql/bin/$i /usr/bin/$i done 11 Get IP address ifconfig eth0 |grep "inet addr:" |awk '{print $2}'|cut

jopen 2013-09-16   26272   0
Linux  
P41

  Cross-Site Big Table using HBase 文档

replication and failover in read) Peers for a cluster could be nodes in another cluster also. Master-Master

hullic 2015-06-12   1640   0
P31

  Internet Sockets 网络编程指南 文档

listen()--有人给我打电话吗? · accept()--"Thank you for calling port 3490." · send() 和 recv()--Talk to me, baby! · sendto()

erldy 2012-09-05   2594   0
P32

  OPENWRT学习总结 文档

(国家码???) 24 创建mesh 接口 24 设置WDS peer 24 AP和client模式使用4-address 24 wifi启动 25 WEB设置 27 LuCI(Lua Configuration Interface)

A5087437 2016-04-30   2439   0
P32

  openwrt学习心得 文档

(国家码???) 24 创建mesh 接口 24 设置WDS peer 24 AP和client模式使用4-address 24 wifi启动 25 WEB设置 27 LuCI(Lua Configuration Interface)

dresong 2016-10-27   1966   0

Swift Socket 封装库:SwiftSockets 经验

library. Server Sample: let socket = PassiveSocket(address: sockaddr_in(port: 4242)) .

jopen 2014-08-27   73097   0
P23

  Docker技术与实践 文档

Docker操作-容器 docker run -d --dns 172.17.42.1 -p 8080:80 -p 2022:22 -v /data:/data –v /etc/httpd/conf:/etc/httpd/conf

ybnd 2016-02-04   713   0

Nginx v1.11.0 发布 资讯

Feature: the $proxy_protocol_port variable. Feature: the $realip_remote_port variable in the ngx_http_realip_module

jopen 2016-05-25   7005   0
P29

  SQLlite简单教程 文档

company varchar(50), department varchar(16),address varchar(80), id1 interger,id2 integer, updatetime datetime);

lifan0801 2014-03-10   550   0
P22

  OpenVPN-HOWTO中文版 文档

--dport n 为 OpenVPN UDP 实际端口。 # # 在 OpenVPN中,端口号由 --port n 选项控制。 # 如果你将这个选型写入配置文件,你可以去掉 '--'后这一串字符。 # # If

zhouyunmin 2011-10-09   9672   0
P13

  apache+tomcat+mod_jk配置虚拟机文件 文档

端口好更改后启动多个tomcat,看看是否能正常运行,运行正常,说明配置成功。 3. 网站默认以80端口运行,怎么样让tomcat下的网站不输入端口号,直接通过域名访问项目呢? a) 首先安装apache

oowooowo 2013-02-22   4447   0

Live Group Chat:开源的微信群网页直播项目 经验

password. Click Start button. Web site Build meteor application bundle $ cd live-group-chat/server $ meteor

d3fw 2015-04-28   31048   0

Go 微服务工具 Gizmo 经验

This toolkit provides packages to put together server and pubsub daemons with the following features:

jopen 2016-02-15   14932   0

JVM性能调优监控工具jps、jstack、jmap、jhat、jstat使用详解 经验

Main /usr/local/artifactory-2.2.5/etc/jetty.xml 29920 com.sun.tools.hat.Main -port 9998 /tmp/dump.dat 3149 org

jopen 2014-01-28   370257   0
JVM   Java开发  

集群管理器,Apache Mesos 0.26.0 发布 资讯

/ non-ASCII handling [ MESOS-3793 ] - Cannot start mesos local on a Debian GNU/Linux 8 docker machine

jopen 2015-12-20   10097   0

Nginx安装配置详解 经验

in/php-fpm 需要配置php/etc/php-fpm.conf: listen_address  127.0.0.1:9000 #这个表示php的fastcgi进程监听的ip地址以及端口

jopen 2015-06-27   21003   0
1 2 3 4 5 6 7 8 9 10