原创 python url格式轉json

from urllib import parse import json def test(): s=parse.unquote("%7B%22group%22%3A%22code%3ACS%20534%22%2C%22key

原创 python爬蟲 request payload

import requests import json headers = { 'Content-Type': 'application/json', ...... } data = { "n": "測試logo", "s

原创 python 解析json數據

https://blog.csdn.net/pengjunlee/article/details/89280812 # 將 JSON 對象類型轉換爲 Python 字典 user_dic = json.loads(json_str) p

原创 latex定義常量

\def\upsep{7.2} \def +\常量名+{常量}

原创 word中插入excel表格(保留格式)

1.首先可以用 python將數據存到csv文件中 2.excel另存爲 然後選擇表格中對應的區域   word中打開後 在複製到需要這個表格的word文件的對應位置 

原创 機器學習基礎 公開課

multivariable calculuslinear algebradifferential equationsintroduction to probabilitystatistics for applicationsmatrix

原创 sql兩個表操作

1. 選出一個表的一部分 select * into result5 from result where result.F2 in (select f3 from result4) 2.兩張表連接 select result4.f1,

原创 This version of ChromeDriver only supports Chrome version ...

查看chrome-version版本 chrome://version/ 下載chrome瀏覽器對應的chrome driver: http://chromedriver.storage.googleapis.com/index.html

原创 A guide towards phd study

So long, and thanks for the Ph.D. https://ronaldazuma.com/ TL;DR (Executive Summary) A computer science graduate school

原创 word 數學符號

   

原创 word窗口視圖層次化設置

https://jingyan.baidu.com/article/aa6a2c148bfe290d4c19c436.html

原创 word修改目錄樣式

1.插入目錄   2.選擇修改  3.在樣式中進行修改 4. 其他 5.修改頁碼字體 設置西文字體

原创 隨機變量的分佈

離散型隨機變量        連續型隨機變量   在連續型隨機變量中,概率密度就成爲了一個比較重要的概念

原创 方差公式推導