Toy Storage
Time Limit: 1000MS Memory Limit: 65536K
Total Submissions: 3953 Accepted: 2334
Description
Mom and dad have a problem: their child, Reza, never puts his toys away when he is fi...
分类:
其他好文 时间:
2014-08-19 09:26:53
阅读次数:
245
DAS (Direct Attached Storage) 即直连存储。直连是指服务器和存储设备之间没有网络,直接相连,我们的个人电脑就是DAS,因为硬盘跟电脑直接是直接连接的。可见DAS是一种比较老的技术。NAS(network attached storage),即网络附加存储。比如你在装了Li...
分类:
其他好文 时间:
2014-08-18 16:15:52
阅读次数:
223
Azure HDInsightAzure HDInsight is Microsoft's distribution of Hadoop. The Azure HDInsight ecosystem includes the following features/components: Pig, H...
分类:
其他好文 时间:
2014-08-18 10:30:23
阅读次数:
477
1、Ubuntu+Apache+PHP的环境搭建(此处省去了mysql的步骤)
在azure上搭建如上所述的开发环境和在本地PC搭建是一样的步骤,具体介绍请参看这里。
2、从外网访问
注意,这一步的前提是在第一部中,你已经可以在虚拟机中访问自己的网站了,如果你在azure上的虚拟机没有图形界面也没关系,可以参考这里,使用命令行式的浏览器浏览你的helloworld.php,以此验证环境搭建成...
分类:
Web程序 时间:
2014-08-17 17:02:42
阅读次数:
510
今天在本地连接Windows Azure 虚拟机里面的 Mysql第一:安装mysql 数据库 安装步骤可以参考:http://jingyan.baidu.com/article/f79b7cb3a25e759144023ee7.html第二:安装 管理工具 本人用的 :Navicat for .....
分类:
数据库 时间:
2014-08-17 15:26:02
阅读次数:
251
转自:http://www.appneta.com/blog/introduction-to-javas-threadlocal-storage/ What is ThreadLocal? A simple example As its name suggests, a single instance of ThreadLocal can store different values ...
分类:
编程语言 时间:
2014-08-16 21:13:31
阅读次数:
354
1、基本配置# is this config file disabled
# false for enabled
# true for disabled
disabled=false# the name of the group this storage server belongs to
group_name=group1# bind an address of this host
#...
分类:
其他好文 时间:
2014-08-16 13:50:50
阅读次数:
292
FastDFS是一个开源的,高性能的的分布式文件系统,他主要的功能包括:文件存储,同步和访问,设计基于高可用和负载均衡,FastDFS非常适用于基于文件服务的站点,例如图片分享和视频分享网站FastDFS有两个角色:跟踪服务(tracker)和存储服务(storage),跟踪服务控制,调度文件以负载均衡的方式访问;存储服务包括:文件存储,文件同步,提供文件访问接口,同时以key value的方式管...
Mongodb是一款开源的数据库,这里不用我多说了,下面说一下Ubuntu下安装Mongodb可能遇到的问题和解决方案。
故事背景:
今天M$促销,1¥Windows Azure 4000¥-30天的套餐,不得不说简直是白菜价!于是买了一个玩了玩,云端跑起了一个Ubuntu的虚拟机,后来发现安装Mongodb的时候有些费劲,sudu apt-get install mongodb-gen10总...
分类:
数据库 时间:
2014-08-15 19:41:09
阅读次数:
256