P41

  数据库备份恢复方案 文档

ora和tnsnames.ora文件,查看bcor数据库的描述是否正确。以bcoracle身份执行lsnrctl start L0启动监听,即可进行bcor数据库的连接。(目前以上文件状态是: -rwxrwxrwx 1 bcoracle

attach 2012-04-11   3694   0
P4

  Oracle RAC 测试--失效备援和负载均衡 文档

=   (DESCRIPTION =     (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.0.251)(PORT = 1521))     (LOAD_BALANCE

wikiwei 2013-10-24   2465   0

[原]Spring Boot(1)-快速构建应用 经验

(1)集中式配置(application.properties)+注解,大大简化了开发流程 (2)内嵌的Tomcat和Jetty容器,可直接打成jar包启动,无需提供Java war包以及繁琐的Web配置 (3)提供了Sp

totl 2016-08-19   53868   0

PHP获取远程文件大小 经验

200 OK [Date] => Sat, 29 May 2004 12:28:14 GMT [Server] => Apache/1.3.27 (Unix) (Red-Hat/Linux) [Last-Modified]

jopen 2014-10-31   20046   0
PHP   PHP开发  

微型Java Web框架:pippo 经验

Artifacts Pippo Core pippo-core (jar) Pippo Jetty pippo-jetty (jar) Pippo Freemarker pippo-fremarker (jar)

jopen 2014-11-04   22868   0
P30

  管理员必须掌握的常用命令 文档

时非常有用。      用法:nbtstat [-a RemoteName] [-A IP_address] [-c] [-n] [-R] [-r] [-S]   [-s]   [interval]

yuanfen20 2014-05-25   1955   0
P5

  在Window2003上安装Cygwin的ssh服务 文档

ssh localhost 发生错误:ssh: connect to host localhost port 22: Connection refused 因为Cygwin只是自动安装了客户端,服务端没有

wangjianme 2014-02-20   432   0
P34

  rtsp seek play 文档

communication with the server due to some network configuration, RTSP server provide an alternative approach

myall1122 2016-11-14   2960   0

Python多进程并行编程实践-multiprocessing模块 经验

10) if "__main__" == __name__:     try:         start = time.time()         for i, pO2in enumerate(pO2s):

Patrick5039 2017-04-19   17950   0

Python多进程并行编程实践-multiprocessing模块 经验

10) if "__main__" == __name__:     try:         start = time.time()         for i, pO2in enumerate(pO2s):

ibyd4907 2017-04-17   14770   0

nginx+多个tomcat的负载均衡 经验

[root@nan87 ~]# vim /etc/named.conf options { listen-on port 53 { any; }; directory "/var/named"; dump-file

jopen 2014-03-14   62232   0

使用 libssh2 连接到远程服务器 代码段

(%d)\n", rc); return 1; } /* Ultra basic "connect to port 22 on localhost". Your code is * responsible for

w427 2015-05-30   1079   0
C/C++  

C# 实现的异步 Socket 服务器 经验

使用下面的代码,你初始化了一个Server类,并运行了Start()方法: Server myServer = new Server(); myServer.Start(); 如果你计划在一个

jopen 2014-03-21   18427   0
C#   .NET开发  
P437

  Node.js 框架的说明文档 文档

resolve 是如何工作的: NODE_MODULES_PATHS(START)1. let PARTS = path split(START)2. let ROOT = index of first instance

lysdu 2015-06-16   503   0

怎样利用Spark Streaming和Hadoop实现近实时的会话连接 经验

HDFS or from //a socket. There is no reason this could not also be populated by Kafka, //Flume, MQ system

jopen 2015-06-22   21976   0
P15

  使用rebar工具开发erlang工程项目和发布erlang工程项目 文档

    Step5:制作一个Makefile文件     #---------------------------------start-----------------------------------------------------------------

xchm 2012-05-08   4729   0

Apache ActiveMQ消息中间件的基本使用 经验

目录下执行 activemq.bat即可启动 ActiveMQ, 由于ActiveMQ内置了Jetty web服务器,当ActiveMQ启动成功后,可以通过:http://localhost:816

jopen 2013-06-30   56613   0

轻松实现Nginx HTTP 反向代理+负载均衡 经验

/ 2. 安装Nginx 2.1 安装pcre 安装命令: cd /home/start/tools tar zxf pcre-8.11.tar.gz cd pcre-8.11

jopen 2013-05-20   53922   0
P36

  iptables命令大全 文档

PREROUTING -i eth0 -p tcp --dport 80 -j DNAT --to-destination 202.96.134.130:80 iptables -t nat -I PREROUTING

ederwin 2012-07-11   2875   0
P33

  DB2在Linux下的安装 文档

5 4. 附录 20 1. 安装环境说明 操作系统:SUSE Linux Enterprise Server 11 (x86_64) 数据库:db2 V9.7(64bit) 第 页 Linux下DB2数据库的安装

dfee23 2016-01-05   2188   0
Linux  
1 2 3 4 5 6 7 8 9 10