Fork me on GitHub

摘要: 通过分析发现 用户在操作的过程中完全没有必要去关心Node类 所有的节点的引用关系不应该由用户处理,应该由一个专门的工具类来处理 下面需要定义一个类,来帮助客户端去隐藏所有链表中给出的细节操作 // 每一个链表实际上就是由多个节点组成的 class Node { // 定义一个节点 private 阅读全文
posted @ 2019-11-16 19:07 anyux 阅读(158) 评论(0) 推荐(0)
摘要: 安装pip 安装openpyxl pip install openpyxl 使用openpyxl读取excel文档 一个 Excel文档 称为一个工作簿,一个工作簿包含多个表格,在Excel中能称为sheet。打开工作簿后会默认显示一个表格,这个表格一般称为活跃表。每个单元格都有唯一的坐标。行的坐标 阅读全文
posted @ 2019-11-16 17:00 anyux 阅读(365) 评论(0) 推荐(0)
摘要: 每个Node节点包含两个内容 1.保存数据 2.下一个节点引用 定义一个Node类 假设本次保存的数据是String型数据,同时拥有下一个引用; // 每一个链表实际上就是由多个节点组成的 class Node { // 定义一个节点 private String data; // 要保存的数据 p 阅读全文
posted @ 2019-11-16 11:55 anyux 阅读(131) 评论(0) 推荐(0)
摘要: apt-get install inetutils-ping 阅读全文
posted @ 2019-11-04 11:08 anyux 阅读(189) 评论(0) 推荐(0)
摘要: in container,I can't use man in ubuntu image ,by search i find this link to slove the problem how to use man in centos image? I find this link remove 阅读全文
posted @ 2019-11-04 11:01 anyux 阅读(165) 评论(0) 推荐(0)
摘要: python and pip install flollow this link https://www.cnblogs.com/anyux/articles/10944129.html error I got the infomation ,so install gcc lib [root@79f 阅读全文
posted @ 2019-11-03 16:23 anyux 阅读(269) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-10-31 17:14 anyux 阅读(116) 评论(0) 推荐(0)
摘要: 第一步:配置YUM源。 无论是使用网络YUM源还是使用CentOS的ISO光盘映像构建本地YUM源。 挂载命令 配置本地yum源 参数说明: [LocalRepo] # 该部分的名称name # 存储库的名称baseurl # 包裹的位置enabled # 启用存储库gpgcheck # 启用安全安 阅读全文
posted @ 2019-10-30 21:48 anyux 阅读(2401) 评论(0) 推荐(0)
摘要: Vim Vixen   基于firefox的vim插件自定义热键配置 阅读全文
posted @ 2019-03-27 16:29 anyux 阅读(340) 评论(0) 推荐(0)
摘要: 下载地址:http://www.hostbuf.com 阅读全文
posted @ 2019-02-23 13:15 anyux 阅读(365) 评论(0) 推荐(0)