摘要: 开启动态调用: <constant name="struts.enable.DynamicMethodInvocation" value="true"/> action标签method属性开启{1}: strict-method-invocation="false" 开启全局动态方法调用通配符: < 阅读全文
posted @ 2017-03-02 22:59 死死死死死死 阅读(737) 评论(0) 推荐(0)
摘要: BEGIN DECLARE cflag bit DEFAULT 0; DECLARE cid int; declare cname VARCHAR(16); --声明一个游标 declare cur_copy CURSOR for select id,name from fruit; --设置游标结 阅读全文
posted @ 2017-04-02 13:31 死死死死死死 阅读(365) 评论(0) 推荐(0)