摘要:
1、前台发送数据到服务端,以及接受后台数据 前台发送数据到服务端,有两种方法: (1)使用 表单发送同步请求 参数inputStr: 参数intputInt: (2)使用ajax发送异步请求,发送的数据为json对象 参数username: 参数password: <scripttype="text 阅读全文
摘要:
select * from table order by xxx(字段) desc 今天在写Oracle排序的时候突然发现,Oracle默认将null值放最上面 使用nulls first 或者nulls last 语法Nulls first和nulls last是Oracle Order by支持 阅读全文
摘要:
记录一下 Java 合成图片 类似与小程序海报二维码,合成过程很慢 import cn.hutool.core.img.ImgUtil; import cn.hutool.extra.qrcode.QrCodeUtil; import me.zhengjie.utils.FileUtil; impo 阅读全文
摘要:
spring boot 添加 mqtt 收发消息保存消息等 阅读全文