2020年7月29日
摘要: //需要先转换成数字再进行排序 1.直接用加法 字符串+0 eg: select * from orders order by (mark+0) desc 2.使用函数 CAST(value as type); CONVERT(value, type); 注: 这里的type可以为: 浮点数 : D 阅读全文
posted @ 2020-07-29 08:43 微笑的蜗牛 阅读(1029) 评论(0) 推荐(0) 编辑
摘要: <dependency> <groupId>com.vdurmont</groupId> <artifactId>emoji-java</artifactId> <version>5.1.1</version> </dependency> package com.jeeplus.modules.ff 阅读全文
posted @ 2020-07-29 08:42 微笑的蜗牛 阅读(426) 评论(0) 推荐(0) 编辑