摘要: --提升debug权限 grant debug connect session to scott; 阅读全文
posted @ 2017-05-14 15:47 冷漠脸 阅读(708) 评论(0) 推荐(0) 编辑
摘要: http://www.2cto.com/database/201208/150620.html 使用oracle 11g 上面的教程很全面,因为本人使用win10 安装过程中一直出现小弹窗,全部忽略和确定,暂时未发现问题 阅读全文
posted @ 2017-05-14 15:44 冷漠脸 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 进入项目的目录 git init 产生一个.git/的目录 …or push an existing repository from the command line git remote add origin https://github.com/852438143/spider.git git 阅读全文
posted @ 2017-02-06 21:35 冷漠脸 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 这是hack this site realistic mission 里面的第二题 第一次了解到了关于sql注入问题; 题目的意思就是进入管理员登陆界面; 先讲一下自己的思路,刚刚开始想通过一般项目结构找登陆界面,刚刚开始输入https://www.hackthissite.org/missions 阅读全文
posted @ 2016-12-31 15:56 冷漠脸 阅读(303) 评论(0) 推荐(0) 编辑
摘要: http://share.blog.51cto.com/278008/669637 如果要把war包部署到Tomcat根目录,直接使用http://ip:port进行访问: 一、把war包解压,部署到除$TOMCAT_HOME/webapps以外的目录(把.war包后缀变成.zip,然后提取全部文件 阅读全文
posted @ 2016-12-15 19:29 冷漠脸 阅读(436) 评论(0) 推荐(0) 编辑
摘要: 转自http://thenear.blog.51cto.com/4686262/865544 阅读全文
posted @ 2016-12-15 16:31 冷漠脸 阅读(475) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/biwork/p/4196951.html,上面安装的很详细,主要的是在 WINDOWS SERVER 2008 R2添加.net3.5 阅读全文
posted @ 2016-12-15 16:30 冷漠脸 阅读(1712) 评论(0) 推荐(0) 编辑
摘要: 今天台式电脑的前置面板的耳机孔没声音,后置的耳机插孔有声音,但是插上后置的耳机孔,也插上前置的耳机孔,两个耳机都有声音,所以不是耳机孔的问题, 打开电脑右下角的小喇叭“Realtek高清晰音频管理器”; 点击右上角的设置按钮; 选择AC97前面板; 阅读全文
posted @ 2016-12-14 22:43 冷漠脸 阅读(1058) 评论(0) 推荐(0) 编辑
摘要: Servlet.service() for servlet [jsp] in context with path [/struts2Study] threw exceptionjava.lang.IllegalStateException: Must have the StrutsPrepareFi 阅读全文
posted @ 2016-12-13 23:45 冷漠脸 阅读(1826) 评论(0) 推荐(0) 编辑
摘要: 首先下载安装Egit:两种方法, 方法一:通过eclipse中安装help->install new software 输入网址,选择红框框里面的两个,最后finish就是漫长的等待。 方法二:用浏览器进去http://eclipse.org/egit/download/点击红框框里面的,下载好压缩 阅读全文
posted @ 2016-12-13 13:22 冷漠脸 阅读(391) 评论(0) 推荐(0) 编辑