07 2020 档案

摘要:public JObject *****(string username) { JObject jo = new JObject(); return jo; } 函数返回类型修改为对象即可。 阅读全文
posted @ 2020-07-08 13:39 tsx1230 阅读(122) 评论(0) 推荐(0)
摘要:select t.create_name ,GROUP_CONCAT(t.expression ) from t_p_expression t group by t.create_name ; 阅读全文
posted @ 2020-07-03 15:38 tsx1230 阅读(115) 评论(0) 推荐(0)
摘要:配置url <add key="url" value="http://localhost/login.jsp?requestid=120&amp;contractname=合同A003&amp;contractno=htA003" /> 阅读全文
posted @ 2020-07-01 18:42 tsx1230 阅读(95) 评论(0) 推荐(0)