描述 Given an N-digit number, you should remove K digits and make the new integer as large as possible. Given an N-digit number, you should remove K dig ...
分类:
其他好文 时间:
2018-09-08 11:41:36
阅读次数:
139
环境ironic-api ironic-conductor,ironicclient均升级为Queens版本 官网说明API版本为1.38才支持rescue/unrescue,所以修改下openrc文件 export OS_PROJECT_DOMAIN_NAME=default export OS_ ...
分类:
Web程序 时间:
2018-08-21 18:27:02
阅读次数:
324
1.1 每天晚上12点打包备份/etc目录到/tmp下面 脚本 1.命令[root@oldboyedu50-lnb ~]# tar zcf /tmp/etc-`date +%F`.tar.gz /etc/tar: Removing leading `/' from member names[root@oldboyedu50-lnb ~]# ll /tmp/etc-2
分类:
其他好文 时间:
2018-08-09 17:27:36
阅读次数:
288
https://stackoverflow.com/questions/1946738/vim-how-to-delete-every-second-row An elegant (and efficient) way to accomplish the task is to issue the : ...
分类:
系统相关 时间:
2018-07-29 00:49:26
阅读次数:
235
Description Let’s play a stone removing game. Initially, n stones are arranged on a circle and numbered 1, …, n clockwise (Figure 1). You are also giv ...
分类:
其他好文 时间:
2018-07-14 00:52:35
阅读次数:
184
Sign-out 登出 IdentityServer的登出就像删除认证cookie一样简单,但是为了完成一个完整的联合签名,我们必须考虑将用户从客户端应用程序中(甚至可能是上游的Identity提供者)登出。 Removing the authentication cookie删除认证cookie ...
分类:
其他好文 时间:
2018-07-08 00:00:48
阅读次数:
3323
一、RPM 准备环境 安装脚本setup.py内容如下: 在linux环境下执行打包编译命令: python2 setup.py bdist --formats=rpm formats参数=wininst则会打包为.exe程序 创建安装程序或包时,会出现一些错误和警告,只要看到 writing ma ...
分类:
编程语言 时间:
2018-07-03 20:11:21
阅读次数:
172
Little Nastya has a hobby, she likes to remove some letters from word, to obtain another word. But it turns out to be pretty hard for her, because she ...
分类:
其他好文 时间:
2018-06-28 22:50:43
阅读次数:
208
Programming Assignment 2: Deques and Randomized Queues Write a generic data type for a deque and a randomized queue. The goal of this assignment is to ...
分类:
其他好文 时间:
2018-06-26 00:44:49
阅读次数:
225
首先datagrid中的pagination属性设置为true: 如 每次会自动传输 pageNum和pageSize到你写的那个URL地址 后台接收的时候是 page // 当前页数 和 rows //每页显示数目 两个数 然后根据这两个数就可以用 MySQL 中的 limit 方法 控制输出条数 ...
分类:
其他好文 时间:
2018-06-11 18:56:13
阅读次数:
262