wince VECTOR bug使用記錄

2021-05-23 22:15:37 字數 391 閱讀 8216

花了乙個上午的時間查了記憶體洩漏最終問題處在乙個小細節,汗啊。。。記錄下

typedef struct _mylistshellitem

mylistshellitem,*pmylistshellitem;

typedef std::vectorhmjmy_m_vectorshellitem;

hmjmy_m_vectorshellitem my_m_vectorshellitem;

在使用my_m_vectorshellitem之前一定要記得進行size()判斷大小,否則在不留意使用到my_m_vectorshellitem裡面的東西的時候會直接返回例如

cstring myceshi;

myceshi=my_m_vectorshellitem[0].mystr

VMware License Server使用經驗

近期在測試vmware server,在使用vmware license server的時候碰到一些問題,經過兩天的實驗,問題得以解決,現記錄如下,以供朋友們參考。1 複製license檔案 在安裝vmware virtualcenter的時候,會一同安裝license server伺服器。如果你在...

Django Rest framework使用例項

一 修改配置檔案 setting.py django.contrib.admin django.contrib.auth django.contrib.contenttypes django.contrib.sessions django.contrib.messages django.contri...

Android AlarmManager 使用指南

intent intent new intent intent.setaction updatemgr.check update action 如果你的flag 是flag one shot,那麼你就只能受到一次廣播。如果使用setrepeat,你設定的intervalmills 少於60s,那麼就...