leesea

  • Home

  • reading

  • Tags

  • Categories

  • Archives

  • About

  • Search

alpine

Posted on 2019-07-25 | Edited on 2019-08-06

alpine 是一个很小的linux 镜像,只有十几M大小,很适合部分服务。不过 alpine 的 c 库不是 glibc,所以依赖 glibc 时会有一些问题。

Read more »

mysql 常用命令

Posted on 2019-07-25 | Edited on 2020-04-06 | In database

记录下mysql 常用命令,方便查阅。

Read more »

vagrant 使用

Posted on 2019-07-24

Vagrant 是一款虚拟机管理工具,支持hyper, libvirt, virtual box, VMware_desktop, 可以和IDE 集成。使用vagrant的好处是可以在windows或者macos下编写代码,在linux下运行。

Read more »

python 时间日期

Posted on 2019-07-23 | Edited on 2019-12-23

时间和日期常常会在编程中使用。

Read more »

elasticsearch 笔记

Posted on 2019-07-16 | Edited on 2019-11-28

记录下ES的常用操作,方便查看。

Read more »

django ORM

Posted on 2019-07-04 | Edited on 2020-04-13 | In python

这里先记录下常用的操作,后续整理。

Read more »

rest framework 学习

Posted on 2019-06-04 | Edited on 2019-07-22 | In python

rest framework 是 Django 的 api 框架。

Read more »

sklearn学习

Posted on 2019-05-29

Sklearn 笔记

Read more »

numpy

Posted on 2019-05-05 | Edited on 2019-07-22

numpy 主要用来做数据分析。

Read more »

anaconda 常用命令

Posted on 2019-04-30 | Edited on 2019-05-09 | In machine learning

Anaconda指的是一个开源的Python发行版本,其包含了conda、Python等180多个科学包及其依赖项。Anaconda 本身支持虚拟环境,不需要安装pyenv.

Read more »
1234…9

leesea

85 posts
16 categories
27 tags
RSS
© 2020 leesea
Powered by Hexo v3.7.1
|
Theme – NexT.Mist v6.4.1