自定義的類後台資料data file的流程

2021-07-23 23:34:30 字數 1049 閱讀 7852

1、先改後存: 先把資料儲存到string vector中,然後,增刪改查都在string vector中乾,最後當程式要退出的時候把最終資料按順序儲存到 data檔案中。

2、寫的時候按順序寫入 乙個字串一行 乙個字串一行的寫入。

3、每次開啟軟體的時候就把資料讀入到vector中,中間的增刪該查就在vector中操作,當每次結束軟體的時候把改後的資料再寫入vector中。

海能達          

呼呼方法

多對多多對多

這個是a.txt

10:22

10:22

10:222

10:33

110:67

b.txt

//start
#include

#include

//end

//start

qvector

>m_vecpho;

if(!m_vecpho.empty())
}
void

emledlg::

timerevent(qtimerevent*event)

{
if(event->timerid()==m_idtpho)
{
upadatename(m_idxpho=qrand()%m_vecpho.size());
repaint();

m_vecpho

<

qimage

(path+qdir::separator()+file));

自己的:

qvector

>

pairs;

//乙個是學校名字 乙個是提醒時間

前端直接查詢後台資料列印自定義world文件

此 中新建乙個world文件模板,map中存的就是需要列印的內容,在模板中用 來展示!列印 將檔案轉化為pdf public static void word2pdf string srcpath,string despath throws ioexception 輸出檔案目錄 file outpu...

react 自定義json資料模擬後台

前台 1 在public目錄下建立json檔案 如 public api data.json 2 在json檔案中自定義資料 3 當請求url為 api data.json 時,會自動去到public目錄下查詢,並返回json內容 後台 建立.json檔案,放入json資料 let xx requi...

STL accumulate與自定義資料型別

c stl中有乙個通用的數值型別計算函式 accumulate 可以用來直接計算陣列或者容器中c 內建資料型別,例如 include int arr vectorva arr 0 arr 5 int sum accumulate va.begin va.end 0 sum 150但是對於自定義資料型...