摘要: 0 官方文档 Oracle Database Online Documentation 11g Release 2 (11.2) Oracle Database Online Documentation 12c Release 1 (12.1) Oracle Database 12c Release 阅读全文
posted @ 2021-01-01 11:11 chchcharlie、 阅读(400) 评论(0) 推荐(0) 编辑
摘要: Django框架 第一篇:1.django的初步使用 2.必知必会三板斧 3.request对象方法 第二篇:1.静态文件配置 2.pycharm连接MySQL 第三篇:orm 第四篇:路由控制 第五篇:视图层 第六篇:模板层 补充:django测试文件 第七篇:模型层 补充:MVC与MTV模型 第 阅读全文
posted @ 2020-12-28 11:18 chchcharlie、 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 前端内容 第一篇:HTML 第二篇:CSS 第三篇:JavaScript 第四篇:BOM与DOM操作 第五篇:jQuery 第六篇:Bootstrap框架 阅读全文
posted @ 2020-11-30 11:29 chchcharlie、 阅读(104) 评论(0) 推荐(0) 编辑
摘要: python基础 安装篇:安装pycharm [转载] PyCharm 2020.1版安装破解注册码永久激活(激活到2089年) 第一篇:函数 初识函数 函数进阶 闭包函数 装饰器函数 迭代器 生成器 匿名函数 匿名函数和内置函数使用 函数递归 三元表达式、列表生成式、生成器表达式 第二篇:面向过程 阅读全文
posted @ 2020-11-20 17:19 chchcharlie、 阅读(91) 评论(0) 推荐(0) 编辑
摘要: Linux Linux网络yum源(亲测可用) Linux常用小命令和知识点 Zabbix 1. Centos7安装部署Zabbix4.0.24监控服务 2. Zabbix Server添加linux系统监控主机 3. Zabbix Server添加Windows server系统监控主机 4. Z 阅读全文
posted @ 2020-09-30 16:15 chchcharlie、 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 华为交换机操作命令 思科交换机操作命令 阅读全文
posted @ 2020-09-20 11:21 chchcharlie、 阅读(93) 评论(0) 推荐(0) 编辑
摘要: Linux常用小命令和知识点 1 文本编辑命令 ###以上下方式打开并显示两个文档,ctrl+ww切换文件 vi -o /etc/passwd mima.txt ###以左右方式打开并显示两个文档,ctrl+ww切换文件 vi -O /etc/passwd mima.txt 2 文件比较命令 ### 阅读全文
posted @ 2022-02-27 14:59 chchcharlie、 阅读(70) 评论(0) 推荐(0) 编辑
摘要: docker安装Nginx和Tomcat 1 docker安装Nginx 1.1 拉取Nginx镜像 docker pull nginx:latest docker pull nginx:1.20 docker images 1.2 运行容器 docker run --name nginx_test 阅读全文
posted @ 2022-02-23 10:44 chchcharlie、 阅读(64) 评论(0) 推荐(0) 编辑
摘要: docker安装MySQL数据库 1 拉取MySQL镜像 docker pull mysql docker pull mysql:5.7.36 docker images 2 运行容器 docker run -itd --name mysql-TestDB -p 3306:3306 -e MYSQL 阅读全文
posted @ 2022-02-21 09:36 chchcharlie、 阅读(107) 评论(0) 推荐(0) 编辑
摘要: docker命令基本使用(以docker安装Ubuntu系统为例) 1 拉取Ubuntu镜像 查询镜像: docker search ubuntu 拉取ubuntu最新版镜像: docker pull ubuntu 拉取ubuntu指定镜像版本: docker pull ubuntu:18.04 查 阅读全文
posted @ 2022-02-20 18:29 chchcharlie、 阅读(135) 评论(0) 推荐(0) 编辑
摘要: RHEL7.5安装docker 1 配置yum软件源 1.1 卸载操作系统已安装或自带的yum源 rpm -aq | grep yum | xargs rpm -e --nodeps rpm -aq | grep python-iniparse | xargs rpm -e --nodeps 检查是 阅读全文
posted @ 2022-02-18 11:17 chchcharlie、 阅读(258) 评论(0) 推荐(0) 编辑