// request繼承abstractcontroller得到
$request
=$this
->
request
;$file
=$request
->
file
('file');
$file
=$request
->
file
($key);
// $path目錄必須存在
$path
='public/aliyun/'
.time()
.mt_rand(1
,10000).
'.'.
$file
->
getextension()
;$file
->
moveto
($path
);
$log::
getcontainer()
->
get(\hyperf\logger\logge***ctory::
class)-
>
get(
$name
,'default');
$log
->
info
($data
);
陣列a儲存10個物件a,每個物件a裡面儲存乙個物件b。迴圈陣列列印物件a裡面的物件b,所有的資料都是最後乙個物件b。
QTableWidget常用函式及注意事項
0 常用設定 table setting 設定表頭 qstringlist header header id info1 info2 info3 ui tablewidget 1 sethorizontalheaderlabels header 整行選中的方式 ui tablewidget 1 se...
mmp函式(共享記憶體對映)使用方法以及注意事項
void mmap void addr,size t length,int prot,int flags,int fd,off t offset 建立共享記憶體對映 length 共享記憶體對映區的大小。檔案的實際大小,通常為檔案大小 prot 共享記憶體對映區的讀寫屬性。prot read 讀 p...
strcmp和switch函式使用注意事項
使用strcmp函式比較兩個字串時,比較的是字串的ascs表大小 按ascii順序字串 abc 小於 abc,所以下面程式輸出應該是 yes include int main 使用switch case函式 要注意switch後面不能加分號 case 與後面的字元要有空格,首先要對變數進行定義。在s...