自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

渐入佳境Coder

勤动脑 勤动手

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

原创 Python实现IOC控制反转

思路:用一个字典存储beanName和资源 初始化时先将beanName和资源注册到字典中 然后用一个Dscriptor类根据beanName动态请求资源,从而实现控制反转# -*- coding:utf-8 -*-import osclass BeanFactory: """ Python版控制反转 context: 存储bean的名字和对应的类或者值的字典

2017-12-21 17:14:51 3039

原创 Wannafly挑战赛5 A珂朵莉与宇宙 前缀和+枚举平方数

Wannafly挑战赛5 A珂朵莉与宇宙 前缀和+枚举平方数题目描述给你一个长为n的序列a,有n*(n+1)/2个子区间,问这些子区间里面和为完全平方数的子区间个数输入描述:第一行一个数n 第二行n个数表示序列a输出描述:输出一个数表示答案示例1输入 6 0 1 0 9 1 0 输出 11备注:1 <= n <= 100000 0 <= ai <= 10思路用前缀和来求任意字段的和 长

2017-12-08 23:59:38 362

原创 Yandex Big Data Essentials Week1 Scaling Distributed File System

GFS Key Componentscomponents failures are a normeven space utilisationwrite-once-read-manyGFS and Hadoop Distributed File System GFS主要分为:Application 、Master、ChannelServer hdfs主要分为:Appllcation 、

2017-12-01 22:11:54 336

原创 Yandex Big Data Essentials Week1 Unix Command Line Interface Processes managing

freedisplays the total amount of free and used memory free [options]topprovides a dynamic real-time view of a running system top [options] psprovides snapshot of the status of currently running proce

2017-12-01 15:59:05 331

原创 Yandex Big Data Essentials Week1 Unix Command Line Interface File Content exploration

catdisplays the contents of a file at the command line copies or apppend text file into a document cat [OPTIONS] .. [FILE]headprints the first part of the files head [ OPTION] … [FILE]tailprin

2017-12-01 15:26:14 263

原创 Yandex Big Data Essentials Week1 Unix Command Line Interface File System exploration

File System FunctionIn computing, a file system or filesystem is used to control how data is stored and retrieved. Without a file system, information placed in a storage medium would be one large body

2017-12-01 11:53:21 325

信息检索导论英文版

《信息检索导论(英文版)》的三位作者均是信息检索领域的顶级专家,两位来自学术教育界,一位来自硅谷业界,使《信息检索导论(英文版)》既具备深厚的理论基础,又代表了尖端科技水准。因此,该书甫一出版,即被奉为该领域的权威著作,备受瞩目,目前已被众多世界名校采用为信息检索课程的教材。

2018-06-24

maven3.5版本

Maven3.5

2017-05-13

卡西欧fx-82ES模拟器

fx-82es自然显示计算器的PC上的模拟器 经典计算器casio82es模拟器

2015-09-28

ext3分区文件读取

从ext3 ext4分区读取文件的工具,支持磁盘映像。

2015-06-25

C语言time.h从头学.doc

C语言tim e.h从头学.doc

2015-06-21

空空如也

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

TA关注的人

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