码迷,mamicode.com
首页 > Windows程序 > 周排行
AnyCAD C#开发-设置定向视图renderView.Renderer.SetStandardView
//俯视图 renderView.Renderer.SetStandardView(EnumStandardView.SV_Top); renderView.RequestDraw(); //前视图 renderView.Renderer.SetStandardView(EnumStandardVi ...
分类:Windows程序   时间:2020-11-25 12:42:18    阅读次数:15
Ubuntu虚拟机中时间与windows时间不一致的问题解决
方法一:设置时区 在ubuntu的终端中执行命令: sudo tzselect 依次选择: 4) Asia 9) China 1) Beijing Time1) Yes之后会有提示如下: You can make this change permanent for yourself by appen ...
分类:Windows程序   时间:2020-11-26 14:47:22    阅读次数:16
c#8.0
接口的默认实现 实现类中可以不实现接口中有默认实现的方法,以下代码不报错 public interface IPerson { void Say() { Console.WriteLine("hello"); } } public class Teacher:IPerson { } 但是不可以通过实 ...
分类:Windows程序   时间:2020-12-14 13:53:03    阅读次数:10
windows用户提权
使用命令给windows用户提权 创建与提权 功打开虚拟终端后,首先使用命令“ipconfig”,查看网站服务器的IP地址。 接下来,我们使用“whoami”命令查看当前用户。 然后使用“net user”命令,查看网站服务器上的用户账户。 使用命令“net user hack hack /add” ...
分类:Windows程序   时间:2020-12-15 11:42:41    阅读次数:6
win10删除「此电脑」中的文档、视频、音乐、下载、图片、桌面等6个文件夹的方法
复制下列代码,保存为temp.reg,同时单击运行该文件即可。 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer ...
分类:Windows程序   时间:2020-12-17 12:28:44    阅读次数:5
远航技术 Ghost Win10 20H2 纯净版/装机版 2020.12.10
系统简介: * 更新 基于微软发布的 20H2 企业版* 更新 系统版本:19042.685 查看方式:设置-系统-关于* 更新 截至2020年12月10日前所有补丁* 更新 Microsoft Edge 87.0.664.57* 说明 此版为20H2版。LTSC2019版请移步 下载LTSC版* ...
分类:Windows程序   时间:2020-12-17 12:40:51    阅读次数:5
ListView在delphi中的常用用法
ListView在delphi中的常用用法 //增加 i := ListView1.Items.Count; with ListView1 do begin ListItem:=Items.Add; ListItem.Caption:=IntToStr(i); ListItem.SubItems.A ...
分类:Windows程序   时间:2020-12-17 12:43:52    阅读次数:6
C#-DL/T 645—2007协议
前面一篇写了97版的协议,今天就来看下07版的DL/T 645协议,总的来说,差别不是很大,也是就是数据项标识的不同。 1. 帧格式 帧格式是和之前97的一版是一样的, 注意: (1)97一版忘了说,地址域是BCD码,若电表地址是112233445566,那么传输的字节就是0x66 0x55 0x4 ...
分类:Windows程序   时间:2020-12-18 12:34:09    阅读次数:4
记关于WIndow Server 2012 一次时间同步
记关于WIndow Server 2012 一次时间同步 Windows Server 2012的时间不一致,需要同步时间,按照正常设置,使用Internet时间同步time.windows.com,同步失败。使用阿里云服务其也失败。这里失败的原因主要是网络限制。 然后改用域控的时间同步地址,发现也 ...
分类:Windows程序   时间:2020-12-19 13:18:51    阅读次数:2
写了一个DELPHI操作USB摄像头类分享给大家
最近在使用Usb摄像头做了个项目,其中写了一个操作usb摄像头类分享给大家 {*******************************************************} { } { 操作USB摄像头类 } { } { 作者:lqen } { 日期:2015.05.18 } { ...
分类:Windows程序   时间:2020-12-25 11:34:46    阅读次数:0
DRF使用超链接API实现真正RESTful
很多API并不是真正的实现了RESTful,而应该叫做RPC (Remote Procedure Call 远程过程调用),Roy Fielding曾经提到了它们的区别,原文如下: I am getting frustrated by the number of people calling any ...
分类:Windows程序   时间:2020-12-25 13:17:22    阅读次数:0
C# Console控制台程序 期末准备 遗漏知识点
1、任何类型+“”=字符串类型 2、泛型(动态数组): List<int> a = new List<int>(); List<数据类型> 名字 = new List<数据类型>(); 3、string转换为int: string s=Console.ReadLine(); int a=Conver ...
分类:Windows程序   时间:2020-12-30 11:36:51    阅读次数:0
window 10系统快捷键
贴靠窗口:Win +左/右> Win +上/下>窗口可以变为1/4大小放置在屏幕4个角落 ? 切换窗口:Alt + Tab(不是新的,但任务切换界面改进) ? 任务视图:Win + Tab(松开键盘界面不会消失) ? 创建新的虚拟桌面:Win + Ctrl + D ? 关闭当前虚拟桌面:Win + ...
分类:Windows程序   时间:2021-01-06 12:46:32    阅读次数:0
适用于Mac系统的API接口调试应用
Apifox 中文版是一款适用于 Mac 的API接口调试应用。官方介绍 Apifox = Postman + Swagger + Mock。Apifox 可以用于接口文档、接口调试、Mock、自动化测试,可以帮助大大提升开发效率! 软件开发过程中,接口管理、调试、自动化测试是必不可少的,我们经常使 ...
分类:Windows程序   时间:2021-01-07 11:56:29    阅读次数:0
Delphi編程 — 視頻捕獲avicap32.pas源代碼
{PASCAL INTERFACE for AVICAP32 DLL} {Converted from microsoft Header file by ArTee} {Free to use - I'm NOT responsible fo bugs} unit avicap32; interfa ...
分类:Windows程序   时间:2021-01-12 11:09:16    阅读次数:0
Elasticsearch6.6用编程更新内容报错Invalid index name [movie2021 ], must not contain the following characters
{"root_cause":[{"type":"invalid_index_name_exception","reason":"Invalid index name [movie2021 ], must not contain the following characters [ , \", *, ...
分类:Windows程序   时间:2021-01-12 11:25:49    阅读次数:0
封装控件 学习(1)——C#
转自:https://blog.csdn.net/wogeiniziyou/article/details/7564830?utm_medium=distribute.pc_relevant_download.none-task-blog-baidujs-1.nonecase&depth_1-utm ...
分类:Windows程序   时间:2021-01-15 11:54:14    阅读次数:0
ANT下载与安装--windows
1.下载地址 http://ant.apache.org/bindownload.cgi; 2.版本信息 1.10.2 .zip archive 对应jdk8 1.9.10 .zip archive 对应jdk7 3.解压压缩包,配置环境变量 ANT_HOME C:\mySoftware\ant1. ...
分类:Windows程序   时间:2021-01-20 11:50:54    阅读次数:0
win时间同步
win系统开机时间慢的解决方法 可连接互联网的解决方法:确认windows time服务已经开启,查看命令service w32time w32tm /config /manualpeerlist:ntp.aliyun.com /syncfromflags:manual /reliable:yes ...
分类:Windows程序   时间:2021-01-20 12:13:57    阅读次数:0
C#:动态添加或删除控件,并根据控件名称获得控件
namespace WindowsControl { partial class Form1 { /// <summary> /// 必需的设计器变量。 /// </summary> private System.ComponentModel.IContainer components = null ...
分类:Windows程序   时间:2021-01-25 10:40:07    阅读次数:0
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!