textarea 里设置 style="resize:none"
摘要:禁止textarea拉伸的方法是:: 设置这个 style="resize:none" 属性 例子: 原来的textarea的结果: 设置style=''resize:none;"后的结果是:
阅读全文
The processing instruction target matching ''[xX][mM][lL]" is not allowed
摘要:报错的来源是: <?xml version="1.0" encoding="UTF8"?> 解决方案::,一般是WSDL的头文件的格式出了问题,比如说有空格,回车等等还有上面不能有行。 这样的问题最好是事先备好web.xml,然后直接paste你要的东西 就OK 不需要太纠结!反正不影响程序运行
阅读全文
[字符编码]Invalid byte 1 of 1-byte UTF-8 sequence终极解决方案
摘要:今天在eclipse中编写pom.xml文件时,注释中的中文被eclipse识别到错误:Invalid byte 1 of 1-byte UTF-8 sequence,曾多次遇到该问题,问题的根源是: The cause of this is a file that is not UTF-8 is
阅读全文