newalan

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2018年12月21日

摘要: shell截取字符串的方法 http://www.cnblogs.com/xwdreamer/p/3823463.html shell中截取字符串的方法有很多中,${expression}一共有9种使用方法。${parameter:-word}${parameter:=word}${paramete 阅读全文
posted @ 2018-12-21 09:31 newalan 阅读(234) 评论(0) 推荐(0)

摘要: 看美国中期选举学到的三个词 阅读全文
posted @ 2018-12-21 09:28 newalan 阅读(836) 评论(0) 推荐(0)

摘要: grep -i 忽略大小写 阅读全文
posted @ 2018-12-21 09:27 newalan 阅读(466) 评论(0) 推荐(0)

摘要: oracle 新创建表后,在user_tables没有,在user_tab_columns也没有,暂时未找到办法 阅读全文
posted @ 2018-12-21 09:26 newalan 阅读(1124) 评论(0) 推荐(0)

摘要: 1.awk基础 awk的环境变量及其意义 https://blog.csdn.net/snowpay/article/details/52451718 linux awk命令详解 https://www.cnblogs.com/xudong-bupt/p/3721210.html 2.awk字符串连 阅读全文
posted @ 2018-12-21 09:11 newalan 阅读(1391) 评论(0) 推荐(0)

摘要: 几个方法 1.tr命令 2.sed替换 3.awk的tolower() toupper() 4.perl语言 详见 http://blog.51cto.com/wangxiaoyu/197623 Linux下大小写转换方法全析 阅读全文
posted @ 2018-12-21 09:07 newalan 阅读(967) 评论(0) 推荐(0)

摘要: python写xml的库和用法 几个问题: 1.乱码问题 设写入UTF-8编码 write函数增加encoding='utf-8' 2.空元素xml节点简写及完整写 write函数增加 short_empty_elements=False 阅读全文
posted @ 2018-12-21 08:59 newalan 阅读(175) 评论(0) 推荐(0)

摘要: 待补充 阅读全文
posted @ 2018-12-21 08:54 newalan 阅读(166) 评论(0) 推荐(0)

2018年11月16日

摘要: 参考官网: https://docs.gitlab.com/ee/raketasks/backup_restore.html Backing up and restoring GitLab 及 https://www.cnblogs.com/wenwei-blog/p/6362829.html gi 阅读全文
posted @ 2018-11-16 18:38 newalan 阅读(268) 评论(0) 推荐(0)

摘要: 参考官网安装 https://about.gitlab.com/install/#centos-6 1.安装依赖sudo yum install -y curl policycoreutils-python openssh-server croniesudo lokkit -s http -s ss 阅读全文
posted @ 2018-11-16 18:04 newalan 阅读(164) 评论(0) 推荐(0)