07 2023 档案
摘要: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支持
阅读全文