李志宽 李志宽
2年前
WEB安全梳理-看完本文若未能让你学通操作系统,我将永远退出IT界!
windows操作系统一、常用的DOS命令ipconfig/all查看IP地址ipconfig/release释放ipipconfig/renew重新获得iparpa显示ARP缓存的命令,它可以显示电脑上所有的ARP缓存条目。whoami查询账号所属权限w
Easter79 Easter79
3年前
SpringBoot整合mybatis、shiro、redis实现基于数据库的细粒度动态权限管理系统实例
1.前言本文主要介绍使用SpringBoot与shiro实现基于数据库的细粒度动态权限管理系统实例。使用技术:SpringBoot、mybatis、shiro、thymeleaf、pagehelper、Mapper插件、druid、dataTables、ztree、jQuery开发工具:intellijidea数据库:mys
Stella981 Stella981
3年前
Linux查看硬件信息命令
一、查看服务器硬件信息(1)查看服务器型号、序列号\root@Master~\dmidecode|grep"SystemInformation"A9|egrep "Manufacturer|Product|Serial"!(https://oscimg.oschina.net/oscnet/73204dde38
Stella981 Stella981
3年前
Mycat高可用解决方案二(主从复制)
Mycat高可用解决方案二(主从复制)系统部署规划名称IP主机名称用户名/密码配置mysql主节点192.168.199.110mysql01root/hadoop2核/2G
Wesley13 Wesley13
3年前
LNMP架构之访问日志、日志切割、静态文件不记录及过期时间设置
本文索引:Nginx访问日志Nginx日志切割静态文件不记录日志和过期时间Nginx访问日志修改nginx配置文件root@localhostvhostvim/usr/local/nginx/conf/nginx.conf搜索:/log_format
Stella981 Stella981
3年前
SpringBoot整合mybatis、shiro、redis实现基于数据库的细粒度动态权限管理系统实例
1.前言本文主要介绍使用SpringBoot与shiro实现基于数据库的细粒度动态权限管理系统实例。使用技术:SpringBoot、mybatis、shiro、thymeleaf、pagehelper、Mapper插件、druid、dataTables、ztree、jQuery开发工具:intellijidea数据库:mys
Stella981 Stella981
3年前
RabbitMQ
centos安装\1、安装erlang以root身份执行下面命令yuminstallerlang2、安装rabbitmqserver打开RabbitMQ的下载页面,http://www.rabbitmq.com/download.html(https://www.oschina.net/action/GoToLink?url
Wesley13 Wesley13
3年前
mysql命令行下将数据导出成excel文件(.xls格式) (转)
在mysql命令行下执行以下sql语句:mysqlselect\fromxi\_tableintooutfile’/tmp/test.xls’;一句话搞定。linux系统尽量导出在/tmp目录下,不会涉及读写权限问题!导出为txt文件:select\fromxi\_tableintooutfile’/tmp/
Wesley13 Wesley13
3年前
thinkphp 基本配置
12returnarray(34//定义数据库连接信息5'DB\_TYPE''mysql',//指定数据库是mysql67'DB\_HOST''localhost',89'DB\_NAME''uchome',//数据库名1011'DB\_USER''root
Wesley13 Wesley13
3年前
DPDK(三):入门1
一、编译dpdklib1、配置编译工具链makeconfigTx86\_64nativelinuxappgcc2、编译cdbuildmake编译错误一:/root/dpdk18.11/lib/librte\_eal/linuxapp/eal/eal\_memory.c:29:18:fatalerror