自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

熟能生巧

技术博客

  • 博客(5)
  • 资源 (25)
  • 收藏
  • 关注

转载 从HDFS看分布式文件系统的设计需求

分布式文件系统的设计需求大概是这么几个:透明性、并发控制、可伸缩性、容错以及安全需求等。我想试试从这几个角度去观察HDFS的设计和实现,可以更清楚地看出HDFS的应用场景和设计理念。首先、透明性。如果按照开放分布式处理的标准确定就有8种透明性:访问的透明性、位置的透明性、并发透明性、复制透明性、故障透明性、移动透明性、性能透明性和伸缩透明性。对于分布式文件系统,最重要的是希望能达到5个透明

2014-03-30 22:26:51 1786

原创 『算法学习笔记』24th day. 字符数组

在C语言中,字符串实际上就是字符数组----你可以像处理普通数组一样处理字符串,只需要注意输入输出和字符串函数的使用。exa3-3 竖式问题找出所有形如abc*de(3位数×2位数)的算式,使得在完整的竖式中,所有数字都属于一个特定的数字集合。输入数字集合(相邻数字之间没有空格),输出所有竖式,所有竖式前应该有编号,以后应有一个空行。最后输出解的总数。 1 #include

2014-03-12 19:38:50 1218

原创 『算法学习笔记』23th-24th day. 数组

exa3.0 1 /** 2 * output the input numbers in reverse order. 3 */ 4 #include 5 #define MAXN 100 +10 6 int main() 7 { 8 int a[MAXN]; 9 int i, x,n=0; 10 while

2014-03-12 11:18:05 1171

原创 Ubuntu 13.04 安装搜狗输入法

目标:在Ubuntu 13.04以及基于Ubuntu的发行版上安装fcitx小企鹅输入法,并安装Linux版本搜狗输入法。方法: 提供两种输入法,一种添加PPA安装,第二种直接添加源安装。实现过程:卸载ibus输入法:sudo apt-get remove ibus 方法一:sudo add-apt-repository ppa:fcitx-

2014-03-11 22:20:54 1327

原创 『算法学习笔记』13-15th day. 10道习题

2-1 位数 digit输入一个不超过10^9的正整数输出它的位数。例如12735位数是5。不要使用任何数学函数,只用四则运算和循环语句实现。

2014-03-10 10:45:23 1294

Domain Storytelling

Domain Storytelling: A Collaborative, Visual, and Agile Way to Build Domain-Driven Software 领域故事叙述相关的电子书就这一本,读它就行~

2023-05-23

tensorflow1.0.1 python3.6 cpu linux版安装文件

为没有梯子的朋友提供方便~ GPU版超过上传尺寸了, 需要GPU版的朋友联系我zhangliangaws@163.com

2017-03-27

tensorflow1.0.1 python2.7 cpu linux版安装文件

为没有梯子的朋友提供方便~ GPU版超过上传尺寸了, 需要GPU版的朋友联系我zhangliangaws@163.com

2017-03-27

tensorflow1.0.0 python2.7 linux版安装文件

为没有梯子的朋友提供方便~

2017-03-27

Deep Learning- by Yoshua Bengio

压缩包内完整收录大神Bengio最新Deep Learning书籍 作者是Ian Goodfellow、Yoshua Bengio、Aaron Courville三个人署名,为什么单提Bengio呢? 请移步知乎https://www.zhihu.com/question/37922364 欢迎交流,希望资料能够给大家帮助,共同进步。

2016-10-19

Exploring Data with RapidMiner - Andrew Chisholm

RapidMiner是世界领先的数据挖掘解决方案,提供可视化界面。 相关的资料却不是很多,这本资料在个人论坛才有,并且论坛都是收费的。 现提供大家下载,供学习使用,请勿商业用途。 还有一些相关的资料,如有需要可以email我, zhangliangaws@163.com

2016-10-13

TensorFlow MNIST数据集下载脚本input_data.py

TensorFlow的官方文档里面,关于MNIST这个例子下载数据用的文件。 原始文件url打不开,提供一个从其他渠道找到的资源供大家使用~

2016-05-28

A DESIGN OF METADATA SERVER CLUSTER IN LARGE DISTRIBUTED OBJECT-BASED STORAGE

In large distributed Object-based Storage Systems, the performance, availability and scalability of the Metadata Server (MDS) cluster are critical. Traditional MDS cluster suffers from frequent metadata access and metadata movement within the cluster. In this paper, we present a new method called Hashing Partition (HAP) for MDS cluster design to avoid these overheads. We also demonstrate a design using HAP to achieve good performance of MDS cluster load balancing, failover and scalability.

2014-01-21

基于行为模式的Android平台入侵检测系统的设计与实现

本论文以保证Android系统用户安全为根本出发点,以能够识别已有恶意攻 击和发现未知恶意攻击为目标,从Android安全机制和面临的安全威胁,以及 Android平台恶意软件攻击意图和攻击手段两条主线同时进行研究。在同时考虑 Android系统安全威胁和Android恶意软件行为模式的情况下,提出采用应用和 用户行为模式作为异常检测对象,并设计基于Markov链模型的用户和应用行为 模式的异常检测算法。最后给出了基于行为模式的Android平台入侵检测系统的 整体设计,并详细设计和实现了异常检测子系统。

2014-01-16

A Survey of Mobile Malware in the Wild

Mobile malware is rapidly becoming a serious threat. In this paper, we survey the current state of mobile malware in the wild. We analyze the incentives behind 46 pieces of iOS, Android, and Symbian malware that spread in the wild from 2009 to 2011. We also use this data set to evalu- ate the eectiveness of techniques for preventing and iden- tifying mobile malware. After observing that 4 pieces of malware use root exploits to mount sophisticated attacks on Android phones, we also examine the incentives that cause non-malicious smartphone tinkerers to publish root exploits and survey the availability of root exploits.

2014-01-16

Android应用程序框架安全机制研究及改进_ 文章结构

对《Android应用程序框架安全机制研究及改进》这篇文章整体做了整理,形成了一个图。

2014-01-15

Android应用程序框架安全机制研究及改进

面对恶意软件的威胁,Android 使用了一套应用程序安全框架来保护安全。本文以 Android 现有的安全机制为基础,通过研究当前安全机制的不足,分析恶意软件攻击的特点,提出了多个具体的安全扩展和保护方案,达到了较好的防御效果。研究工作主要体现在以下几个方面: (1)在深入研究 Android 权限机制的基础上,指出了 Android 权限机制的不 足,并给出了基于安全距离的权限机制扩展方案,为描述应用程序的安全性提 供了一个量化方案。 (2)仔细研究了 Android 组件式程序结构,发现了其中存在着无法限制不安全的数据传递的问题。根据这一缺陷,设计了一种新的针对 Android 平台的攻击方案——协同攻击方案。 (3)使用协同攻击深入分析了 Android 组件式程序结构的缺陷,通过分析和 研究,提出使用在程序边界部署数据过滤方案来保护隐私数据的方案。本文详 细描述了如何使用基于 Bloom Filter 的数据保护方案来防御协同攻击。 (4)在现存的 Android 安全机制中,大多数都是安装时机制。一旦恶意程序躲过安装时检查,在恶意程序运行时 Android 安全机制不能及时做出反应。本文针对这个问题提出了基于上下文的运行时检测方案。

2014-01-15

Efficient Metadata Management in Large Distributed File Systems

Metadata management in large distributed systems is a critical aspect of overall system performance. Directory subtree partitioning and pure hashing are two common techniques used for metadata management. Neither of these techniques can support large systems with high concurrent accesses due to the conflicting need for both load balancing and directory update efficiency. We present a flexible approach that addresses the problems of the existing techniques. The approach, called Lazy Hybrid Hashed Hierarchical directory management, takes advantage of the load balancing and other performance benefits of hashing, while maintaining a hierarchical directory structure and metadata logging to support lazy metadata relocation and updates. A dual-entry Access Control List provides direct permission calculation to the target file, avoiding the overhead of traversing the pathname for permission check.

2014-01-15

Linux内核设计与实现(第三版)中文版

非常经典的linux kernel学习资料。欢迎下载。

2013-11-14

Understanding the Linux Kernel (3rd Edition)

Understanding the Linux Kernel (3rd Edition) 非常经典的linux内核学习资料!

2013-11-14

Linux内核源代码情景分析

Linux内核源代码情景分析是国内一本不错的Linux内核的书籍。现在免费供下载学习~

2013-11-14

Python3.3.2

windows版本的Python安装程序,内置IDLE非常好用~

2013-11-14

1小时学会Python

Python是现在非常流行的开发技术,这套资料作为入门希望能对大家有所帮助。

2013-07-04

ACM真题 合集

这是ACM算法合集的题解哦~ 很好的资源,希望对大家有帮助。

2013-07-04

网页制作完全手册

一本设计非常合理的网页制作手册。 使用,查找起来很方便。

2012-07-24

jsp应用开发详解

开发专家之sun-one jsp应用开发详解 飞思科技产品研发中心编著

2012-06-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除