[Step 1 — Installing Apache and Updating the Firewall]( step 1 installing apache and updating the firewall) [Adjust the Firewall to Allow Web Traffic] ...
分类:
系统相关 时间:
2018-05-07 19:33:03
阅读次数:
704
第十三章、用户自定义认证 13.1.用户自定义认证 class Meta: abstract = True (不会创建表,只把字段继承给子类) django加密方式:md5 + 盐 account LADP:轻量级目录账号管理协议(集中账号管理):通过网络到LDAP服务器上进行验证 SSO:Sing ...
分类:
其他好文 时间:
2018-05-06 20:03:10
阅读次数:
246
什么是react? react是用于构建用户界面的JavaScript库 react主要用于构建ui,很多人认为react是mvc框架中的v react的使用 使用react需要引入三个库:react.min.js、react-dom.min.js和babel.min.js react.min.js ...
分类:
其他好文 时间:
2018-05-04 21:22:08
阅读次数:
171
Spring Boot + MyBatis + Thymeleaf实现简单留言板应用。本项目主要介绍使用Spring Boot + MyBatis + Thymeleaf + Bootstrap来实现一个简单的增删改查(CRUD)留言板应用。 ...
分类:
编程语言 时间:
2018-04-23 22:38:00
阅读次数:
948
启动数据库报错
Starting MySQL
... * The server quit without updating PID file (/data/mysql_data/ubuntu.pid).
分类:
其他好文 时间:
2018-04-19 20:27:49
阅读次数:
151
先导入 然后在 info.plist 文件中添加 Privacy - Location Always and When In Use Usage Description 和 Privacy - Location When In Use Usage Description 两个就可以了。 Locati ...
分类:
其他好文 时间:
2018-04-19 17:01:31
阅读次数:
215
启动mysql报错:ERROR!TheserverquitwithoutupdatingPIDfile(/data/mysql/localhost.localdomain.pid),查看mysql.log发现报错信息:[ERROR]Fatalerror:Can‘topenandlockprivilegetables:Table‘mysql.host‘doesn‘te
分类:
数据库 时间:
2018-04-09 11:14:24
阅读次数:
160
在远程连接mysql的时候,连接不上,出现如下报错:Lost connection to MySQL server at 'waiting for initial communication packet', system error: 0 原因分析:mysql开启了DNS的反向解析功能,这样mys ...
分类:
数据库 时间:
2018-04-07 13:57:25
阅读次数:
204
一:React的生命周期 1.1 组件生命周期的三种状态展示: - Mounting: 已插入了真是dom结构 - Updating: 正在被重新渲染 - Unmounting: 已移出了真实dom结构 1.2 关于 生命周期的处理函数(will表示进入状态之前调用,did表示进入状态之后调用) c ...
分类:
其他好文 时间:
2018-03-29 17:25:59
阅读次数:
162