原创 python之編碼

轉自本人舊博客 title: python之編碼 date: 2017-07-13 16:26:57 tags: python categories: python decode 和 encode 字符串在Python內部的表

原创 node

轉自本人舊博客 title: node date: 2017-07-24 18:14:20 tags: node categories: 前端 1. 基礎 npm -v 使用模塊 var express=require(‘e

原创 nginx

轉自本人舊博客 title: nginx date: 2018-03-16 16:09:58 tags: nginx categories: 操作系統 nginx 正向代理 反向代理:負載均衡(默認爲輪詢) 什麼是ngin

原创 python之*args和**kwargs

轉自本人舊博客 title: ‘*args和**kwargs’ date: 2017-07-21 10:15:51 tags: python categories: python 用法 它們主要用於函數定義,可以將不定數量的

原创 python之 生成器-Generators

轉自本人舊博客 title: 生成器-Generators date: 2017-07-21 15:11:24 tags: python categories: python Generators(生成器) 一種迭代器,但是

原创 python基礎整理

轉自本人舊博客 title: python date: 2018-01-10 14:32:06 tags: categories: python核心 1. python基礎 查漏補缺: 數字: python長整型僅受限於用戶

原创 python內建模塊-Collections

轉自本人舊博客 title: Collections date: 2017-07-21 18:29:01 tags: python categories: python內建模塊 Collections是python內建的一個集

原创 mongo基礎整理

轉自本人舊博客 title: mongo date: 2017-07-24 23:44:07 tags: mongo categories: 數據庫 基礎整理 操作 mac安裝 brew update brew insta

原创 Markdown基礎語法

轉自本人舊博客 title: Markdown基礎語法 date: 2016-06-20 22:30:23 tags: Markdown categories: language 標題 # 一級標題 ## 二級標題 ### 三

原创 BeautifulSoup

轉自本人舊博客 title: BeautifulSoup date: 2017-08-17 21:00:53 tags: python categories: 爬蟲 安裝和使用 安裝 pip install beautifu

原创 選電腦需要看的~

轉自本人2017年的日誌 基礎配置 看圖吧先 1. CPU(處理器) inter:酷睿i3、酷睿i5、酷睿i7 i5 5200U:中端處理器,第五代,編號200 ADM 概述: i3:普通辦公 i5:玩網遊 i7:性

原创 黑產整理-2017

打碼接碼平臺、雲控羣控平臺、套現中介 1. 打碼、接碼 打碼 打碼平臺,就是打驗證碼。很多軟件需要輸入驗證碼後才能登陸。 程序將驗證碼傳給打碼平臺的識別接口,打碼平臺將驗證碼發給後端的“打碼工”進行識別,並獲取識別結果。這樣

原创 python模塊之-Collections

轉自本人舊博客 title: Collections date: 2017-07-21 18:29:01 tags: python categories: python內建模塊 Collections是python內建的一個集

原创 linux基礎

轉自本人舊博客 title: linux date: 2017-06-24 23:50:33 tags: linux categories: Linux 基礎命令 uname: 顯示內核類別 -a 顯示詳細 touch:創建

原创 bash腳本

轉自本人舊博客 title: bash date: 2017-05-08 10:38:56 tags: categories: 運行失敗時腳本退出 set -e 或 set -o errexit 未申明變量時,