`
lee79
  • 浏览: 106186 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表
In prior releases, the standard way to represent an enumerated type was the int Enum pattern: // int Enum Pattern - has severe problems! public static final int SEASON_WINTER = 0; public static final int SEASON_SPRING = 1; public static final int SEASON_SUMMER = 2; public static final ...
Configuring IP addresses Overview Creating and Deleting Virtual IPs from a batch/shell script Manual Configuration of Virtual IP Address Overview   When you create and start the network, the simulator will dynamically configure the specified IP address of the devices in your ...
Networking      1. What is a LAN?   2. What are the hardware components of a LAN?   3. What are the software components of a LAN?   4. What is a Network Interface Card (NIC)?   5. What is a Hub?   6. What is a Bridge?   7. What is a LAN switch?   8. What is a Router?   9. What is Network Management ...
An Internet Protocol (IP) address is a numerical identification (logical address) that is assigned to devices participating in a computer network utilizing the Internet Protocol for communication between its nodes.[1] Although IP addresses are stored as binary numbers, they are usually displayed in h ...
You spent big bucks on a backup solution — tape, disk-based or hybrid. You believe you're covered if disaster strikes — at least, your data is safe. But is it really? And does it even matter if your employees, partners and customers don't have a way to easily access that data after a hardware meltdow ...
原帖地址:http://daniel.gredler.net/2008/01/07/java-remoting-protocol-benchmarks/ I’ve been analyzing Java remoting protocols at work over the past couple of days, and thought I’d share some of the results here. Specifically, I’m going to share the results of our protocol benchmarking. Every applicatio ...
New Protocol Offers Simple, Efficient Java RMI Burlap/Hessian is an alternative remote object invocation and Web services protocol that's available as an open source Java framework. Learn how it enables simpler, more efficient Java RMI.  by Edmon Begoli he Burlap/Hessian protocol is an alt ...
Tips on when to use different Spring RPC remoting models   Spring 2.5 supports 4 remoting models, namely: Remote Method Invocation (RMI) Hessian or Burlap HTTP Invoker JAX-RPC/SOAP So a question arises which method is best suited and when. Here is a very basic "Spring Remoting Model X usef ...
At Nominet we have successfully migrated the remoting protocol governing communication between our client applications and the software running in the middleware layer. We have moved from SOAP to Hessian, refactoring the base code on the way. This post explains why we migrated, the advantages of th ...
***业务需要,先做个高级复制的(同步复制)。详细的说明如下:***       [Oracle] oracle高级复制同步复制配置步骤      首先,数据库要具备高级复制功能(用system身份登录数据库,查看v$option视图,如果其中Advanced replication为TRUE,则支持高级复制功能;否则不支持) 一.数据库基本情况 数据库A 版本oracle 10.2.0.1 数据库名sid:eread 数据库B 版本oracle 10.1.0.3 数据库名sid:test 主体定义站点:A eread主体站点:B test注:主体定义站点指配置复制工作的站点 本例涉及的 ...
前段时间一致在做oracle高级复制,下面是在维护过程中对出现问题的一些分析、解决,贴出来希望对大家有帮助:  高级复制是oracle数据库的高级功能,它的维护比普通数据库复杂,下面是在已有高级复制数据库维护过程中出 ...
Oracle高级复制即可支持基于整个表的复制也可支持基于部分表的复制两种复制方案。这两种复制方案主要是通过Oracle的两种复制机制来完成的,即多主复制和可更新快照复制,同时还可以将这两种复制机制结合起来以满足不断变 ...
  我们经常希望把各地的数据入库后进行统一的应用。现在可以用复制技术来解决这个问题。但实现数据库复制也是要有一些条件的。   首先,数据库要具备高级复制功能(用system身份登录数据库,查看v$option视图,如果其 ...
死锁问题跟踪   当Oracle检测到死锁产生时,中断并回滚死锁相关语句的执行,报ORA-00060的错误并记录在数据库的日志文件alertSID.log中。同时在user_dump_dest下产生了一个跟踪文件,详细描述死锁的相关信息。   登陆到oracle安装主机上,cd /,执行find . -name alert*.log,此文件中有ORA-000060: Deadlock detected. More info in file /oracle/admin/vodapp/udump/vodapp_ora_7490.trc,view trc 文件找到相应的sql   举例   应用 ...
H2提供了一种WebClient基于Browser的UI数据库客户端连接,可以连接多种数据库:H2, Oracle, HSQLDB, MySQL等,在Windows下可以通过以下两种命令方式:   方式一: java  -cp h2.jar org.h2.tools.Console   方式二: java -cp h2.jar org.h2.tools.Server -tcp -tcpPort 9102(这种方式同时以tcp方式启动DB)
Global site tag (gtag.js) - Google Analytics