原创 基於過程的轂發方法

Process Modeling Process Modeling ● A technique for organizing and documenting the structure and flow of data throu

原创 spring web mvc的羅曼蒂克

文章目錄Spring Web MVC framework1. serlvet註冊Demo2. IoC容器創建Spring containerSpring IoC Container: BeanFactory & Applicati

原创 兼容性測試(Compatibility Testing)

What it means for software to be compatible interacts with and shares information correctly with other software Man

原创 靜態白盒測試:檢查代碼和設計(附思維導圖)

Examine the Design Documents & Code These are static, white box techniques. Handling these requires some programm

原创 每日一句英語翻譯練習(2020.4)

文章目錄2020/4/3(英譯漢)2020/4/2(漢譯英)2020/4/1(昨晚看雙城記,摘抄的排比句)2020/3 2020/4/3(英譯漢) 題目 Solution to the problem was ultimatel

原创 什麼是機器學習?從3個視角談起:學習任務、學習範式、學習模型

Three Perspectives of Machine Learning 機器學習的三個視角 Perspectives Description 描述 典型 Learning Tasks學習任務 Denoting

原创 失敗的設計有那些特徵?看看你的設計中了幾條

只有瞭解了什麼失敗的設計,才能更好的理解設計原則。 失敗的設計具有以下特徵: 【僵硬性】:系統很難更新,因爲每一次改變都會迫使系統其他部分發生許多其他變化 【脆弱性】:系統更新後容易崩潰 【不可移動性】:很難將系統分解成在其他系

原创 Java按鏈表從尾到頭的順序返回一個ArrayList

題目描述 輸入一個鏈表,按鏈表從尾到頭的順序返回一個ArrayList。 代碼 /** * public class ListNode { * int val; * ListNode next =

原创 3 AI 經典搜索算法知識點

文章目錄3.1 Problem solving in AI 人工智能中的問題求解3.2 ExampleProblem 1: 8-queens problemProblem 2: 8-puzzle 8數碼難題Searching fo

原创 1.4 AI發展史

文章目錄Summarize the history of AI development1950–1956, The Birth of AI1956–1974, The Golden Years1974–1980, The Firs

原创 軟件發展史

塵埃落定海上花原帖地址 計算機硬件發展,底層應用逐漸完善,軟件系統趨向工程化、理論化,程序設計趨向自動化自動化,這使得軟件開發工作變得越來越容易。同時,計算機網絡和通信技術發展,軟件面向的用戶越來越多,應用領域越來越廣泛,因此軟件

原创 3步將普通Java項目轉成maven項目(IntelliJ IDEA)

1、IntelliJ IDEA中導入普通項目 2、項目右鍵–>Add Framwork Support 3、選擇Maven–>點擊OK 4、成功運行

原创 一文實現基於Mysql+Servlet+JSP的作業管理系統

文章目錄介紹數據庫設計系統設計實現1、創建Java EE 項目2、編寫實體類3、在jdbc類中實現數據庫連接,及增、查操作4、創建HttpServlet與瀏覽器進行交互5、jsp頁面及css樣式設計問題java的Long.getL