自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

转载 centos7.6下安装mysql5.7

转载自:https://www.cnblogs.com/lgqboke/p/6873734.htmlCentOS7下安装MySQL5.7安装与配置(YUM)http://blog.csdn.net/xyang81/article/details/51759200安装环境:CentOS7 64位 MINI版,安装MySQL5.71、配置YUM源在MySQL官网中下载YUM源rpm...

2019-01-31 11:14:10 5807

原创 centos7.6下搭建vsftpd服务(ftp服务器)

1、下载vsftpd yum -y install vsftpd*2、查看安装路径和配置文件位置 rpm -ql vsftpd|more3、启动vsftpd服务器 systemctl restart vsftpd.service 或者:service vsftpd.service start4、查看vsftpd服务是否起来 ps -ef|grep v...

2019-01-21 12:23:40 5166

原创 MongoDB--笔记

duojianindex ==> 某一个集合(SQL中的表名) 使用js语法(循环)插入多条数据: for(i=3;i<20;i++)db.duojianindex.insert({"_id":i,"item":"AAA","ratings":[i+1,i+3]}; db.集合名词.count();统计条数 db.duojianindex.count();...

2019-01-15 12:05:22 140

原创 php操作MongoDB

<?phpnamespace app\admin\controller;use MongoDB\Driver\Command;use MongoDB\Driver\Manager;use MongoDB\Driver\BulkWrite;use MongoDB\Driver\Query;use think\console\command\make\Controller;...

2019-01-11 17:46:37 206

springstudy.zip

springboot+mybatis搭建项目,并查询数据库

2021-09-27

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除