会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
你的数据是我的造型
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2020年7月17日
阿里云FTP搭建与常用配置
摘要: FTP的搭建与使用 安装与配置 yum install -y vsftpd 服务的状态管理 systemctl enable vsftpd.service //设置开机自启动 systemctl start vstftpd.service //启动ftp服务 netstat -antup | gre
阅读全文
posted @ 2020-07-17 09:03 职业法师zcg
阅读(332)
评论(0)
推荐(0)
2020年7月14日
MongoDB终极攻略
摘要: MongoDB终极文档 端口:27017默认 MongoDB中的概念 使用了不存在的对象即创建对象 Json结构存储 MySQL MongoDB database database tables collections column field row Documents 数据类型 ObjectID
阅读全文
posted @ 2020-07-14 23:24 职业法师zcg
阅读(194)
评论(0)
推荐(0)
2020年6月15日
SQLAlchemy攻略
摘要: SQLAlchemy基础教程 SQLAlchemy是一个基于Python的ORM框架。该框架是建立在DB-API之上,使用关系对象映射进行数据库操作。 安装 pip install sqlalchemy 连接数据库 由于SQLAlchemy本身无法操作数据库,因此需要依赖第三方模块,遵循DB-API
阅读全文
posted @ 2020-06-15 22:33 职业法师zcg
阅读(140)
评论(0)
推荐(0)
上一页
1
2
公告