posts - 609,  comments - 13,  views - 64万
< 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
11 2016 档案
JS产生随机数
摘要:<script> function GetRandomNum(Min,Max){ var Range = Max - Min; var Rand = Math.random(); return(Min + Math.round(Rand * Range)); } var num = GetRando 阅读全文
posted @ 2016-11-22 09:46 邢帅杰 阅读(163) 评论(0) 推荐(0) 编辑
log4net的使用
摘要:第一步:NuGet安装Log4net,配置Web.config: <configSections> <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" /> </confi 阅读全文
posted @ 2016-11-21 14:33 邢帅杰 阅读(268) 评论(0) 推荐(0) 编辑

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