[root@localhost frr-stable-7.3]# make true make all-am make[1]: Entering directory `/root/frr/frr-stable-7.3' CLIPPY bgpd/bgp_debug_clippy.c /bin/sh: ...
分类:
其他好文 时间:
2020-04-20 15:45:35
阅读次数:
83
I I HDU 3466Proud Merchants(贪心+01背包) Recently, iSea went to an ancient country. For such a long time, it was the most wealthy and powerful kingdom in ...
分类:
其他好文 时间:
2020-04-20 14:04:37
阅读次数:
77
给你两个整数数组 arr1 和 arr2,返回使 arr1 严格递增所需要的最小「操作」数(可能为 0)。 每一步「操作」中,你可以分别从 arr1 和 arr2 中各选出一个索引,分别为 i 和 j,0 <= i < arr1.length 和 0 <= j < arr2.length,然后进行赋 ...
分类:
编程语言 时间:
2020-04-19 23:45:43
阅读次数:
131
编译make MALLOC=libc安装到指定目录make install PREFIX=/opt/cluster/redis1 redis启动redis-server redis-confredis关闭redis-cli shutdown 配置域名映射199.232.28.133 raw.gith ...
分类:
其他好文 时间:
2020-04-19 23:42:01
阅读次数:
118
单机搭建: 安装 gcc yum install -y gcc-c++ 下载 redis-3.0.6.tar.gz,并解压: tar -zxvf redis.3.0.6.tar.gz 编译:进入解压目录,执行命令: make 安装redis:在解压目录下执行命令: make install PREF ...
分类:
其他好文 时间:
2020-04-19 15:08:52
阅读次数:
71
在软件的工程中的源文件是很多的,其按照类型、功能、模块分别放在若干个目录和文件中,哪些文件需要编译,那些文件需要后编译,那些文件需要重新编译,甚至进行更复杂的功能操作,这就有了我们的系统编译的工具。在linux和unix中,有一个强大的实用程序,叫make,可以用它来管理多模块程序的编译和链接,直至生成可执行文件。make程序需要一个编译规则说明文件,称为makefile,makefile文件中描
分类:
编程语言 时间:
2020-04-19 09:17:58
阅读次数:
65
时域冲激串的频谱仍为冲激串,两者的间隔互为倒数 连续信号频谱对应的是模拟角频率。 离散对应周期,周期对应离散。连续对应非周期,非周期对应连续。 离散周期对应离散周期,make sense:) ...
分类:
其他好文 时间:
2020-04-19 01:02:33
阅读次数:
133
struct resbuf 结构就象LISP里面的表((LISP a b)(LISP a b)(LISP a b)(LISP a b).....) 之类的东东,主要是用来做一个对象的DXF组码链表,然后用来给别的涵数生成对象之类的处理,如果是生成对象的话我们可以不用struct resbuf结构来做 ...
分类:
其他好文 时间:
2020-04-18 22:38:25
阅读次数:
79
IaddedaGlideListfieldcalledGroups(u_groups)atthetemplateform.AddedthefollowingtoACLsys_templateread:u_groupsisnotemptyChangetheanswerinBusine***uleSNCTemplateQuerylikethisvararr_groups=getMyGroups().t
分类:
其他好文 时间:
2020-04-18 15:53:51
阅读次数:
52
This is the hard version of the problem. The difference is the constraint on the sum of lengths of strings and the number of test cases. You can make ...
分类:
编程语言 时间:
2020-04-18 14:10:40
阅读次数:
87