獲取英文月份名稱 :datetime.now.tostring("mmmm")
1.1 各個字母所代表的意思
1.mm:月份 2.mm:分鐘 3. mmmm:文字形式月份 4.mmm:三個字母縮寫的月份首先 修改窗體的 allowdrop 屬性為true ,然後在 dragenter 事件中寫下如下**,實際上就是獲取存放拖放檔案的本地路徑4.hh:24小時制 5.hh:12小時制
6.ddd:三個字母縮寫的星期 7.dddd:完整的星期
8.t: 單字母 a.m./p.m. 縮寫(a.m. 將顯示為「a」) 9.tt:兩字母 a.m./p.m. 縮寫(a.m. 將顯示為「am」)
9.zz 時區(eg:+8)
10.d (eg:11/3/2017)
private void frmaddfood_dragenter(object sender, drageventargs e)
catch (exception ex)
}
string strs = ;
int nums = array.convertall(strs, t => int.parse(t));
//不包含工作列
int width1 = systeminformation.workingarea.width;
int height1 = systeminformation.workingarea.height;
//包含工作列
int width2 = system.windows.forms.screen.primaryscreen.bounds.width;
int height2 = system.windows.forms.screen.primaryscreen.bounds.height;
/// /// 生成縮圖
///
/// 源圖
/// 新圖寬
/// 新圖高
/// 新圖
public image getreducedimage(image sourceimage, int width, int height)
方式二:
img.getthumbnailimage(width, height, null, intptr.zero);
int str= int.parse("$123,123.00", system.globalization.numberstyles.allowthousands| system.globalization.numberstyles.allowdecimalpoint| ystem.globalization.numberstyles.allowcurrencysymbol);
environment.currentdirectory
int x;
int y;
private void item_mousedown(object sender, mouseeventargs e)
private void item_mousemove(object sender, mouseeventargs e)
}
public static datatable todatatable(ienumerableds)
//datarow
foreach (var item in ds)
dt.rows.add(dr);
}return dt;
}
guid.newguid().tostring("n");
math.round(123.125, 2, midpointrounding.awayfromzero);
C 常用知識點
excel資料分析與視覺化codeblocks開啟專案,需要open cbp檔案,才能將整個專案匯入,不能開啟main.cpp檔案 利用 notepad 解決中文亂碼。gb2312 ansi windows926 untf 8 codeblock 調整字型大小 ctrl 滑鼠滾輪 mac系統下檔案編...
C 常用知識點
1.按有效位輸出是 setprecision,按小數字數輸出也是setprecision,但到底是誰取決於fixed。cout resetiosflags ios fixed setprecision n float point number 是按n位有效數輸出 cout setiosflags i...
mysql常用知識點 mysql 常用知識點。
mysql u root p show databases show tables select from abc order by id limit 0,10 create database bbb exit mysqldump u root p game home backup.sql mysq...