上一页 1 2 3 4 5 6 7 ··· 19 下一页

SqlServer游标操作

摘要: CLOSE orderNum_02_cursordeallocate orderNum_02_cursorDECLARE orderNum_02_cursor cursor SCROLL for select vcThemeId from LG_LiveTheme_OrderDECLARE @the 阅读全文
posted @ 2019-09-10 11:52 newlives 阅读(202) 评论(0) 推荐(0) 编辑

添加COOKIE

摘要: HttpCookie userinfoCookie = new HttpCookie("userinfo"); JObject o = new JObject();//JObject是Newtonsoft.Json.Linq中的对象 o["userid"] = userDB.UserID.ToStr 阅读全文
posted @ 2019-09-03 10:58 newlives 阅读(241) 评论(0) 推荐(0) 编辑

c#活动目录操作

摘要: c#活动目录操作 https://www.cnblogs.com/ahuo/archive/2007/03/16/676853.html 添加引用 System.DirectoryServices导入命名空间 using System.DirectoryServices; srvip = "192. 阅读全文
posted @ 2019-08-30 09:31 newlives 阅读(248) 评论(0) 推荐(0) 编辑

WCF服务调用方式

摘要: WCF服务调用通过两种常用的方式:一种是借助代码生成工具SvcUtil.exe或者添加服务引用的方式,一种是通过ChannelFactory直接创建服务代理对象进行服务调用。 阅读全文
posted @ 2019-08-29 13:33 newlives 阅读(288) 评论(0) 推荐(0) 编辑

c#能同时继承接口和类吗

摘要: c#能同时继承接口和类吗?( 要你命3000条12级分类:C#/.NET语言被浏览449次2013.09.10 c#能同时继承接口和类吗?( 要你命3000条12级分类:C#/.NET语言被浏览449次2013.09.10 c#能同时继承接口和类吗?( 要你命3000条12级分类:C#/.NET语言 阅读全文
posted @ 2019-08-23 11:11 newlives 阅读(2410) 评论(0) 推荐(0) 编辑

ASP.NET Core的身份认证框架IdentityServer4--入门

摘要: ASP.NET Core的身份认证框架IdentityServer4--入门 2018年08月11日 10:09:00 qq_42606051 阅读数 4002 ASP.NET Core的身份认证框架IdentityServer4--入门 2018年08月11日 10:09:00 qq_426060 阅读全文
posted @ 2019-08-22 11:24 newlives 阅读(689) 评论(0) 推荐(0) 编辑

C#的 IComparable 和 IComparer接口及ComparableTo方法的 区别(非常重要)

摘要: (1)https://blog.csdn.net/ios99999/article/details/77800819 C# IComparable 和 IComparer 区别 (2)https://www.cnblogs.com/vaevvaev/p/6913841.html C# 的 Strin 阅读全文
posted @ 2019-08-19 09:11 newlives 阅读(202) 评论(0) 推荐(0) 编辑

360清除保存过的密码

摘要: 或se://login-manager/ 阅读全文
posted @ 2019-08-16 16:35 newlives 阅读(167) 评论(0) 推荐(0) 编辑

eclipse启动时权限不够的问题

摘要: eclipse启动时权限不够的问题 2009年04月28日 19:19:00 tomey21 阅读数 1445 eclipse启动时权限不够的问题 2009年04月28日 19:19:00 tomey21 阅读数 1445 eclipse启动时权限不够的问题 eclipse启动时权限不够的问题 20 阅读全文
posted @ 2019-08-13 17:07 newlives 阅读(539) 评论(0) 推荐(0) 编辑

centos7开机界面出现多个选项

摘要: 有效开机项目,1,centos正在用的开机内核,正常启动项目3,据说是系统救援模式的,没用过4.windows的启动项目你可以把第二项删除,步骤:uname -a#查看当前在用的kernel的版本rpm -qa|grep kernel#查看系统已经安装了kernel,可以删除没有用的kernel的版 阅读全文
posted @ 2019-08-13 09:25 newlives 阅读(760) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 19 下一页