08 2020 档案

摘要:1. 获取所有表结构(TABLES) SELECT * FROM information_schema.TABLES WHERE TABLE_SCHEMA='数据库名'; TABLES表:提供了关于数据库中的表的信息(包括视图)。详细表述了某个表属于哪个schema,表类型,表引擎,创建时间等信息。 阅读全文
posted @ 2020-08-31 16:36 KYOooo 阅读(56) 评论(0) 推荐(0)
摘要:pythos.access() access()方法语法格式如下: 1 os.access(path, mode); 参数 path -- 要用来检测是否有访问权限的路径。 mode -- mode为F_OK,测试存在的路径,或者它可以是包含R_OK, W_OK和X_OK或者R_OK, W_OK和X 阅读全文
posted @ 2020-08-29 17:47 KYOooo 阅读(103) 评论(0) 推荐(0)
摘要:<div class="ship"> <div class="ship-body"></div></div> :root{ --seaColor:#54a0ff; --lineColor: #fff; --enclosureColor: #000;}body { width: 100%; heigh 阅读全文
posted @ 2020-08-20 11:42 KYOooo 阅读(368) 评论(0) 推荐(0)
摘要:一.发送效果 HTML <div id="send-btn"> <button> // 这里是一个svg的占位 Send </button> </div> CSS #send-btn{ display: flex; align-items: center; justify-content: cent 阅读全文
posted @ 2020-08-18 17:09 KYOooo 阅读(217) 评论(0) 推荐(0)