码迷,mamicode.com
首页 >  
搜索关键字:up    ( 7825个结果
两字短语
1.Hold on.等一等。(电话用语) 2. I’m home.我回来了。 3. Good luck! 祝你好运! 4.Not bad.还不错。 5. Shut up! 闭嘴! 6. Watch out! 当心。 7.Never mind.不要紧。 8. Follow me. 跟着我。 9. Le ...
分类:其他好文   时间:2019-05-14 16:17:33    阅读次数:696
第12周
路由分类: 1、直连路由(同网段,端口up) 2、非直连路由:静态路由,动态路由 动态路由协议分类 自制系统AS:编号范围1-65535 RIP协议概述 路由回路的解决方法: 1、定义最大跳数 2、水平分割 3、毒性逆转 4、触发更新 5、Hold-Down定时器 ...
分类:其他好文   时间:2019-05-14 13:05:37    阅读次数:115
排序算法 之 堆排序
最后结果为: 12123123232623排序前的数据为 :12 123 12323 26 23push_up 第1次 :12 123 12323 26 23push_up 第2次 :123 12 12323 26 23push_up 第3次 :12323 12 123 26 23push_up 第 ...
分类:编程语言   时间:2019-05-13 20:18:17    阅读次数:137
2.7 Rust Structs
A struct, or structure, is a custom data type that lets you name and package together multiple related values that make up a meaningful group. Definin ...
分类:其他好文   时间:2019-05-13 14:41:26    阅读次数:121
Use Git Credential Managers to Authenticate to Azure Repos
https://docs.microsoft.com/en-us/azure/devops/repos/git/set-up-credential-managers?view=azure-devops Install the Git Credential Manager Windows Downlo ...
分类:其他好文   时间:2019-05-13 14:38:18    阅读次数:124
Windows下搭建Hugo博客
★内容参考B站Up主CodeSheep,视频地址:https://www.bilibili.com/video/av51574688我整理了Windows下的操作方法,如下: 1:在https://github.com/gohugoio/hugo/releases地址下找到Windows压缩文件下载 ...
分类:Windows程序   时间:2019-05-13 13:54:16    阅读次数:354
网络设备
网络设备状态控制 内核模块和用户空间模块获取网络设备的信息状态主要方式有 netdev_chain 通知链 netlink 的RTMGRP_LINK 组播 通知链的事件: 网络设备的启用: ifconfig up cli 最后调用ioctl的SIOCSIFFLAGS 来激活设备。而SIOCSIFFL ...
分类:其他好文   时间:2019-05-11 18:29:30    阅读次数:150
man:命令帮助使用手册
man:在linux中作为手册存在,含义就是命令的使用手册 在man命令的帮助使用手册中,其中的常用按键及其用途如下所示 按键 用处 空格键 向下翻一页 PaGe down 向下翻一页 PaGe up 向上翻一页 home 直接前往首页 end 直接前往尾页 / 从上至下搜索某个关键词,如“/lin ...
分类:其他好文   时间:2019-05-11 14:46:05    阅读次数:216
1. Two Sum[E]
题目 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ...
分类:其他好文   时间:2019-05-11 10:59:23    阅读次数:128
Eclipse常用快捷键
几个最重要的快捷键 定位 选中 定位/选中/操作同时 其它的代码编辑类快捷键 重构 编辑器、视图、透视图切换 Debug Up/Down/Right/Left类快捷键 F类快捷键 Eclipse快捷键大全 编辑 作用域 | 功能 | 快捷键 | | 全局 | 查找并替换 | Ctrl+F 文本编辑器 ...
分类:系统相关   时间:2019-05-10 23:49:07    阅读次数:167
7825条   上一页 1 ... 84 85 86 87 88 ... 783 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!