摘要:
在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)

浙公网安备 33010602011771号