原创 [問題記錄]報錯:npm ERR! missing script: serve

報錯:npm ERR! missing script: serve 在VSCode Terminal運行 npm run serve 報錯 改爲 npm run dev 成功!! 我的GitHub 歡迎多交流!

原创 [問題記錄]Dev-C++報錯:createprocess:no such file or directory

Dev-C++報錯:createprocess:no such file or directory 下載地址: Dev-C++ 報錯解決方案: Dev C++ not compiling. Error Message in com

原创 你應該搞懂的 Java 基本類型與 String 類互換

Java 中基本類型與 String 類相互轉換 Stay Hungry, Stay Foolish. 在日常編碼中,我們經常會遇到基本類型與 String 類型互換的問題,在此做個小結。 目錄 基本類型 -> String

原创 1207. Unique Number of Occurrences (Python3)

1207. Unique Number of Occurrences (Python3) Given an array of integers arr, write a function that returns true if

原创 MPI Send and Receive

MPI Send and Receive MPI_Send( void* data, int count, MPI_Datatype datatype, int destination, i

原创 Java程序設計——多線程機制課後習題答案

Java程序設計——多線程機制課後習題答案 教材爲:Java程序設計精編教程(第3版) 第12章——Java多線程機制 課後習題11: 張某、李某和趙某買電影票,售票員只有三張5元的錢,電影票5元錢一張。張某拿20元一張的人民幣排

原创 [LeetCode]1. Two Sum (C++)

1. Two Sum Easy Share Given an array of integers, return indices of the two numbers such that they add up to a spec

原创 多元統計分析與R語言建模複習筆記

多元統計分析與R語言建模複習筆記 參考資料: 多元統計分析及R語言建模 王斌會教授 視頻: https://www.icourse163.org/learn/JNU-1002335007#/learn/content?type=d

原创 初探Python網絡爬蟲:Requests庫

初探Python網絡爬蟲:Requests庫 首先打開cmd,輸入pip install requests,下載requests庫 >>> import requests >>> r=requests.get("http://ww