美满铅笔

文章
8
资源
0
加入时间
2年10月21天

centos7+mysql5.7+php7.0+httpd2.4搭建edusoho网址

环境:centos7+httpd2.4+php7.0+mysql5.71 安装wget如果系统已安装wget,请跳过此步骤yum install wget2 更新系统#更新yum软件包yum check-update #更新系统yum update3 安装配置防火墙3-1 更改默认防火墙,开启22端口、80端口、3306端口关闭firewall:systemctl stop firewalld.service #停止firewallsystemct..

springboot 集成pageHelper启动报错

springboot 集成pageHelper idea可以正常启动,打成war之后启动,会报错集成pageHelper是在启动类下,直接注入的@Beanpublic PageHelper pageHelper() {PageHelper pageHelper = new PageHelper();Properties properties = new Properties();properties.setProperty(“offsetAsPageNum”, “true”);proper

mysql 1558 - Column count of mysql.proc is wrong 的解决

原文地址: http://space.itpub.net/758322/viewspace-716971起因是原来mysql是5.0.47的,后来想用分区表,故整个库导出,然后倒入5.1.51的环境中,但是在创建存储过程中出现如下错误:1558 - Column count of mysql.proc is wrong. Expected 20, found 16 1

pandas的两个了解dataFrame结构的小技巧

先构建dataFrame>>> import pandas as pd>>> import numpy as np>>> int_values = [1, 2, 3, 4, 5]>>> text_values = ['alpha', 'beta', 'gamma', 'delta', 'epsilon']>&

mqtt 串口_移柯L620模组使用MQTT协议连接移动OneNet云平台

点击上方蓝色字体,关注我们1硬件基础最近调测移柯L620 NB-IoT模组,特申请调测L620开发板(L620_ EVB),其专门为评估和测试L620模块而设计的,用于帮助开发人员进行开发、调试、测试L620模块。下图及其标注显示了L620开发板的主要功能。L620是一款封装小,性能稳定可靠,LCC封装的NB-IoT模块,支持3GPP R13/R14规范下涵盖的低频/中频/高频全频段运...

Linux中Netcat命令整理

netcat是网络工具中的瑞士军刀,它能通过TCP和UDP在网络中读写数据。通过与其他工具结合和重定向,你可以在脚本