摘要: 在服务器上部署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)
摘要: 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)
摘要: 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)
摘要: 转自 http://heavenslv.iteye.com/blog/939300 阅读全文
posted @ 2017-05-16 11:45 Gorannzhou 阅读(486) 评论(0) 推荐(0)
摘要: 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)
摘要: //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)
摘要: 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)