07 2020 档案

摘要:mysql查看连接数 show status like 'Threads%'; Threads_connected和Threads_running 都会+1 阅读全文
posted @ 2020-07-26 09:16 newmiracle宇宙 阅读(97) 评论(0) 推荐(0) 编辑
摘要:php pdo备份数据库方法 备份表数据: create table tmp_article_info select * from article_info 删除字段id ALTER TABLE sss DROP id; 还原表数据: truncate table tmp_article_info1 阅读全文
posted @ 2020-07-23 12:45 newmiracle宇宙 阅读(227) 评论(0) 推荐(0) 编辑
摘要:手机H5支持视频的比特率最好在1600 音频 采样率22050 比特率32 阅读全文
posted @ 2020-07-01 19:23 newmiracle宇宙 阅读(348) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示