- 增加服务树查看向导
- 增加申请服务器权限向导页面
- 服务器列表需要增加「服务器状态」列
- 服务器选择页面,列表增加直接针对服务器的筛选入口(input 模糊查询)
- 服务器选择页面,增加直接导入 csv 数据(同时进行校验权限)
- 第三步,填写相关参数部分,针对目标节点批量操作,要增加提示。目前,操作入口太不明显。
- 批量操作,点开后,节点默认自动展开
- 增加第四步, 在步骤向导显示上。「预览」
- 预览页面,可能触发的流程展示(涵盖被分成多少个流程,流程的处理人是谁。)
tail -f ump.letv.com.log | awk -F ' ' '{split($7,b,"?");print $4$5, $9, $1, b[1]}'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
老师分享的莫言的一个感悟: | |
有一次, 歌德和贝多芬在路上并肩行走. 突然,对面来了国王的仪仗. 贝多芬昂首挺胸, 从国王的仪仗队面前挺身而过.歌德退到路边, 摘下帽子, 在仪仗队面前恭敬肃立. | |
我想, 这个故事向我们传达的就是对贝多芬的尊敬和对歌德的蔑视. | |
在年轻的时候, 我也认为贝多芬了不起, 歌德太不象话了. 但随着年龄的增长, 我慢慢意识到, 在某种意义上, 像贝多芬那样做也许并不困难. 但像歌德那样, 退到路边, 摘下帽子, 尊重世俗, 对着国王的仪仗恭恭敬敬地行礼反而需要巨大的勇气. |
@(工作笔记)[短域名|openrest|lua]
[TOC]
- CentOS 6.*
- openresty-1.11.2.1.tar.gz
- ourls-resty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git status -s | awk '{print $2}' | sed 's/\(.*\)/rsync -cav \1 [email protected]:~\/\1/' | sh |
因为本身存在 le.com 邮件域 和 letv.cn 邮件域
(db_admin@localhost) [ump]> select substring_index(username, '@', 1) as pre_name, username, count(id) as count from ump_user_info where status = 0 group by pre_name having count > 1 ;
+-------------+----------------------+-------+
| pre_name | username | count |
+-------------+----------------------+-------+
| chrysellen | chrysellen@le.com. | 2 |
| crystalngai | crystalngai@letv.com | 2 |
- 移除
.user.ini
$ chattr -i /home/wwwroot/lumen.rambolee.com/.user.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
一个不走的表一天也会对两次! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
大多数人一天只在做两件事:Make a plan, then destroy it。 |