原创 Hadoop 新手填坑指南

文章目錄前沿文檔列表Hadoopssh: Could not resolve hostnameFailed on local exception: java.io.IOException: Connection reset by

原创 樹莓派安裝CentOS+PHP+MariaDB+Redis+Memecache

樹莓派安裝CentOS+PHP+MariaDB+Redis+Memecache前言安裝 CentOS下載CentOS Arm 鏡像安裝鏡像擴展磁盤空間連接Wifi關閉防火牆Yum命令修復安裝一些常用的命令安裝 Nginx安裝 Redi

原创 MongoDB 從入門到入坑

安裝 官方文檔: http://www.mongoing.com/docs/tutorial/install-mongodb-on-red-hat.html sudo vim /etc/yum.repos.d/mongodb-org-

原创 Shell 批量修改文件名

批量修改圖片文件名,修復文件擴展名 嘖嘖 #!/bin/bash file_list=`ls` output_dir='output' if [ ! -d $output_dir ]; then mkdir $output_di

原创 React Native Android 開發巨坑

〇. Android Native 接入 React Native 1. 基本配置規則 https://reactnative.cn/docs/integration-with-existing-apps/ 2. 稍作優化 如果Nat

原创 ffmpeg 視頻生成Animated Webp

關鍵詞: ffmpeg, Animated Webp,動圖,逆向,倒放,抖音,預覽圖, 需求 給視頻動態預覽圖(參考抖音) (圖片來源於抖音) 爲了使動圖更自然,需要 正向 + 逆向 播放。 即 1 2 3 4 5 4 3

原创 ffmpeg常用命令

1.分離視頻音頻流 ffmpeg -i input_file -vcodec copy -an output_file_video  //分離視頻流 ffmpeg -i input_file -acodec copy -vn outp

原创 詳解如何用django實現redirect的幾種方法總結

這篇文章主要介紹瞭如何用django實現redirect的幾種方法總結,詳細的介紹3種實現方式,對大家的學習或者工作具有一定的參考學習價值,需要的朋友們下面隨着小編來一起學習學習吧 用django開發web應用,

原创 Shell 控制檯顏色控制

輸出特效格式控制: \033[0m 關閉所有屬性 \033[1m 設置高亮度 \03[4m 下劃線 \033[5m 閃爍 \033[7m 反顯 \033[8m 消隱 \033[30m – \033[37m

原创 Git push 的常用命令

文章目錄Git push 的常用命令1.1 git push origin master1.2 git push origin :refs/for/master1.3 git push origin1.4 git push1.5 gi