Zero's Blog

点滴分享 多彩生活


  • Home

  • Categories

  • Archives

  • Tags

  • Search
close
Zero's Blog

更改pip源

| | Visitors
由于某些不可抗因素,Python官方的包在国内有时无法访问或出现网络不稳定现象。为了解决这个问题就需要将Pip中自带的源地址修改为镜像地址。 目前收集的比较好的镜像地址有:123http://pypi.v2ex.com/simple/http://pypi.douban.com/simple/htt ...
Read more »
Zero's Blog

两个字典合并

| | Visitors
Python 如何合并两个字典在 Python 中合并两个字典是常见操作。比较直观的想法是将两个字典相加,赋值给新的字典 相加合并 1dictMerged1 = dict(dict1.items()+dict2.items()) 这种合并的方法时间较为长 函数合并 1dictMerged2 ...
Read more »
Zero's Blog

ubuntu_16.04_LTS安装初始化

| | Visitors
安装 SSH 12sudo apt updatesudo apt install openssh-server -y 删除 libreoffice 1sudo apt remove libreoffice-common 删除 Amazon 链接 1sudo apt remove unit ...
Read more »
Zero's Blog

为Python的输出增加颜色

| | Visitors
在你使用 Python 脚本像终端输出信息时,你可能希望增加一些样式来区分不同的结果。一个方法是通过增加颜色或背景色。Python 允许通过增加颜色或风格使标准输出风格化,例如 1234567891011121314151617181920212223242526272829303132#!/usr ...
Read more »
Zero's Blog

Ubuntu软件安装

| | Visitors
Dropbox 下载程序包 1wget https://www.dropbox.com/download?dl=packages/ubuntu/dropbox_2015.10.28_amd64.deb 安装 1dpkg -i dropbox_2015.10.28_amd64.deb 下载守护 ...
Read more »
1…252627…30
C.c

C.c

Love Linux ♥ Love Python. 猴赛雷

147 posts
45 categories
103 tags
RSS
微博
Creative Commons
友情链接
  • Yuminstall
© 2015 - 2017 C.c