11 2019 档案

摘要:1、查看阿里云RDS 的IP地址 https://help.aliyun.com/knowledge_detail/41754.html?spm=5176.10695662.1996646101.searchclickresult.3f9d365dKnEFyq&aly_as=Ttew2WJu 阅读全文
posted @ 2019-11-28 10:50 令令七 阅读(1740) 评论(0) 推荐(0)
摘要:查看所有:select count(*) tables ,table_schema from information_schema.tables group by table_schema; 查询单个:select count(*) tables ,table_schema from informa 阅读全文
posted @ 2019-11-26 09:49 令令七 阅读(1184) 评论(0) 推荐(0)
摘要:链接:https://blog.csdn.net/qiushisoftware/article/details/90902565 链接:https://xueyuanjun.com/post/8298(使用 Laravel Passport 实现 API 认证) 阅读全文
posted @ 2019-11-22 09:54 令令七 阅读(456) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/zhangxh1013/article/details/53130490 阅读全文
posted @ 2019-11-19 08:17 令令七 阅读(236) 评论(0) 推荐(0)
摘要:1、链接:https://segmentfault.com/a/1190000006207353 2、链接:https://www.cnblogs.com/lalalagq/p/9964201.html 3、链接:https://www.cnblogs.com/grimm/p/8625764.htm 阅读全文
posted @ 2019-11-18 15:08 令令七 阅读(2285) 评论(0) 推荐(0)
摘要:链接:https://blog.csdn.net/little_skeleton/article/details/81075065 阅读全文
posted @ 2019-11-16 22:36 令令七 阅读(2744) 评论(0) 推荐(0)
摘要:转载:https://blog.csdn.net/gsls200808/article/details/81021659 阅读全文
posted @ 2019-11-15 09:57 令令七 阅读(998) 评论(0) 推荐(0)
摘要:转载:https://blog.csdn.net/gdfjhc/article/details/83819973 阅读全文
posted @ 2019-11-15 08:28 令令七 阅读(172) 评论(0) 推荐(0)
摘要:最近在设计个酒店一体化产品的数据表设计,其中涉及到一些字段选择不同的数据类型 基础概念: 1)、1个字符等于多少字节 (不同的字符所占的字节是不一样的),在ASCII码中,一个数字、一个字母 代表一个【字节】,一个汉字(gbk编码下)占2个字节 一个汉字(utf8编码下)占3个字节 2)、【MYSQ 阅读全文
posted @ 2019-11-14 11:21 令令七 阅读(211) 评论(0) 推荐(0)
摘要:https://cloud.tencent.com/developer/article/1439956 阅读全文
posted @ 2019-11-13 19:10 令令七 阅读(193) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2019-11-12 16:09 令令七 阅读(1) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2019-11-01 16:22 令令七 阅读(0) 评论(0) 推荐(0)
摘要:小程序如何发布: 1、第一步: 先配置 服务器域名配置合法域名 (转发):https://cloud.tencent.com/developer/article/1483573 2、第二步: 阅读全文
posted @ 2019-11-01 16:08 令令七 阅读(173) 评论(0) 推荐(0)