Skip to content
Frey's blog

confluent系列软件介绍

  • Posted on 2020-07-21
  • Posted by yerf
  • Leave a comment

zookeeper 主要功能:配置管理、名字服务、分布式同步、集群管理 集群配置:每台机器的配置都相同,主要通 […]

初步了解kafka

  • Posted on 2020-07-19
  • Posted by yerf
  • Leave a comment

kafka简介 kafka下载地址 kafka官网 kafka是一个分布式消息发布订阅系统,主要特点:易于扩展 […]

一些有用的python函数

  • Posted on 2020-05-14
  • Posted by yerf
  • Leave a comment

记录用到的python中的内置函数

集合合并问题

  • Posted on 2020-05-12
  • Posted by yerf
  • Leave a comment

题目: 小明有n只袜子,需要穿m天 第i只袜子的颜色为c_i 给出每天要穿的两只袜子的编号(i1,i2) 保证 […]

python的整除

  • Posted on 2020-05-11
  • Posted by yerf
  • Leave a comment

python可以通过//进行整除运算 例如: 4//2 # 2 5//2 # 2 # 去尾法 当遇到负数时,最 […]

数独的解法

  • Posted on 2020-04-08
  • Posted by yerf
  • Leave a comment

数独的规则 在9×9的方格里面填写数字1-9,满足 每行不重复 每列不重复 9个3×3的小方格不重复 思路 回 […]

tensorflow2建立模型的方法

  • Posted on 2020-04-06
  • Posted by yerf
  • Leave a comment

1.使用Input tf.keras.Input(shape=None, batch_size=None, n […]

栈实现四则远算

  • Posted on 2020-03-26
  • Posted by yerf
  • Leave a comment

总结 四则运算表达式求值分两步 中缀转后缀,栈中存符号 后缀算结果,栈中存数字 中缀表达式与后缀表达式转换 中 […]

vim中的leetcode插件

  • Posted on 2020-03-24
  • Posted by yerf
  • Leave a comment

安装 1.安装依赖 pip install keyring browser-cookie3 2.使用vundl […]

linux交换分区

  • Posted on 2020-03-24
  • Posted by yerf
  • Leave a comment

新建硬盘分区作为交换分区 硬盘分区情况 设备 起点 末尾 扇区 大小 类型 /dev/sda1 2048 82 […]

  • « Older posts
  • Newer posts ’

近期文章

  • C语言中的指针
  • git基本用法笔记
  • matplotlib绘制x轴不连续的图
  • 在wsl上安装Arch Linux
  • python标准库模块heapq

标签

git kafka leetcode matplotlib mysql python tensorflow tornado vim wsl 代理 分词 堆排序 统计学

文章归档

  • 2021年1月
  • 2020年10月
  • 2020年8月
  • 2020年7月
  • 2020年5月
  • 2020年4月
  • 2020年3月

分类目录

  • C语言
  • Linux
  • NLP
  • Web开发
  • 大数据
  • 日常笔记
  • 神经网络
  • 算法

This website uses the Simple Bootstrap theme

Powered by WordPress