Windows开发
一.枚举 枚举是一组描述性的名称 定义一组有限的值,不能包含方法 对可能的值进行约束 1.定义枚举类 public enum Gender { Male,Female } 2.使用枚举表示整数值 public enum Gender { Male=1, Female=0 } Console.Writ ...
分类:Windows开发 时间:2018-08-07 14:29:11 收藏:0 阅读:187
webapi发布常见错误及解决方案 错误一: 错误:404 (Not Found) 解决方案: 在 <system.webServer>节点中添加如下模块: <modules runAllManagedModulesForAllRequests="true" /> 错误二: 错误:405 (Meth ...
分类:Windows开发 时间:2018-08-07 14:26:13 收藏:0 阅读:228
1.TOpenDialog组件的典型用法 “打开”对话框是用TOpenDialog组件实现的,TOpenDialog组件是非可视组件。 Filter属性用于设置文件过滤器,让对话框只列出特定类型的文件。在设计时可以单击Filter属性旁的省略号“.”按钮,打开“Filter.Editor”对话框,在 ...
分类:Windows开发 时间:2018-08-07 14:19:45 收藏:0 阅读:222
Authorize by ClaimIdentity by Owin 1. Package needed Owin Microsoft.Owin.Security.OAuth Microsoft.Owin.Security.Cookies Microsoft.Owin Microsoft.AspNe ...
分类:Windows开发 时间:2018-08-07 13:44:33 收藏:0 阅读:171
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V... ...
分类:Windows开发 时间:2018-08-07 13:41:54 收藏:0 阅读:202
更改SID后蓝屏\黑屏:环境:Windows Server 2012 R2目的:克隆出来的系统的SID都是一样,所以想修改各个系统的SID号现象:克隆出来的系统的SID都是一样,所以想修改各个系统的SID号,需要跑Newsid进行对操作系统的Sid更新,在运行Newsid.exe并重启后,系统会蓝屏解决办法:由于Sid机制的改动,Win2008在Sp2后不再支持用Newsid.exe来更新系统Si
分类:Windows开发 时间:2018-08-07 12:43:58 收藏:0 阅读:220
问题: WIn10 64位安装windows Mobile 设备中心不能启动或自动退出 解决办法: 1.查看日志: windows 系统日志显示:由于下列错误,基于 Windows Mobile 2003 的设备连接 服务启动失败: 2.查看网上资料提供以下方法: 1》打开服务:计算机管理》》服务; ...
分类:Windows开发 时间:2018-08-07 12:16:19 收藏:0 阅读:929
阅读目录 1.什么时候用String?什么时候用StringBuilder? 2.String与StringBuilder的区别 总结 阅读目录 1.什么时候用String?什么时候用StringBuilder? 2.String与StringBuilder的区别 总结 1.什么时候用String? ...
分类:Windows开发 时间:2018-08-07 12:08:51 收藏:0 阅读:235
1. 什么是REST REST全称是Representational State Transfer,中文意思是表述(编者注:通常译为表征)性状态转移。 它首次出现在2000年Roy Fielding的博士论文中,Roy Fielding是HTTP规范的主要编写者之一。 他在论文中提到:"我这篇文章的 ...
分类:Windows开发 时间:2018-08-07 12:03:59 收藏:0 阅读:158
Delphi Excel导入 的通用程序 2 ...
分类:Windows开发 时间:2018-08-07 11:44:57 收藏:0 阅读:190
12792279327949701
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!