#!/bin/bash trap 'onCtrlC' INTfunction onCtrlC () { echo 'Ctrl+C is captured'} while true; do echo 'I am working!' sleep 1done ...
分类:
系统相关 时间:
2019-08-06 11:15:56
阅读次数:
179
testwebsite Creating Test environment https://blog.norz.at/creating-a-citrix-netscaler-test-environment/ Being a Citrix Certified Instructor I am very ...
分类:
Web程序 时间:
2019-08-06 11:08:59
阅读次数:
227
描述 给你一个数n,请你把n的所有约数都找出来(显然1和n本身肯定都是n的约数),假设这些约数我们用a0,a1,a2……am表示,其中a0=1,am=n。可以用这些约数中一些或全部来组成序列ai0ai1…aik,但组成的序列需要满足序列中的每一项都能被后一项整除这一条件,现在请你找出满足条件的序列的 ...
分类:
其他好文 时间:
2019-08-06 01:14:36
阅读次数:
131
https://blog.51cto.com/amunlinux/2426478上一篇文章讲述了nginx+vsftpd下载上传服务部署本章写一下关于history优化及cd到新目录时自动显示目录名cat/etc/profileexportUSER_IP=who-uami2>/dev/null|awk‘{print$NF}‘|sed-e‘s/[()]//g‘e
分类:
其他好文 时间:
2019-08-05 11:11:12
阅读次数:
120
public abstract static class OnScrollListener { /** * Callback method to be invoked when RecyclerView's scroll state changes. * * @param recyclerView ...
分类:
其他好文 时间:
2019-08-04 19:42:41
阅读次数:
107
思路:分治法 枚举4组数O(n^4)绝对超时 因此可以使用分治的思想,将 4 组数分为两组,然后每组再分别计算和,最后对两组合进行排序,让正数与负数相加判断是否为 0 即可 ...
分类:
其他好文 时间:
2019-08-02 09:16:17
阅读次数:
105
Submit a manuscript through EDAS and I am using the IEEEtran class (conference option). EDAS gives the following errors: Solutions: 1. May be caused b ...
分类:
其他好文 时间:
2019-08-01 00:03:17
阅读次数:
496
1. 我们在哪见过吗? Have we met? You must be Purr. 2. 非常高兴最后见到你了 I am very happy to finally meet you. / I'm delighted to meet you. I am glad to hear that. 3.你 ...
分类:
其他好文 时间:
2019-07-31 23:58:00
阅读次数:
210
#跳板机添加用户 useradd leixiaolong #install home Dir auto cd /home/leixiaolong mkdir .ssh cd .ssh touch authorized_keys chmod 600 authorized_keys chown -R l ...
分类:
系统相关 时间:
2019-07-31 22:02:00
阅读次数:
144
"Haybale Guessing" 题目描述 The cows, who always have an inferiority complex about their intelligence, have a new guessing game to sharpen their brains. A ...
分类:
其他好文 时间:
2019-07-31 18:09:45
阅读次数:
87