/** * @class FormOperation 表单操作方法集合类 * @constructor */function FormOperation(){ var TIP_CLASS_NAME = "tip-messages"; //消息显示框类 var TIP_SHOW_TIME ...
分类:
其他好文 时间:
2014-07-23 15:21:16
阅读次数:
245
1、查看事件是否开启SHOW VARIABLES LIKE 'event_scheduler';2、开启事件SET GLOBAL event_scheduler = ON; 3、创建事件DELIMITER $$-- SET GLOBAL event_scheduler = ON$$ -- r...
分类:
数据库 时间:
2014-07-23 14:50:46
阅读次数:
244
想必玩过mysql的人对Waiting for table metadata lock肯定不会陌生,一般都是进行alter操作时被堵住了,导致了我们在show processlist 时,看到线程的状态是在等metadata lock。本文会对mysql 的metadata lock做一个小小的总结...
分类:
数据库 时间:
2014-07-23 14:46:26
阅读次数:
211
Strict standards: Declaration of ... should be compatible with that of ... 意思就是子类(IndexAction)重写的show方法与父类(Action)中的show方法不兼容,php方法重写要求是要参数个数、方法名称与父类要一致...
分类:
Web程序 时间:
2014-07-23 13:56:36
阅读次数:
256
地址:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3799
Two star-crossed lovers want to meet. The two lovers are standing at distinct points in t...
分类:
其他好文 时间:
2014-07-23 13:29:04
阅读次数:
242
Eclipse的控制台console有时候经常的跳出来,非常的烦人!让它不经常的调出来,可以按下面的操作去掉它:windows -> preferences -> run/debug -> console去掉"Show when program writest to standard out"和"S...
分类:
系统相关 时间:
2014-07-23 11:48:36
阅读次数:
257
在 setting文件中找到 <localRepository>/path/to/local/repo</localRepository> 其中/path/to/local/repo是你仓库repository的路径,添加后 在eclipse里找到下图show view,右击rebuild index 然后maven项目pom...
分类:
其他好文 时间:
2014-07-23 00:32:27
阅读次数:
441
#!/usr/bin#设置数据库连接conn='mysql -hhost -Pport -uusername -ppassword'#获取最新的binlog文件logfile=$($conn -e "show master logs" | tail -n 1 | awk -F" " '{print ...
分类:
数据库 时间:
2014-07-22 23:22:47
阅读次数:
298
http://iphonedevsdk.com/forum/iphone-sdk-development/101180-how-to-enlarge-picture-in-uiimageview.htmlhttp://stackoverflow.com/questions/11393696/show...
分类:
移动开发 时间:
2014-07-22 22:35:35
阅读次数:
258
index.jsp页面:
在struts.xml配置如下:
/showinfo.jsp
在运行时出现404错误(找不到 show.action )...
分类:
Web程序 时间:
2014-07-22 14:25:44
阅读次数:
269