# Example config file /etc/vsftpd/vsftpd.conf## The default compiled in settings are fairly paranoid. This sample file# loosens things up a bit, to ma ...
分类:
系统相关 时间:
2018-12-22 11:44:44
阅读次数:
179
There is a ball in a maze with empty spaces and walls. The ball can go through empty spaces by rolling up(u), down (d), left (l) or right (r), but it ...
分类:
其他好文 时间:
2018-12-22 11:44:21
阅读次数:
195
This problem was recently asked by Google. Given a list of numbers and a number k, return whether any two numbers from the list add up to k. For examp ...
分类:
其他好文 时间:
2018-12-22 11:36:58
阅读次数:
175
"031602111 傅海涛" "031602115 黄家雄" 原来我认为开发一个项目最重要的就是写代码,似乎整个软件都是编代码,因为自己动手能力不强所以就很排斥做项目。可是经过我们学习软工课程到团队做项目再到学习软件工程实践课程之后,我才真正意识到实施一个软件工程项目并不是说简单的会编码就能够解决 ...
分类:
其他好文 时间:
2018-12-22 01:27:51
阅读次数:
186
ip addr ip link tcpdump -i veth1 -e -v route -n ip route arp ethtool -S veth0 ip link add type veth ip link set dev veth0 up ip addr add dev veth0 192 ...
分类:
其他好文 时间:
2018-12-21 14:13:59
阅读次数:
152
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 ex ...
分类:
其他好文 时间:
2018-12-21 13:11:49
阅读次数:
149
MT6235 is capable of running the ARM926EJ-S(32-bit) RISC processor at up to 208 MHz, thus providing fast data processing capabilities. In addition to ...
分类:
其他好文 时间:
2018-12-20 14:45:13
阅读次数:
242
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 ex ...
分类:
其他好文 时间:
2018-12-20 01:04:03
阅读次数:
235
tf.count_up_totf.count_up_to(ref,limit,name=None)增加“ref”直到它达到“limit”参数:ref:一个变量,必须是int32,int64类型。必要来自于一个scalarVariable节点limit:一个int,如果增加ref在limit之上,将报错‘OutOfRange‘。name:操作名字(可选)返回:tensor,和ref类
分类:
其他好文 时间:
2018-12-19 19:31:04
阅读次数:
146
在Linux中,如果想让程序在后台运行,需要用&结尾;nohup ./aa.sh &:后台运行aa.sh,程序的标准输出会写到nohup.out中;如果在运行一个进程,并且在退出账户/关闭终端之后还希望继续运行相应的进程,可以使用nohup命令,nohup的意思就是 no hang up;指定输出文 ...
分类:
系统相关 时间:
2018-12-18 12:10:27
阅读次数:
217