会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Gorannzhou
博客园
首页
新随笔
联系
订阅
管理
2025年4月8日
IIS部署应用显示500.19-Internal Server Error
摘要: 在服务器上部署vue写的门户信息和一个后端应用,部署后显示500.19-Internal Server Error 操作系统:Windows server 2012 报错截图: 经过检查发现,webconfig里面有部分节点导致 <rewrite> <rules> <rule name="Handl
阅读全文
posted @ 2025-04-08 11:20 Gorannzhou
阅读(321)
评论(0)
推荐(0)
2019年7月21日
Spring AOP遇到Unexpected exception parsing XML document from class path resource [Beans.xml]
摘要: Unexpected exception parsing XML document from class path resource [Beans.xml] ; nested exception is java.lang.NoClassDefFoundError: org/aopalliance/a
阅读全文
posted @ 2019-07-21 18:04 Gorannzhou
阅读(2087)
评论(0)
推荐(0)
2018年2月25日
查询oracle数据库占用资源比较大
摘要: Select b.USERNAME, b.SID, a.SQL_ID, a.SQL_TEXT, a.sql_fulltext, b.EVENT, a.executions, -- trunc(((decode(a.EXECUTIONS,0,0,a.cpu_time / a.executions))
阅读全文
posted @ 2018-02-25 16:29 Gorannzhou
阅读(2527)
评论(0)
推荐(0)
2017年5月16日
JS校验身份证号码
摘要: 转自 http://heavenslv.iteye.com/blog/939300
阅读全文
posted @ 2017-05-16 11:45 Gorannzhou
阅读(486)
评论(0)
推荐(0)
2017年4月10日
统一社会信用代码校验——JS
摘要: if (logiccheckcode == 31) { logiccheckcode = 0; } var Str = "0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F,G,H,J,K,L,M,N,P,Q,R,T,U,W,X,Y"; var Array_Str = Str.split
阅读全文
posted @ 2017-04-10 19:15 Gorannzhou
阅读(12442)
评论(0)
推荐(0)
2016年4月17日
产生随机数
摘要: //Leng 随机数的子长 public string CreateRnd(int Leng) { string Ar1 = "A,B,C,D,E,F,G,H,J,K,L,M,N,P,Q,R,S,T,U,V,W,X,Y,Z,0,1,2,3,4,5,6,7,8,9"; string[] ListAr = Ar1.Split('...
阅读全文
posted @ 2016-04-17 11:42 Gorannzhou
阅读(186)
评论(1)
推荐(0)
企业的组织机构代码javascript脚本校验
摘要: 1 function fill(CODE)//CODE是要校验的组织机构代码 2 { 3 4 if (CODE.length != 9) 5 { 6 alert("组织机构代码位数不正确"); 7 8 } 9 ...
阅读全文
posted @ 2016-04-17 11:19 Gorannzhou
阅读(1267)
评论(0)
推荐(0)
公告