摘要: 本地项目管理 Go 项目结构如下 ├─GoPackage │ ├─A │ │ │ go.mod │ │ │ main.go │ │ │ │ │ └─B │ │ B.go │ │ │ └─C │ C.go │ go.mod 其中,A,B,C为文件夹名称,A与C同级,B在A中,现在要做的即在A的main 阅读全文
posted @ 2022-02-18 14:50 hichens 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 学习Go 1. 入门 Go入门指南 Go语言圣经(中文版) 2. 进阶与实战 Go程序设计语言 Go Web 编程 Go语言实战 使用GO构建Web应用 Golang - 100天从新手到大师 Go语言并发之道 探测内网可达网段工具 3. 高级 Go语言设计与实现 Go专家编程 Go官方文档 4. 阅读全文
posted @ 2022-01-08 00:09 hichens 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 简介 wxWidgets是一个C++写的跨平台的GUI库。了解更多wxWidgets-github 安装 下载源码 wxWidgets-sourceforge|wxWidgets-github 解压 进入目录 cd wxGTK-* 安装GTK2.0开发库 sudo apt-get install l 阅读全文
posted @ 2021-01-17 16:48 hichens 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 重装了几次的系统, 想着总结一下。 准备 电脑一台, 能开机 空U盘 ubuntu 20.04 有网络 安装过程 Ubuntu官网 Ubuntu清华镜像站下载 Ubuntu 安装 分区推荐(以90G为例) - swap: 8G - /: 16G - boot: 1G - home: 65G 添加镜像 阅读全文
posted @ 2020-10-24 17:08 hichens 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 实现代码 import numpy as np import pandas as pd from collections import Counter def chimerge(data, attr, label, max_intervals): distinct_vals = sorted(set 阅读全文
posted @ 2020-08-30 17:19 hichens 阅读(545) 评论(0) 推荐(0) 编辑
摘要: from pyecharts.charts import * from pyecharts.components import Table from pyecharts import options as opts from pyecharts.commons.utils import JsCode 阅读全文
posted @ 2020-08-20 10:50 hichens 阅读(3514) 评论(3) 推荐(1) 编辑
摘要: 图的布局 from pyecharts.charts import * from pyecharts.components import Table from pyecharts import options as opts from pyecharts.commons.utils import J 阅读全文
posted @ 2020-08-19 21:24 hichens 阅读(2763) 评论(1) 推荐(0) 编辑
摘要: from pyecharts.charts import * from pyecharts.components import Table from pyecharts import options as opts from pyecharts.commons.utils import JsCode 阅读全文
posted @ 2020-08-19 20:36 hichens 阅读(810) 评论(0) 推荐(0) 编辑
摘要: 昨天写的代码是什么lj东西... 今日学习 上午看点scipy的东西 下午把训练模型的代码写了 晚上整理笔记了 阅读全文
posted @ 2020-08-06 09:28 hichens 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 每天晚上都争取10点前回去了, 咋还是1点才睡.睡觉这件事情没得商量,11点半赶紧弄完准备睡觉! 今日学习 整理特征工程代码 刷题 阅读全文
posted @ 2020-08-05 09:10 hichens 阅读(165) 评论(0) 推荐(0) 编辑