項目背景: 手機(jī)公司管理公司內(nèi)部手機(jī)樣機(jī)資產(chǎn)朵逝,每一個項目會產(chǎn)出一批樣機(jī),樣機(jī)分配給不同部門的員工遣总,樣機(jī)管理員需要一套系統(tǒng)來管理這些樣機(jī)。 員工信息: 工號(內(nèi)部唯一)辜腺,8位...
項目背景: 手機(jī)公司管理公司內(nèi)部手機(jī)樣機(jī)資產(chǎn)朵逝,每一個項目會產(chǎn)出一批樣機(jī),樣機(jī)分配給不同部門的員工遣总,樣機(jī)管理員需要一套系統(tǒng)來管理這些樣機(jī)。 員工信息: 工號(內(nèi)部唯一)辜腺,8位...
readme int ProductOrder(Server* server, const char* file){pthread_setname_np(pthread_se...
include <iostream> include <string> include <queue> include <thread> include <chrono> i...
include <iostream> include <string> include <queue> include <thread> include <chrono> i...
include <iostream> include <string> include <queue> include <thread> include <chrono> i...
cmake_minimum_required(VERSION 3.16)project(SERVER) include_directories(${CMAKE_CURRENT...
AES來源辆琅, NIST公開募集AES,rijndael 2000年被選為AES標(biāo)準(zhǔn)这刷。AES加解密原理: 多輪構(gòu)成婉烟,每一輪分為 SubBytes, ShiftRows暇屋, Mix...
12 factors: 基準(zhǔn)代碼 一份基準(zhǔn)代碼似袁,多份部署(部署在任何環(huán)境上的版本都能找到代碼) 依賴 顯示聲明依賴關(guān)系 (比如C語言, 依賴.h, 不支持聲明XX版...
Introduce yourself My name is Rex, I graduated from sun-yet-sen university in 2016(one ...
Introduce yourself My name is Rex, I graduated from sun-yet-sen university in 2016, It'...
無重復(fù)字符的最長子串](https://leetcode.cn/problems/longest-substring-without-repeating-characters...
Tell me about a time you had to quickly adjust your work priorities to meet changing de...
1.單例的定義 單例設(shè)計模式(Singleton Design Pattern)理解起來非常簡單咐刨。一個類只允許創(chuàng)建一個對象(或者叫實例)昙衅,那這個類就是一個單例類,這種設(shè)計模式...
GitHub搭建個人網(wǎng)站,大家在網(wǎng)上一搜能搜到一大把的教程沸久,但是大部分都講的差不多季眷,并不能滿足自己想搭建的網(wǎng)站詳細(xì)需求。我之前在搭建本站的時候也是查了較多資料卷胯,學(xué)習(xí)了下jek...
進(jìn)程 進(jìn)程的出現(xiàn)是為了更好的利用CPU資源使到并發(fā)成為可能话告。 假設(shè)有兩個任務(wù)A和B,當(dāng)A遇到IO操作卵慰,CPU默默的等待任務(wù)A讀取完操作再去執(zhí)行任務(wù)B沙郭,這樣無疑是對CPU資源的...