文章归档

第10/21页
  1. Minio策略配置

    参考文档 https://min.io/download /linux http://docs.minio.org.cn/docs/master/minio client complete guide https://github.com/minio/minio/…

  2. Laravel学习笔记

    资料 https://laravel.com/ https://learnku.com/docs/laravel/6.x https://laravelacademy.org/books/php tutorial 安装Laravel命令行 工程初始化 Artisa…

  3. ES导出CSV

    参考文档 https://cloud.tencent.com/developer/article/1639594 https://github.com/taraslayshchuk/es2csv/blob/master/docs/EXAMPLES.rst Gith…

  4. Composer学习笔记

    参考文档 https://docs.phpcomposer.com/00 intro.html https://www.runoob.com/w3cnote/composer install and usage.html https://developer.ali…

  5. 简易服务重启脚本

    Crontab脚本

    历史归档Linux运维
  6. 使用acme申请SSL证书

    github https://github.com/acmesh official/acme.sh/wiki/%E8%AF%B4%E6%98%8E https://github.com/acmesh official/acme.sh/wiki/dnsapi 过程

  7. Telegraf告警配置

    参考文档 https://github.com/influxdata/telegraf/tree/master/plugins/inputs https://github.com/influxdata/telegraf/tree/master/plugins/pa…

  8. ChromeDriver僵尸进程清理

    脚本

    历史归档开发工具
  9. GitBook安装

    参考文档 https://blog.csdn.net/Venry /article/details/110948703 https://www.cnblogs.com/cyxroot/p/13754475.html https://blog.csdn.net/qq…

  10. MongoDB学习笔记

    参考文档 https://www.jianshu.com/p/2a65343a857e 常用查询

  11. 爬虫入门学习笔记

    参考文档 https://www.zhihu.com/question/268769681 https://zhuanlan.zhihu.com/p/29436838 XPath http://blog.itpub.net/31557738/viewspace 2…

  12. Elasticsearch学习笔记

    GUI elasticvue chrome插件 查询 + 管理 elasticsearch head https://github.com/mobz/elasticsearch head chrome插件 查询 + 管理 Kaizen https://www.el…

  13. MySQL5.6JSON解析

    MySQL5.6JSON解析 新建存储过程 查询

  14. AIX下非root安装sqlplus及mysql客户端

    场景 同事的一个新需求,需要在AIX上以shell脚本的方式,调用sqlplus客户端连接Oracle数据库,调用mysql客户端连接MySQL数据库。 想尽量简化开发,只用纯脚本方式实现,不想替换为Java或其它方案,且不想远程调用其它Linux主机上的客户端。…

  15. Git内部培训课件

    Git简介 什么是版本控制 版本控制系统(Version Control System,简称VCS)是一种记录一个或若干文件内容变化,以便将来查阅特定版本修订情况的系统。 按类型可以分为: 本地版本控制系统 例如RCS(至少我是从来没有用过) 本地版本控制系统解决…