上一页 1 ··· 4 5 6 7 8 9 10 11 下一页
摘要: **因工作需要,在内网环境下安装运行环境,故写成脚本以供参考。 以下软件已在CentOS7下离线安装成功,成功后个别配置文件(fastDFS,nginx等)需手动配置,脚本中不再赘述。 先说下离线安装包在linux中的放置路径:/opt/install_package install_package 阅读全文
posted @ 2020-03-22 11:12 蓝色土耳其 阅读(874) 评论(0) 推荐(0) 编辑
摘要: 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 蓝色土耳其 阅读(1341) 评论(0) 推荐(0) 编辑
摘要: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.linewell.wechat.WechatApplication]; nested ex 阅读全文
posted @ 2019-09-03 10:46 蓝色土耳其 阅读(6823) 评论(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 蓝色土耳其 阅读(3824) 评论(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 蓝色土耳其 阅读(685) 评论(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 蓝色土耳其 阅读(976) 评论(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 蓝色土耳其 阅读(1218) 评论(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 蓝色土耳其 阅读(5194) 评论(0) 推荐(0) 编辑
摘要: SELECT regexp_replace( a,'</?[^>]*>|nbsp;|&','') a from dual 阅读全文
posted @ 2018-11-02 11:47 蓝色土耳其 阅读(1017) 评论(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 蓝色土耳其 阅读(1976) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 下一页