分布式系统(distributed system)
建立在网络之上的软件系统。正是因为软件的特性,所以分布式系统具有高度的内聚性和透明性。因此,网络和分布式系统之间的区别更多的在于高层软件(特别是操作系统),而不是硬件。内聚性是指每一个数据库分布节点高度自治,有本地的数据库管理系统。透明性是指每一个数据库分布节点对用户的应用来说都是透明的,看不出是本地还是远程。在分布式数据库系统...
分类:
其他好文 时间:
2015-03-30 21:17:44
阅读次数:
135
服务启动时log4j提示
WARN SessionFactoryObjectFactory:121 - Could not bind factory to JNDI
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an ap...
分类:
其他好文 时间:
2015-03-30 21:17:29
阅读次数:
147
import java.util.Scanner;import java.util.*;public class sizeyunsuan { public static void main(String[] args) { Scanner in=new Scanner(System.in); i.....
分类:
其他好文 时间:
2015-03-30 21:05:02
阅读次数:
133
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication2{ class...
分类:
其他好文 时间:
2015-03-30 21:04:41
阅读次数:
134
简单的介绍一下Github的基本操作。 主页:https://github.com/ 首先自然是在GitHub注册一个帐号了。然后开始正文吧。 Git基本介绍 Git是属于分布式版本控制系统(Distributed Version Control System,简称DVCS),客户端会把代码仓库完整...
分类:
其他好文 时间:
2015-03-30 21:01:29
阅读次数:
156
系统介绍序列系统代号中文名称英文名称管理和外部访问URL备注技术中心所属部门1WMS仓储管理系统Warehouse Management System物流2TMS运输管理系统Transportation Management System物流3SCM供应链管理系统Supply Chain Manag...
分类:
其他好文 时间:
2015-03-30 20:57:28
阅读次数:
1572
1 创建逻辑文件夹,该命令不会在操作系统创建真正的文件夹,最好以system等管理员创建。create directory dpdata1 as '/opt/oracle/dpdata1';create directory expdata as '/ora_arch/expdata';2 查看管理理...
分类:
其他好文 时间:
2015-03-30 20:55:53
阅读次数:
114
interface Station{ void sellTickets();}class TrainStation implements Station{ public TrainStation() { } public void sellTickets() { System.out.pri...
分类:
编程语言 时间:
2015-03-30 20:49:28
阅读次数:
141
1,C 输入输出字符串另一种方法gets/puts 函数warning: the `gets' function is dangerous and should not be used2,C 程序中使用system执行OS 命令行,并在system中使用变量(实现linux passwordLess...
分类:
移动开发 时间:
2015-03-30 20:47:27
阅读次数:
141
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace myclass{ class mc {...