上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 44 下一页
摘要: 1. 修改配置文件 2. 进入mysql修改密码 3. 验证是否修改成功 4. 配置文件删除 skip-grant-tables 5. 登录--注意如果多服务多实例启动需要指定sock文件 阅读全文
posted @ 2018-01-08 13:04 我当道士那儿些年 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 较小文件处理方法: import hashlib import os def GetSmallFile(file_path): md5 = None if os.path.isfile(file_path): f = open(file_path,'rb') md5_obj = hashlib.md 阅读全文
posted @ 2018-01-06 15:33 我当道士那儿些年 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 1. 复制配置文件 2. 修改配置文件 3. 创建目录, 并赋予权限 4. 初始化数据库 》 有报错 2018-01-03T07:07:34.364858Z 0 [ERROR] --initialize specified but the data directory has files in it 阅读全文
posted @ 2018-01-03 16:15 我当道士那儿些年 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-12-22 14:46 我当道士那儿些年 阅读(1237) 评论(0) 推荐(0) 编辑
摘要: 1. 参考博客:http://blog.csdn.net/smstong/article/details/44340637 1 数学公式的web解决方案 在网页上显示漂亮的数学公式,是多年来数学工作者和学者的愿望。最容易实现的方式就是使用离线编辑器如word,Latex等编写完公式,然后截图作为图片 阅读全文
posted @ 2017-12-04 14:36 我当道士那儿些年 阅读(2990) 评论(0) 推荐(0) 编辑
摘要: js原生放大镜 <!DOCTYPE html> <html> <head> <title>放大镜</title> <meta charset="utf-8"> <style type="text/css"> *{ margin: 0px; padding: 0px; } body{ width: 9 阅读全文
posted @ 2017-11-24 16:58 我当道士那儿些年 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 一、视频课程 课程名称:C++学习教程 程序设计 C++基础教程 授课人:郭宏志 课程链接:http://study.163.com/course/courseMain.htm?courseId=639006 以下是它的部分目录 我认为这门课程挺适合初学者认识和学习C++的,它每一节的课程很短,不会 阅读全文
posted @ 2017-11-02 21:32 我当道士那儿些年 阅读(558) 评论(1) 推荐(1) 编辑
摘要: 1. 系统环境 2).创建属于自己的git库 3). 添加用户 4). 赋予权限 5). 安装git客户端 6). 操作客户端 git config user.email "zhaomo@qq.com" git config user.name "bala" 全局的需要加入: git config 阅读全文
posted @ 2017-10-25 15:59 我当道士那儿些年 阅读(2030) 评论(0) 推荐(0) 编辑
摘要: 技术方案模板 1 序言 简述项目实施的必要性及意义。 2 需求分析 2.1 技术现状 描述用户现有技术应用环境、人员技术状况。 2.2 用户需求 着重描述用户的目前需求及未来的设想。 3 硬件系统技术方案设计 3.1 网络方案设计 3.1.1 设计原则 根据项目具体情况,提出设计原则,应突出可靠性、 阅读全文
posted @ 2017-10-20 09:23 我当道士那儿些年 阅读(3269) 评论(0) 推荐(0) 编辑
摘要: 可视化的 <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style> body{ background-color: aliceblue; } .box{ width: 1000px; 阅读全文
posted @ 2017-10-12 22:42 我当道士那儿些年 阅读(256) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 44 下一页