上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页
摘要: (*{ "name": "Henri Gourvest", /* this is a comment */ "vip": true, "telephones": ["000000000", "111111111111"], "age": 33, "size": 1.83, "adress... 阅读全文
posted @ 2014-11-01 09:26 不能失败 阅读(2390) 评论(0) 推荐(1)
摘要: json 中:元素与值用冒号 ":" 隔开元素与元素用逗号 "," 隔开{} 之间是一个对象, 对象可以层层嵌套[] 表示数组, 数组元素用逗号 "," 隔开值可以是 string、number、object、array、tr、false、null; 其中 string 要使用双引号(也有语言可以... 阅读全文
posted @ 2014-11-01 00:40 不能失败 阅读(260) 评论(0) 推荐(0)
摘要: http://msdn.microsoft.com/zh-cn/library/ms186243.aspx使用公用表表达式的递归查询SQL Server 2008 R2其他版本0(共 1)对本文的评价是有帮助-评价此主题公用表表达式 (CTE) 具有一个重要的优点,那就是能够引用其自身,从而创建递归... 阅读全文
posted @ 2014-10-29 18:09 不能失败 阅读(318) 评论(0) 推荐(0)
摘要: $.post(UrlAddData, $(".AddForm").serialize(), function (data) { if (data.result) { $.ligerDia... 阅读全文
posted @ 2014-10-23 00:27 不能失败 阅读(653) 评论(0) 推荐(0)
摘要: namespace YourNamespace{ /// /// Uses the Name value of the ColumnAttribute specified, otherwise maps as usual. /// /// The type of the ... 阅读全文
posted @ 2014-10-20 23:14 不能失败 阅读(7272) 评论(2) 推荐(0)
摘要: //给 image上写数字。 Image1.Picture.Bitmap.Height:= Image1.Height; Image1.Picture.Bitmap.Width:= Image1.Width; Image1.Picture.Bitmap.Canvas.Font.Size:=10... 阅读全文
posted @ 2014-10-20 15:40 不能失败 阅读(210) 评论(0) 推荐(0)
摘要: function fn_Search() { var beginDt = $("#txtBegin").val(); var endDt = $("#txtEnd").val(); $.post('@Url.Action("MessageGet... 阅读全文
posted @ 2014-10-14 12:38 不能失败 阅读(1098) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient; using Dapper; // to have a play, instal... 阅读全文
posted @ 2014-10-07 15:08 不能失败 阅读(2288) 评论(0) 推荐(2)
摘要: Dictionary myDic = new Dictionary(); myDic.Add(System.DBNull.Value.ToString(), "---"); myDic.Add("Male", "男"); ... 阅读全文
posted @ 2014-10-07 01:23 不能失败 阅读(395) 评论(0) 推荐(0)
摘要: 1. 网上邻居->右键 属性->本地连接 右键属性->Microsoft网络的文件和打印机共享去掉选中 (影响端口: 139,445)2. 禁止ADMIN$缺省共享 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanser... 阅读全文
posted @ 2014-10-06 15:50 不能失败 阅读(144) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页