上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 67 下一页
摘要: 原文地址:http://blog.csdn.net/cdefg198/article/details/8315438万能框架:http://www.sufeinet.com/forum.php?mod=viewthread&tid=2002/// /// 类说明:HttpHelps类,用来实现Htt... 阅读全文
posted @ 2014-10-15 13:31 dapeng888 阅读(442) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2014-10-14 17:25 dapeng888 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2014-10-14 15:52 dapeng888 阅读(0) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;using System.Web;namespace HbTu... 阅读全文
posted @ 2014-10-13 16:01 dapeng888 阅读(777) 评论(0) 推荐(0)
摘要: $.get("@Hosts.Default.Www/api/XXXXX/Getxxx/"+@Model.UserId, function(data) { $("#totalPv").text("历史访问量:"+data[0]+"次"); $("#today... 阅读全文
posted @ 2014-10-11 22:40 dapeng888 阅读(188) 评论(0) 推荐(0)
摘要: function generateUUID(){ var d = new Date().getTime(); var uuid = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) { v... 阅读全文
posted @ 2014-10-10 16:57 dapeng888 阅读(233) 评论(0) 推荐(0)
摘要: http://www.rasteredge.com/how-to/csharp-imaging/image-compressing/http://www.rasteredge.com/dotnet-imaging/http://freeimage.sourceforge.net/download.... 阅读全文
posted @ 2014-10-09 17:45 dapeng888 阅读(1013) 评论(0) 推荐(0)
摘要: 参考地址:http://jingyan.baidu.com/article/60ccbceb0c884864cab19784.html官方:http://technet.microsoft.com/zh-tw/library/cc772183(WS.10).aspx 阅读全文
posted @ 2014-10-09 15:00 dapeng888 阅读(429) 评论(0) 推荐(0)
摘要: 原文地址:http://jingyan.baidu.com/article/597035521b96e88fc00740af.html 阅读全文
posted @ 2014-10-09 10:08 dapeng888 阅读(226) 评论(0) 推荐(0)
摘要: 原文地址:http://www.studyofnet.com/news/145.html本文导读:@@IDENTITY是返回上次插入的标识值,标识值一般指的是自动增长值。但是如果想只返回插入到当前作用域中的值,则使用SCOPE_IDENTITY 。用法:用select @@identity得到上一次... 阅读全文
posted @ 2014-10-08 17:51 dapeng888 阅读(4315) 评论(0) 推荐(0)
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 67 下一页