博客园站长
这是人类成长进步中记录的每一时刻
摘要: 手机号码:13、15、18开头的11位数字 旧(已废除): ^(((13[0-9]{1})|(18[0-9]{1})|(15[0-9]{1}))+\d{8})$ 新(请用这个) ^1[3456789]\d{9}$ 固定电话:0505-2141234 ^(\d{3,4}-?)?\d{7,9}$ 阅读全文
posted @ 2013-05-24 17:38 dm3344 阅读(1054) 评论(6) 推荐(1)
摘要: 错误1:Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.答:修改应用池,高级设置。把“启用 32位应用程序改为true”错误2:项目登陆提示 ORA-12154: TNS:could not resolve the connect identifier specified但是ORACLE 可以成功登 阅读全文
posted @ 2013-05-24 10:44 dm3344 阅读(277) 评论(0) 推荐(0)