摘要:
区别在斜线处 RMAN> startup nomount已连接到目标数据库 (未启动)Oracle 例程已启动系统全局区域总计 135338868 字节Fixed Size 453492 字节Variable Size 109051904 字节Database Buffers 25165824 字节 阅读全文
摘要:
1.sql注入输入字符串夹带sql指令string query="select * from accounts where id=’ ’ "; //假设sql是这么写的黑客输入 01’ or ‘1’='1 就能达到攻击手段了实现了:"select * from accounts where id= 阅读全文
摘要:
```sqlselect deptno,min(sal) from emp group by deptno ;select d.dname,a.minsal,e.ename from dept d left join (select deptno,min(sal) minsal from emp g 阅读全文
摘要:
eclipsealt+/ 自动补全ctrl+shift+f 格式化 ctrl+k,ctrl+f 断点调试F11 debugF5 step into,进入方法体(逐语句)F6 step over,程序下一步,单步调试(逐过程)红色结束符,结束 阅读全文
摘要:
TCP/IP网络协议族许多协议分层的、每层做相应的事情 物理层、数据链路层、数据传输层、应用层tcp协议,可靠的连接ip协议,在互联网中唯一标识设备地址 ·应用层:http\pop3\smtp\dns\ftp·传输层:tcp/udp·网络层:ip·网络接口层:物理介质+传输方式 以太网、无线协议。 阅读全文
摘要:
熟悉java熟悉sql和存储过程熟悉html+css+js了解ssh框架了解前端库 bootstrap\easyui\vue熟悉服务器配置windows+linux熟悉计算机网络 阅读全文