摘要:
主框架页面: 在主界面区会加载西区菜单点击的URL内容. 主界面 此时在主页面已经加载了easy-ui的脚本和CSS ,在各区页面就不必加载了,即使加载了也会被去掉. 我一开始在datagrid页面添加格式化函数,但是没有效果,始终报找不到formatIsval... 阅读全文
摘要:
mysql: select * from test where school_name like concat('%',${name},'%') oracle: select * from test where school_name like '%'||${name},'%' SQL Server:select * from test where school_name like '%'... 阅读全文