上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 69 下一页
摘要: use wechatgoSELECT sysobjects.Name , sysindexes.RowsFROM sysobjects INNER JOIN sysindexes ON sysobjects.id = sysindexes.idWHERE type... 阅读全文
posted @ 2014-09-23 12:03 zyip 阅读(240) 评论(0) 推荐(0)
摘要: --method 1--ALTER DATABASE KIS_Sample3 SET RECOVERY SIMPLE DBCC SHRINKFILE (KISPro100_log, 1) ALTER DATABASE KIS_Sample3 SET RECOVERY full go --meto... 阅读全文
posted @ 2014-09-23 10:50 zyip 阅读(127) 评论(0) 推荐(0)
摘要: Set-SPCentralAdministration -Port to fix the error:Got this error: Failed to register SharePoint services. An exception of type System.UriFormatExcept... 阅读全文
posted @ 2014-08-21 16:58 zyip 阅读(220) 评论(0) 推荐(0)
摘要: //设计中,未完成references:http://www.asp.net/web-api/overview/security/basic-authenticationhttp://technet.microsoft.com/zh-cn/library/dd378867(v=ws.10).aspx... 阅读全文
posted @ 2014-08-18 15:59 zyip 阅读(214) 评论(0) 推荐(0)
摘要: Today, we released a preview ofVisual Studio tooling support for Apache Cordovahttp://msdn.microsoft.com/en-us/vstudio/dn722381 阅读全文
posted @ 2014-08-07 10:55 zyip 阅读(405) 评论(0) 推荐(0)
摘要: Calendar REST API in Office 365 APIs Previewhttp://msdn.microsoft.com/EN-US/library/office/dn792114(v=office.15).aspxOffice 365 APIs Previewhttp://msd... 阅读全文
posted @ 2014-08-07 10:54 zyip 阅读(474) 评论(0) 推荐(0)
摘要: {{title}} NOTIFY ... 阅读全文
posted @ 2014-08-06 16:51 zyip 阅读(372) 评论(0) 推荐(0)
摘要: /---------------- using System;using System.Collections.Generic;using System.Text;using System.Net;namespace WarmupSharepointCS{ class Program {... 阅读全文
posted @ 2014-08-06 11:13 zyip 阅读(182) 评论(0) 推荐(0)
摘要: https://wrapbootstrap.com/tag/single-pagehttp://themeforest.net/https://wrapbootstrap.com/themeshttp://www.htmltemplates.net/http://www.templatemonste... 阅读全文
posted @ 2014-08-04 17:17 zyip 阅读(174) 评论(0) 推荐(0)
摘要: $('.del').on('click', function () { var id = $(this).attr('id'); var url = '/m/g2_content_del/' + id; ... 阅读全文
posted @ 2014-07-30 09:49 zyip 阅读(210) 评论(0) 推荐(0)
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 69 下一页