摘要: 例如请求路径:http://localhost:8080/projname/servlet/DemoServlet.do | 名称 | 代码 | 结果 | | | | | | 协议名 | request.getScheme(); | http | | 服务器 | request.getServerN 阅读全文
posted @ 2021-04-20 14:04 微云mis 阅读(184) 评论(0) 推荐(0)
摘要: 表字段 SELECT GROUP_CONCAT(column_name) FROM information_schema.columns WHERE table_schema = (SELECT database()) AND table_name='表名'; uuid SELECT REPLACE 阅读全文
posted @ 2021-04-20 11:45 微云mis 阅读(77) 评论(0) 推荐(0)