上一页 1 ··· 4 5 6 7 8 9 10 11 下一页
摘要: import org.apache.shiro.SecurityUtils; import org.apache.shiro.session.Session; import org.apache.shiro.subject.Subject; import org.springframework.st 阅读全文
posted @ 2020-03-22 08:57 蓝色土耳其 阅读(1334) 评论(0) 推荐(0) 编辑
摘要: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.linewell.wechat.WechatApplication]; nested ex 阅读全文
posted @ 2019-09-03 10:46 蓝色土耳其 阅读(6727) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <title></title> </head> <body> <object classid="CLSID:76A64158-CB41-11D1-8B02-00600806D9B6" id="locator" style="display:none;visibility: 阅读全文
posted @ 2019-03-28 20:35 蓝色土耳其 阅读(3821) 评论(0) 推荐(0) 编辑
摘要: 1、CentOS下重置root密码 2、关闭防火墙 service iptables stop chkconfig iptables 3、修改主机名 4、强制关闭selinux安全子系统 5、安装依赖包(执行此项时可重开会话执行其他配置) yum -y install gcc gcc-c++ mak 阅读全文
posted @ 2019-03-28 20:24 蓝色土耳其 阅读(682) 评论(0) 推荐(0) 编辑
摘要: if (!Array.prototype.indexOf) { Array.prototype.indexOf = function (elt /*, from*/) { var len = this.length >>> 0; var from = Number(arguments[1]) || 阅读全文
posted @ 2018-12-27 10:43 蓝色土耳其 阅读(971) 评论(0) 推荐(0) 编辑
摘要: 查询被锁定信息 select t2.username,t2.sid,t2.serial#,t2.logon_time from v$locked_object t1,v$session t2 where t1.session_id=t2.sid ; 解锁 alter system kill sess 阅读全文
posted @ 2018-12-22 21:45 蓝色土耳其 阅读(1215) 评论(0) 推荐(0) 编辑
摘要: @echo offset port=8088for /f "tokens=1-5" %%i in ('netstat -ano^|findstr ":%port%"') do taskkill /pid %%m 阅读全文
posted @ 2018-12-12 20:25 蓝色土耳其 阅读(5166) 评论(0) 推荐(0) 编辑
摘要: SELECT regexp_replace( a,'</?[^>]*>|nbsp;|&','') a from dual 阅读全文
posted @ 2018-11-02 11:47 蓝色土耳其 阅读(1006) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> <div class="weixin-tip" style="di 阅读全文
posted @ 2018-10-05 11:55 蓝色土耳其 阅读(1970) 评论(0) 推荐(0) 编辑
摘要: 在web.xml最后加入如下节点 <!--禁用PUT/DELETE请求 --> <security-constraint> <web-resource-collection> <url-pattern>/*</url-pattern> <http-method>PUT</http-method> < 阅读全文
posted @ 2018-07-27 11:58 蓝色土耳其 阅读(819) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 下一页