Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1030852
  • 博文数量: 164
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1336
  • 用 户 组: 普通用户
  • 注册时间: 2016-03-11 14:13
个人简介

狂甩酷拽吊炸天

文章分类

全部博文(164)

文章存档

2023年(1)

2022年(3)

2021年(4)

2020年(17)

2019年(37)

2018年(17)

2017年(35)

2016年(50)

发布时间:2017-08-10 11:32:22

shell中$(( )) 与 $( ) 还有${ }的区别http://blog.chinaunix.net/uid-14351756-id-2820651.html$( ) 与 ` ` (反引号)在 bash shell 中,$( ) 与 ` ` (反引号) 都是用来做命令替换用(command substitution)的。所谓的命令替换与我们第五章学过的变量替换差不多,都是用来重组命令行:* 完成引号里.........【阅读全文】

阅读(968) | 评论(0) | 转发(0)

发布时间:2017-07-21 16:40:57

本文内容主要是: 1、Python中使用xlrd、xlwt库读写excel(xls)浅析 2、python中使用openpyxl库读写excel(xlsx)浅析(亲测推荐使用openpyxl库,解决了问题:ValueError: row index was 65536, not allowed by .xls format ) 官方文档本来这个内容是要写在这篇文章的windows下python3.5安装setuptools以及百度.........【阅读全文】

阅读(2148) | 评论(0) | 转发(0)

发布时间:2017-06-21 12:59:15

最近接手一个项目,涉及操作word部分,在做测试的时候遇到写问题,so将问题记录下来1.利用pip安装pyhton-docx安装过程会报错,从报错信息来看应该是安装lxml的时候出错,报错信息:make sure the development packages of libxml2 and libxslt are installed解决办法:http://blog.csdn.net/azhao_dn/article/details.........【阅读全文】

阅读(1182) | 评论(0) | 转发(0)

发布时间:2017-06-12 14:48:17

yum安装的时候报这个错误:http://mirrors.163.com/centos/6/os/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve host 'mirrors.163.com'"Trying other mirror.Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again到这.........【阅读全文】

阅读(906) | 评论(0) | 转发(0)

发布时间:2017-06-09 11:00:26

mysql5.7单主MGR组复制......【阅读全文】

阅读(1778) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

jelon5212016-08-25 16:44

回复  |  举报
留言热议
请登录后留言。

登录 注册