自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

熟能生巧

技术博客

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

转载 JAR打包的误区:第三方包的嵌套打包

原文地址:http://blog.csdn.net/zwx19921215/article/details/24368099今天弄明白一个关于JAVA项目中JAR打包的问题。我们有时可能会把自己的项目做成第三方包给别人使用,但是同时我们自己的项目又引用了其他已有的第三方包,在打包的时候,我们经常可能自作聪明地将自己引用的第三方包全部封装在项目根目录下的某个folder下(如lib/

2016-01-13 15:42:32 1007

转载 ln 命令

ln是linux中一个非常重要命令,它的功能是为某一个文件在另外一个位置建立一个同步的链接.当我们需要在不同的目录,用到相同的文件时,我们不需要在每一个需要的目录下都放一个必须相同的文件,我们只要在某个固定的目录,放上该文件,然后在 其它的目录下用ln命令链接(link)它就可以,不必重复的占用磁盘空间。

2016-01-13 13:59:36 553

原创 《Web Scraping with Python》读书笔记

《Web Scraping with Python》 – Ryan Mitchell 2015年6月英文第一版,是我看到的第一本专门介绍python爬虫的书籍。本文并不记录详细的实验记录,事实上我也并没有花时间这样做–时间有限。简要记录该书的主要内容和思路。

2016-01-12 15:31:13 1142

原创 maven向本地仓库导入官方仓库没有的jar包

提要:通常maven项目依赖本地其他编译出的jar包时,需要先导入本地仓库测试(而不是导入中央仓库)。本文简要记录方法。情境:本地项目A依赖本地项目B、C编译出的jar包。 解决思路: 1.先编译出B、C对应的jar包 2.将B、C编译出的jar包导入本地仓库 3.编译项目A 通过并生成需要的jar包

2016-01-08 14:28:09 3622

原创 JavaScript入门经典 学习笔记

#读书目标1.掌握基础JS语法2.了解JS常识,比如内置对象,浏览器对象3. JS事件处理机制备注:以后再单独研究JS框架

2016-01-07 15:56:51 1432

原创 GitLab使用问题记录

GitLab 使用基本命令记录提交时碰到问题及解决办法。

2016-01-04 17:13:00 7250 1

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关注的人

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