Charles


  • Home

  • About

  • Tags

  • Categories

  • Archives

Upload Large File

Posted on 2022-05-01 |
Words count in article: 1.4k words | Reading time ≈ 6 minutes
python实现大文件切片上传。有段时间没学习一下新东西了,最近偶尔在学习一下并行和分布式的东西。大文件上传的方式有点并行处理的那味道。所以就抽时间写了一点python实现大文件上传,代码写的比较简陋,大家感兴趣的可以自己实现一个。大部分上传文件其实是在前端实现的,但是原理都差不多,知道懂原理实现就 ...
Read more »

LeetCode Part 2

Posted on 2022-02-26 | In leetcode |
Words count in article: 2.1k words | Reading time ≈ 13 minutes
An extension of leetcode. Keep working on leetcode. Daily TemperaturesDaily Temperatures: Given a list of daily temperatures T, return a list such tha ...
Read more »

Nano Editor

Posted on 2022-02-08 | In tool |
Words count in article: 231 words | Reading time ≈ 1 minutes
IntroductionNano is a text editor for terminals. Open and create filesOpen or create new files, you can type the following command: 1nano filename Th ...
Read more »

Hadoop Partition

Posted on 2021-10-14 |
Words count in article: 1.1k words | Reading time ≈ 6 minutes
Hadoop Partition And Secondary SortThis article will describe an implementation and process of Hadoop partitioning and secondary sorting. First we nee ...
Read more »

mrjob for hadoop

Posted on 2021-09-16 |
Words count in article: 702 words | Reading time ≈ 4 minutes
mrjob is the easiest way to write python programs that can run on hadoop. Its most prominent feature is that with the help of mrjob, there is no need ...
Read more »

Hadoop Distributed System

Posted on 2021-09-08 |
Words count in article: 1.2k words | Reading time ≈ 4 minutes
HDFS的原理以及Hadoop的安装,MapReduce的运行流程,shuffle的运行机制。 hdfs 功能HDFS:分布式文件管理系统 Hadoop fs:使用面最广,可以操作任何文件系统。 hadoop dfs与hdfs dfs:只能操作HDFS文件系统相关(包括与Local FS间的操作 ...
Read more »

bipartite graph data pre-processing

Posted on 2021-07-28 | In Data processing |
Words count in article: 378 words | Reading time ≈ 2 minutes
The initialized downloaded data is messy and the graph id is not continuous, so a data preprocessing method is written to allow the data to be loaded ...
Read more »

Union-Find Set

Posted on 2021-05-25 | In Algorithm |
Words count in article: 441 words | Reading time ≈ 2 minutes
In computer science, a disjoint-set data structure is a data structure used to handle the merging and querying of disjoint sets (a series of sets with ...
Read more »

Prime Number

Posted on 2021-04-25 | In Algorithm |
Words count in article: 277 words | Reading time ≈ 1 minutes
In math, prime numbers are whole numbers greater than 1, that have only two factors – 1 and the number itself. Prime numbers are divisible only by the ...
Read more »

A* Search Algorithm

Posted on 2021-04-21 | In Algorithm |
Words count in article: 113 words | Reading time ≈ 1 minutes
A* search algorithm is a heuristic search which works on path planning and graph traversal (weighted).It is an extension of Dijkstra algorithm. The fo ...
Read more »
1234

Charles

37 posts
17 categories
28 tags
RSS
GitHub E-Mail FB Page
Creative Commons
友情链接
  • Baidu
  • hexo
  • theme-next
  • MyWeb
© 2019 — 2024 Charles
Number of visitors to this site times Total number of visitors to this site times

Hosted by Coding Pages