乐于学习,勤于思考

  • 首页
  • 学习
    • Git使用
    • 技巧学习
    • 编程学习
    • 常用网址
  • 资源
    • 申请技巧
    • 优惠信息
  • 生活
    • 日常
    • 读书
    • 音乐
    • 电影
  • 关于本站
学习

linux查看和修改PATH环境变量的方法

查看PATH:echo $PATH 以添加mongodb server为列 修改方法一: export PATH=/usr/local/mongodb/bin:$PATH //配置完后可以通过echo $PATH查看配置结果。 生效方法:立即生效 有效期限:临时改变,只能在当前的终端窗口中有效,当前窗...

May 21, 2018 0条评论 700次阅读 0人点赞 阅读全文
学习

CentOS下Redis的安装与简单管理

redis官方发布版本 https://github.com/MicrosoftArchive/redis/releases redis desktop官方版本下载 https://github.com/uglide/RedisDesktopManager 安装Redis需要知道自己需要哪个版本,有针对性的安装,比如如果需要redis GEO这个...

May 20, 2018 0条评论 479次阅读 0人点赞 阅读全文
学习

Centos环境下安装mongoDB

安装前注意: 此教程是通过yum安装的.仅限64位centos系统 安装步骤: 1、创建仓库文件: vi /etc/yum.repos.d/mongodb-org-3.4.repo 然后复制下面配置,保存退出 [mongodb-org-3.4] name=MongoDB Repository baseurl=https://repo.mongodb...

May 20, 2018 0条评论 388次阅读 0人点赞 阅读全文
学习

解决Proxmox 5 apt-get update 更新时报错

修改/etc/apt/sources.list.d/pve-enterprise.list注释掉解决, 1 #deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise 或者直接删除,哈哈。 1 rm -f /etc/apt/sources.list.d/pve-enterprise.list 最后,为了更...

May 9, 2018 0条评论 1,270次阅读 0人点赞 阅读全文
学习

响应式网页Html5基本模板架构

个人经常使用结构如下: <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <!--[if lt IE 9]> <scrip...

May 9, 2018 0条评论 768次阅读 0人点赞 阅读全文
学习

Scrapy安装方法!

最近学习使用scrapy进行数据采集,这个框架还是不错的,下面简单记录下安装方法: 1、首先安装pip, Python 2 >=2.7.9 or Python 3 >=3.4下需要用这种方法安装pip curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py pyt...

April 6, 2018 0条评论 600次阅读 0人点赞 阅读全文
  • «
  • <
  • 2
  • 3
  • 4
  • 5
  • 6
  • >
  • »

搜索本站

Recent Posts

  • 《爸爸忘记了》文摘
  • debian 9 或 ubuntu 添加swap分区
  • Updates were rejected because the tip of your current branch is behind问题处理
  • Git :fatal: refusing to merge unrelated histories问题处理
  • Wget整站并解决中文乱码问题

标签聚合

linux op proxmox github 陶然亭 摆拍 oneprovder git google free apps 余华 暴走 主域名修改 iphone5s free phone code 邮箱 汉斯季默 python3 edu邮箱 Hans Zimmer iphone6s

Copyright 2021 乐于学习,勤于思考. All Rights Reserved.