- 博客(9)
- 资源 (2)
- 收藏
- 关注
原创 javascript三种弹出对话框的用法实例
<br /><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br /><html xmlns="http://www.w3.org/1999/xhtml"><br /><head><br /><meta http-equiv="Content-Type" content="text/html; charset=gb
2010-08-24 11:00:00
265
原创 MySQL Illegal mix of collations (latin1_swedish_ci,COERCIBLE) and (utf8_general_ci,IMPLICIT) for operation 'UNION' 错误解决方法
MySQL Illegal mix of collations (latin1_swedish_ci,COERCIBLE) and (utf8_general_ci,IMPLICIT) for operation 'UNION' 错误解决方法
2010-08-24 10:49:00
627
原创 解决:'help、ipconfig' 不是内部或外部命令,也不是可运行的程序或批处理文件
这就是问题产生的原因。因为系统变量里面原来的path的值被覆盖了。原来的path的值是什么呢,是c:/windows/system32修改系统变量path值为:c:/windows/system32问题解决。
2010-08-23 14:29:00
694
原创 使用struts1.2 标签 判断字符串长度,截取字符串。
<c:if test="${fn:length(activityVO.activityName)>12}"><br /> ${fn:substring(activityVO.activityName,0,10)}..<br /></c:if><br /><c:if test="${fn:length(activityVO.activityName)<12}"><br /> ${activityVO.activityName }<br /></c:if><br /><br />
2010-08-23 14:23:00
390
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人