項(xiàng)目背景: 手機(jī)公司管理公司內(nèi)部手機(jī)樣機(jī)資產(chǎn),每一個(gè)項(xiàng)目會(huì)產(chǎn)出一批樣機(jī),樣機(jī)分配給不同部門(mén)的員工,樣機(jī)管理員需要一套系統(tǒng)來(lái)管理這些樣機(jī)。 員工信息: 工號(hào)(內(nèi)部唯一),8位...
項(xiàng)目背景: 手機(jī)公司管理公司內(nèi)部手機(jī)樣機(jī)資產(chǎn),每一個(gè)項(xiàng)目會(huì)產(chǎn)出一批樣機(jī),樣機(jī)分配給不同部門(mén)的員工,樣機(jī)管理員需要一套系統(tǒng)來(lái)管理這些樣機(jī)。 員工信息: 工號(hào)(內(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來(lái)源, NIST公開(kāi)募集AES,rijndael 2000年被選為AES標(biāo)準(zhǔn)。AES加解密原理: 多輪構(gòu)成,每一輪分為 SubBytes, ShiftRows, Mix...
12 factors: 基準(zhǔn)代碼 一份基準(zhǔn)代碼,多份部署(部署在任何環(huán)境上的版本都能找到代碼) 依賴(lài) 顯示聲明依賴(lài)關(guān)系 (比如C語(yǔ)言, 依賴(lài).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'...
無(wú)重復(fù)字符的最長(zhǎng)子串](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è)計(jì)模式(Singleton Design Pattern)理解起來(lái)非常簡(jiǎn)單。一個(gè)類(lèi)只允許創(chuàng)建一個(gè)對(duì)象(或者叫實(shí)例),那這個(gè)類(lèi)就是一個(gè)單例類(lèi),這種設(shè)計(jì)模式...
GitHub搭建個(gè)人網(wǎng)站,大家在網(wǎng)上一搜能搜到一大把的教程,但是大部分都講的差不多,并不能滿(mǎn)足自己想搭建的網(wǎng)站詳細(xì)需求。我之前在搭建本站的時(shí)候也是查了較多資料,學(xué)習(xí)了下jek...
進(jìn)程 進(jìn)程的出現(xiàn)是為了更好的利用CPU資源使到并發(fā)成為可能。 假設(shè)有兩個(gè)任務(wù)A和B,當(dāng)A遇到IO操作,CPU默默的等待任務(wù)A讀取完操作再去執(zhí)行任務(wù)B,這樣無(wú)疑是對(duì)CPU資源的...