12 2018 档案

摘要:MySQL的每个数据库都对应存放在一个与数据库同名的文件夹中,MySQL数据库文件包括MySQL(server)所建数据库文件和MySQL(server)所用存储引擎创建的数据库文件。 .frm文件:存储数据表的框架结构,文件名与表名相同,每个表对应一个同名frm文件,与操作系统和存储引擎无关,即不 阅读全文
posted @ 2018-12-29 13:56 scmath 阅读(148) 评论(0) 推荐(0)
摘要:ping www.baidu.com 测试网络的同时,查看ip地址 1. 如图:百度的ip为 14.215.177.39.浏览器直接输入ip即可进入百度首页。 另外还有,14.215.177.38 123.125.115.110 61.135.169.121等 如果浏览器输入:www.a.shife 阅读全文
posted @ 2018-12-11 18:16 scmath 阅读(3288) 评论(0) 推荐(0)
摘要:浏览器,私密证书,证书 阅读全文
posted @ 2018-12-03 03:26 scmath 阅读(381) 评论(0) 推荐(0)
摘要:pom.xml文件简介 阅读全文
posted @ 2018-12-02 14:33 scmath 阅读(197) 评论(0) 推荐(0)
摘要:/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this 阅读全文
posted @ 2018-12-02 13:19 scmath 阅读(228) 评论(0) 推荐(0)