摘要: cshtml: 购买地址 Jquery: var purchaseCity = $('select[name="Purchase... 阅读全文
posted @ 2015-06-18 11:22 璎Nicole珞 阅读(16309) 评论(1) 推荐(0) 编辑
摘要: cshtml: 呼入电话 " readonly="readonly" /> 电话归属地 ... 阅读全文
posted @ 2015-06-17 14:41 璎Nicole珞 阅读(237) 评论(0) 推荐(0) 编辑
摘要: cshtml:" /> Jquery: //初始化DatePicker $.fn.calendar = function () { var that = this, as = $('<>日一二三四五六').insertAfter(th... 阅读全文
posted @ 2015-06-17 14:30 璎Nicole珞 阅读(315) 评论(0) 推荐(0) 编辑
摘要: cshtml: Jquery: var map = new BMap.Map('map'), form = $('.form'); map.enableContinuousZoom(); map.enableKeyboard(); map.enabl... 阅读全文
posted @ 2015-06-17 14:15 璎Nicole珞 阅读(1830) 评论(0) 推荐(0) 编辑
摘要: Json数据:var cities = {'北京': ['北京'], '广东': ['广州', '深圳', '珠海', '汕头', '韶关', '佛山', '江门', '湛江', '茂名', '肇庆', '惠州', '梅州', '汕尾', '河源', '阳江', '清远', '东莞 阅读全文
posted @ 2015-06-17 14:10 璎Nicole珞 阅读(760) 评论(0) 推荐(0) 编辑
摘要: HTML: Jquery: //获取select var engine = $('select[name="EngineModel"]');//页面加载,初始赋值select选项 $.get('engines.aspx', function (engineModels) { ... 阅读全文
posted @ 2015-06-11 14:42 璎Nicole珞 阅读(19767) 评论(0) 推荐(0) 编辑
摘要: Linq 基础查询 阅读全文
posted @ 2012-11-22 11:04 璎Nicole珞 阅读(168) 评论(0) 推荐(0) 编辑
摘要: LINQ TO SQL 之 五表查询 阅读全文
posted @ 2012-11-22 09:58 璎Nicole珞 阅读(177) 评论(0) 推荐(0) 编辑
摘要: Performance of an application is very important for a multi-user application. Performance is not only the speed of execution; it includes the load and concurrency aspects. Visual Studio is one of the tools used for Performance Test. Visual Studio Test edition or Visual Studio 2010 Ultimate provides the support for test automation. Introduction Performance of an application is very important for a multi-user application. Performance is not only the speed of execution; it includes the loa 阅读全文
posted @ 2012-11-20 14:02 璎Nicole珞 阅读(930) 评论(0) 推荐(0) 编辑
摘要: Visual Studio is one of the tools used for Performance Test. Visual Studio Test edition or Visual Studio 2010 Ultimate provides the support for test automation. This article describes the web test feature available in visual studio. IntroductionPerformance of an application is very important for a multi-user application. Performance is not only the speed of execution; it includes the load and concurrency aspects. Performance Test is an answer for the following questions •How can we ensure th 阅读全文
posted @ 2012-11-20 11:19 璎Nicole珞 阅读(1769) 评论(0) 推荐(0) 编辑