10 2017 档案
摘要:在MVC中,controller中的Action和View中的.cshtml文件名称有一个对应的关系。 当不对应时,有以下几种情况发生: 一、找不到视图的错误 请求URL:http://localhost:13850/Customer/Create controller中有对应的Action: Vi
阅读全文
摘要:方式一:使用System.Timers.Timer定时器 方式二:使用Task 方式三:这个方法是看到博友的,还没有用过,不过觉得挺方便的 http://www.cnblogs.com/ldyblogs/p/timer.html
阅读全文
摘要:1.获取网页可见区域的宽度:document.body.clientWidth ; 2.获取网页可见区域的高度:document.body.clientHeight; 3.获取 网页可见区域宽:document.body.offsetWidth; (包括边线的宽度) 4.获取网页可见区域高:docu
阅读全文

浙公网安备 33010602011771号