01背包问题 Posted on 2019-01-11 | In 学习笔记 Words count in article: 545 | Reading time ≈ 2 01背包问题问题描述问题:有n件物品,每件物品重量为w[ i ],价值为c[ i ]。现有一个容量为V的背包,问如何选取物品放入背包,使背包总价值最大,其中每个物品只有一件。 Read more »
安装pyinstaller报错 Posted on 2019-01-11 | In python Words count in article: 248 | Reading time ≈ 1 安装pyinstaller报错:Python library not in binary dependencies运行环境Centos7.0Python3.6 Read more »
使用Github+Hexo搭建自己的博客 Posted on 2019-01-08 | In 学习笔记 Words count in article: 1.3k | Reading time ≈ 4 我的电脑是win10 64位的 前期准备 去官网下载Node.js文件,下载地址:https://nodejs.org/en/安装完成后,windows运行窗口输入:node -v 会出现版本信息,则安装成功 Read more »