10 2014 档案
摘要:http://msdn.microsoft.com/zh-cn/library/ms186243.aspx使用公用表表达式的递归查询SQL Server 2008 R2其他版本0(共 1)对本文的评价是有帮助-评价此主题公用表表达式 (CTE) 具有一个重要的优点,那就是能够引用其自身,从而创建递归...
阅读全文
摘要:.post(UrlAddData,(".AddForm").serialize(), function (data) { if (data.result) { $.ligerDia...
阅读全文
摘要:namespace YourNamespace{ /// /// Uses the Name value of the ColumnAttribute specified, otherwise maps as usual. /// /// The type of the ...
阅读全文
摘要://给 image上写数字。 Image1.Picture.Bitmap.Height:= Image1.Height; Image1.Picture.Bitmap.Width:= Image1.Width; Image1.Picture.Bitmap.Canvas.Font.Size:=10...
阅读全文
摘要:function fn_Search() { var beginDt = ("#txtBegin").val(); var endDt = ("#txtEnd").val(); $.post('@Url.Action("MessageGet...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient; using Dapper; // to have a play, instal...
阅读全文
摘要:Dictionary myDic = new Dictionary(); myDic.Add(System.DBNull.Value.ToString(), "---"); myDic.Add("Male", "男"); ...
阅读全文
摘要:1. 网上邻居->右键 属性->本地连接 右键属性->Microsoft网络的文件和打印机共享去掉选中 (影响端口: 139,445)2. 禁止ADMIN$缺省共享 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanser...
阅读全文
摘要:官网http://www.quartz-scheduler.net/相关的 Log 说明http://netcommon.sourceforge.net/docs/2.1.0/reference/html/index.html懒惰的肥兔 (他写不少相关的文章,值得一读)http://www.cnbl...
阅读全文
摘要:http://stackoverflow.com/questions/25295980/delphi-2006-2010-error-cannot-create-file-c-users-admin-appdata-local-temp-ed安装 ide fix pack 解决这个问题。http:/...
阅读全文
摘要:@Html.TextBox("txtIDNumber", "", new { @class = "l-text required idnumber", style = "width: 186px ;" })
阅读全文