上一页 1 ··· 101 102 103 104 105 106 107 108 109 ··· 567 下一页
摘要: 查看 max_binlog_stmt_cache_size 参数解释时,有这么一句话 If nontransactional statements within a transaction require more than this many bytes... 阅读全文
posted @ 2019-08-13 20:32 码农编程进阶笔记 阅读(69) 评论(0) 推荐(0)
摘要: 查看 max_binlog_stmt_cache_size 参数解释时,有这么一句话 If nontransactional statements within a transaction require more than this many bytes of memory, the server 阅读全文
posted @ 2019-08-13 20:32 码农编程进阶笔记 阅读(2126) 评论(0) 推荐(0)
摘要: 前言ls命令 ls -als -llldu命令 du -sdu -s *du -s * | sort -nr我的DIY_Bash在linux任意位置都可以使用这个目录下的脚本 注意 前言... 阅读全文
posted @ 2019-08-13 19:39 码农编程进阶笔记 阅读(145) 评论(0) 推荐(0)
摘要: zhuazai:https://blog.csdn.net/sty945/article/details/79830915 zhuazai:https://blog.csdn.net/sty945/article/details/79830915 zhuazai:https://blog.csdn. 阅读全文
posted @ 2019-08-13 19:39 码农编程进阶笔记 阅读(4050) 评论(0) 推荐(0)
摘要: 在linux下习惯使用ll、la、l等ls别名的童鞋到mac os提示command not found打开终端1 2014-461deMacBook-Pro:~ root# cd ~2 2014-461deMacBook-Pro:~ root#vim .... 阅读全文
posted @ 2019-08-12 16:54 码农编程进阶笔记 阅读(81) 评论(0) 推荐(0)
摘要: alias ll='ls -alF' alias la='ls -A' alias l='ls -CF' 保存后,执行 阅读全文
posted @ 2019-08-12 16:54 码农编程进阶笔记 阅读(1112) 评论(0) 推荐(0)
摘要: 在使用mysql时,有时需要查询出某个字段不重复的记录,这时可以使用mysql提供的distinct这个关键字来过滤重复的记录,但是实际中我们往往用distinct来返回不重复字段的条数(count(distinct id)),其原因是distinct只能... 阅读全文
posted @ 2019-08-12 14:31 码农编程进阶笔记 阅读(82) 评论(0) 推荐(0)
摘要: 在使用mysql时,有时需要查询出某个字段不重复的记录,这时可以使用mysql提供的distinct这个关键字来过滤重复的记录,但是实际中我们往往用distinct来返回不重复字段的条数(count(distinct id)),其原因是distinct只能返回他的目标字段,而无法返回其他字段,例如有 阅读全文
posted @ 2019-08-12 14:31 码农编程进阶笔记 阅读(224509) 评论(1) 推荐(6)
摘要: des和aes解密 加密方式: DES AES 密... 阅读全文
posted @ 2019-08-09 17:44 码农编程进阶笔记 阅读(43) 评论(0) 推荐(0)
摘要: <?php $raw = file_get_contents('php://input'); if(!empty($raw)) { parse_str($raw);//解析到当前作用域 if (!empty($method) && !empty($password) && !empty($encodetext)) { $method = trim($method); $password = tri 阅读全文
posted @ 2019-08-09 17:44 码农编程进阶笔记 阅读(423) 评论(0) 推荐(0)
上一页 1 ··· 101 102 103 104 105 106 107 108 109 ··· 567 下一页
返回顶部 有事您Q我