摘要:
阅读全文
posted @ 2017-03-05 00:00
PhilXu
阅读(139)
评论(0)
推荐(0)
摘要:
USE [master] GO EXEC master.dbo.sp_addlinkedserver @server = N'192.168.1.102\SQLEXPRESS', @srvproduct=N'SQL Server' ; GO --把数据库加到本地的类似连接池里. se... 阅读全文
posted @ 2017-03-05 00:00
PhilXu
阅读(103)
评论(0)
推荐(0)
摘要:
Dim cntrl As Control For Each cntrl In frm If TypeOf cntrl Is CommandButton Or TypeOf cntrl Is CheckBox Or TypeOf cntrl Is fpBtn Then 阅读全文
posted @ 2017-03-05 00:00
PhilXu
阅读(122)
评论(0)
推荐(0)
摘要:
要记得在服务器防火墙中打开端口号 阅读全文
posted @ 2017-03-05 00:00
PhilXu
阅读(238)
评论(0)
推荐(0)
摘要:
#region 定义类型 /// /// 图书分类信息 /// public class Category { /// /// 分别ID /// public int catID { get; set; } /// /// 分类名 /// public string ca... 阅读全文
posted @ 2017-03-05 00:00
PhilXu
阅读(285)
评论(0)
推荐(0)
摘要:
行组列祖最右边箭头->高级模式->行组静态->keepwithgroup=after ,reportonnewpage=true 阅读全文
posted @ 2017-03-05 00:00
PhilXu
阅读(165)
评论(0)
推荐(0)
摘要:
Index.cshtml @model IEnumerable @section head { } comments @foreach (var comment in Model) { @comment } @Html.TextArea("comment", new { ro... 阅读全文
posted @ 2017-03-05 00:00
PhilXu
阅读(194)
评论(0)
推荐(0)
摘要:
$('input:checkbox').each(function () // 循环每个checkbox parseInt($(this).val();// 计算 check box的值 sample ... 阅读全文
posted @ 2017-03-05 00:00
PhilXu
阅读(233)
评论(0)
推荐(0)
摘要:
1 (function($) { var cache = []; // Arguments are image paths relative to the current page. $.preLoadImages = function() {... 阅读全文
posted @ 2017-03-05 00:00
PhilXu
阅读(346)
评论(0)
推荐(0)
摘要:
body:before { content: ""; position: fixed; top: -10px; left: 0; width: 100%; height: 10px; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8); -... 阅读全文
posted @ 2017-03-05 00:00
PhilXu
阅读(97)
评论(0)
推荐(0)