cut是切割文件用,简单取列的命令 cut常见命令参数 -b, --bytes=LIST select only these bytes -c, --characters=LIST select only these characters -d, --delimiter=DELIM use DELI... ...
分类:
系统相关 时间:
2018-07-01 20:28:21
阅读次数:
231
$\mathcal{JuLao \ \& \ \ Dalao}$ "$\_rqy$" "$\_stdcall$" 并肩奋斗的$Oier$ "王旭" "苑骏康" "张梓淳" 好盆友 "角角$qwq$" ...
分类:
其他好文 时间:
2018-07-01 20:27:38
阅读次数:
173
(1) ls -l:长格式文件类型: -:普通文件 (f) d: 目录文件 b: 块设备文件 (block) c: 字符设备文件 (character) l: 符号链接文件(symbolic link file) p: 命令管道文件(pipe) s: 套接字文件(socket)例:ls -ld /r ...
分类:
系统相关 时间:
2018-07-01 13:42:07
阅读次数:
229
Loading and Linking Shared Libraries from Applications Up to this point, we have discussed the scenario in which the dynamic linker loads and links sh ...
分类:
其他好文 时间:
2018-06-30 16:18:51
阅读次数:
169
https://help.ubuntu.com/lts/serverguide/ Jabber Instant Messaging Server https://help.ubuntu.com/lts/serverguide/jabberd2-server.html.zh-CN ...
分类:
系统相关 时间:
2018-06-28 13:46:52
阅读次数:
177
only support V1709 and install tooling by:run lpksetup.exe Download links:Chinese – Traditional For 32-bit http://download.windowsupdate.com/d/msdownl ...
分类:
编程语言 时间:
2018-06-27 13:51:35
阅读次数:
1632
npm install npm install -g webpack 之后再执行npm run dev报错如下 1.npm ERR! addLocal Could not install /home/vagrant/code/fronthollyerp/–no-bin-links 执行npm i - ...
分类:
其他好文 时间:
2018-06-25 13:00:28
阅读次数:
259
今天来介绍一下栈。本文先从栈的基本概念和结构入手,接着讲解基本操作,最后通过一个回文数的例子来巩固今天学的栈操作 一、栈的基本概念 栈: 只允许在一端进行插入或删操作的线性表。首先栈是一种线性表,但是限定这种线性表只能在某一段进行插入和删除操作 栈顶:线性表允许进行插入和删除的那一端 栈底:固定的, ...
分类:
其他好文 时间:
2018-06-24 15:04:09
阅读次数:
216
Link Extractors 的目的很简单: 提取链接? 每个LinkExtractor有唯一的公共方法是 extract_links(),它接收一个 Response 对象,并返回一个 scrapy.link.Link 对象。 Link Extractors要实例化一次,并且 extract_l ...
分类:
其他好文 时间:
2018-06-21 01:45:28
阅读次数:
188
模型表示(Representations) 消息(Messages) URIs 一致接口(Uniform interface) 无状态(Stateless) 资源之间的链接(Links between resources) 缓存(Caching) Restful 接口的 幂等性 :对同一Restfu ...
分类:
其他好文 时间:
2018-06-20 22:43:03
阅读次数:
265