随笔 - 25  文章 - 0 评论 - 0 阅读 - 38531
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

05 2017 档案
C# Panel 打开 Form 窗口的方法
摘要:private void MainForm_Load(object sender, EventArgs e) { NavigationForm w = new NavigationForm(); ShowForm(w); } public void ShowForm(Form form1) { th 阅读全文
posted @ 2017-05-19 12:53 徐海峰 阅读(4957) 评论(0) 推荐(0) 编辑
Android获取日期及星期的方法
摘要:Calendar calendar=Calendar.getInstance(); SimpleDateFormat simpleDateFormat=new SimpleDateFormat("yyyy年MM月dd日"); String[] str1=new String[]{"Error","日 阅读全文
posted @ 2017-05-06 15:21 徐海峰 阅读(4256) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示