2013年4月28日

摘要: <?xml version="1.0" encoding="UTF-8"?><beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:beans="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=&quo 阅读全文
posted @ 2013-04-28 13:52 远方的人 阅读(777) 评论(0) 推荐(0) 编辑
摘要: 获得副文本编辑器textarea 的value值<textareaid="content"></textarea>您要获取正确的值,应该使用如下方法tinyMCE.get(您的文本ID号).getContent().不然你要按提交两次才能获取正确值,如果按照getContent()来获值就可以解决这个问题tinyMCE.get('content').getContent() 阅读全文
posted @ 2013-04-28 12:35 远方的人 阅读(286) 评论(0) 推荐(0) 编辑
摘要: public class TextClass { public TextClass(int i){ } public TextClass(double e){ } public TextClass increatment(){ return this; }}//TextClass c=new TextClass(); 对实体类创建自定义构建器后,默认构建器无法使用//返回当前句柄,即返回当前对象1.浏览器缓存问题 链接缓存问题 可以通过在添加随机数参数 让浏览器区分地址,}else if(vldElementF... 阅读全文
posted @ 2013-04-28 10:27 远方的人 阅读(207) 评论(0) 推荐(0) 编辑

导航