会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
夏蝉冬雪
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
40
下一页
2018年6月10日
netstat命令的使用详解
摘要: http://man.linuxde.net/netstat
阅读全文
posted @ 2018-06-10 16:10 余***龙
阅读(310)
评论(0)
推荐(0)
2018年6月9日
后台跑包方法 断开ssh程序也能继续执行的方法screen命令
摘要: aircrack-ng -w 字典路径 握手包路径 screen -S 001创建会话 screen -ls 列出窗口列表 screen -r 5位数字 进入会话指令 如果会话恢复不了,则是有可能处于Attached 状态,用另一个指令恢复,指令:screen -dR 5个数字
阅读全文
posted @ 2018-06-09 15:29 余***龙
阅读(299)
评论(0)
推荐(0)
CentOS 网卡自动启动、配置等ifcfg-eth0教程
摘要: 装完centos后发现网卡没有自动启动, vi /etc/sysconfig/network-scripts/ifcfg-eth0 将ONBOOT=no 改为yes即可 原文链接: http://ypf3027.iteye.com/blog/2009925
阅读全文
posted @ 2018-06-09 11:22 余***龙
阅读(456)
评论(0)
推荐(0)
2018年6月8日
Linux常用命令总结
摘要: linux常用命令: https://blog.csdn.net/xiaoguaihai/article/details/8705992 常用命令 1.数据同步写入磁盘: sync 2.马上关机: shutdown -h now 3.指定5分钟后关机,同时送出警告信息给登入用户: shutdown
阅读全文
posted @ 2018-06-08 09:40 余***龙
阅读(156)
评论(0)
推荐(0)
2018年6月7日
存储过程入门例子
摘要: 创建存储过程: create or replace procedure test ( p1 in out number,p2 in number,r1 out number,r2 out number) as begin r1 := p1 + p2; r2 := p1 - p2; p1 := 888
阅读全文
posted @ 2018-06-07 10:19 余***龙
阅读(157)
评论(0)
推荐(0)
2018年6月3日
基于 CentOS 搭建 FTP 文件服务
摘要: https://www.linuxidc.com/Linux/2017-11/148518.htm
阅读全文
posted @ 2018-06-03 18:29 余***龙
阅读(215)
评论(0)
推荐(0)
2018年5月11日
计算机组成原理笔记
摘要: 第一章 计算机系统概论 计算机分为硬件和软件 硬件指各种组成的电子元器件 软件分为系统软件和应用软件 系统软件主要用来管理计算机系统,管理计算机资源,高效率运用资源,包括标准程序库,语言处理程序,操作系统,数据库管理系统,网络软件等 应用软件称为应用程序,根据用户的需求编制的各种应用程序 复杂的计算
阅读全文
posted @ 2018-05-11 07:55 余***龙
阅读(406)
评论(0)
推荐(0)
2018年4月20日
一个示例让你明白适配器模式
摘要: 适配器模式就是用适配器类实现旧的接口实现类,然后在实现中用新的实现方法代替,当调用具体实现方法时,实际上是调用了新的实现方法 https://blog.csdn.net/zhangjg_blog/article/details/18735243
阅读全文
posted @ 2018-04-20 08:25 余***龙
阅读(158)
评论(0)
推荐(0)
2018年3月15日
bootstrap记录
摘要: 1 <div class="container"> 2 <h1> 3 Hello,world! 4 </h1> 5 <div class="row"> 6 <div class="col-lg-2"> 7 <h2 class="page-header"> 8 区域一 9 </h2> 10 <p> 1
阅读全文
posted @ 2018-03-15 09:56 余***龙
阅读(189)
评论(0)
推荐(0)
2018年3月14日
float和position的使用
摘要: http://blog.csdn.net/yaodebian/article/details/58621183
阅读全文
posted @ 2018-03-14 14:38 余***龙
阅读(170)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
40
下一页
公告