2017年3月7日

负载均衡

摘要: http://www.cnblogs.com/nick-huang/p/4638398.html#_label0 阅读全文

posted @ 2017-03-07 11:16 老邱2 阅读(71) 评论(0) 推荐(0) 编辑

mysql常用函数

摘要: 1.rand()返回0-1之间的数字 2.char_length 判断字符串长度 3.concat字符串连接 4.upper()转换成大写 5.left()留取左边几个值 6.select right('dfg',2);留取右边几个值 7.select right('dfg',2);去除左侧空格 8 阅读全文

posted @ 2017-03-07 10:08 老邱2 阅读(172) 评论(0) 推荐(0) 编辑

导航