Usage(){
cat <<EOF Usage:
$ [tenant] $ (Run database table check_table_data_config all tenants)
$ mycommunity_agile (Run database table check_table_data_config of mycommunity_agile,if not exists,it will not run)
$ -h (Display this document) EOF
exit
} # 显示帮助
[ "$1" = "-h" ] && Usage
echo "not end"

最新文章

  1. linux grep
  2. Scala-Trait:混入与多态
  3. LeetCode:Convert Sorted Array to Binary Search Tree,Convert Sorted List to Binary Search Tree
  4. 关于mybatis 在C#.Net中批量增,删,改
  5. 在 linux(ubuntu) 下 安装 LibSVM
  6. css table表格无法调整宽度问题分析
  7. 03 InnoDB锁问题
  8. keybd_event函数用法
  9. Python展开一个嵌套的序列
  10. 关键路径(CriticalPath)算法
  11. [C#参考]byte数组和Image的相互转换
  12. elasticsearch的rest搜索--- 查询
  13. 巩固java(六)----java中可变参数方法(非常实用哦)
  14. Web从入门到放弃&lt;4&gt;
  15. ssh 无秘钥登录
  16. Collection 和 Collections 、 Array 与 Arrays 的区别
  17. oracle-sakila-db sakila的Oracle版本
  18. 如何以Java实现网页截图技术
  19. kubernetes挂载ceph rbd和cephfs的方法
  20. python去除html空格

热门文章

  1. java开发岗位面试整理
  2. Mac下载Navicat premium提示文件损坏的解决方案
  3. JAVA短信验证码 工具类
  4. 轮播图js版&amp;jQ版
  5. Angungular.js 的过滤器&amp;工具方法
  6. Leetcode641.Design Circular Deque设计循环双端队列
  7. poj 2288 Islands and Bridges——状压dp(哈密尔顿回路)
  8. web前端学习(四)JavaScript学习笔记部分(3)-- JavaScript函数+异常处理+事件处理
  9. html DOM(CSS放置位置的问题)
  10. 模拟退火解TSP问题MATLAB代码