Windows开发-总排行
DateTime dtone = Convert.ToDateTime("2015-8-8 06:00:00");DateTime dtwo = Convert.ToDateTime("2007-6-7 05:00:00");TimeSpan span = dtone.Subtract(dtwo);...
分类:Windows开发 时间:2015-08-14 18:48:25 收藏:0 阅读:1006
1、电脑基本配置如下。 我的电脑 戴尔 OptiPlex 9020 Mini Tower操作系统 Windows 7 专业版 64位 SP1 Ubuntu 14.04 2、装系统的过程不再赘述。 可以参考http://blog.csdn.net/zimosangtian/article/detail ...
分类:Windows开发 时间:2016-11-01 19:29:02 收藏:0 阅读:1005
由于项目需要,最近写了一个数字输入文本框,在此作个备忘。 1.代码调用 <controls:NumericBox Height="32" Width="80" MinValue ="0" MaxValue="100" Digits ="0" CurValue="{Binding LabelSize, ...
分类:Windows开发 时间:2017-01-12 02:54:02 收藏:0 阅读:1005
关于 DotNetBar for Windows Forms 12.1.0.0_冰河之刃重打包版--------------------11.8.0.8_冰河之刃重打包版--------------------------------------------------------- 基于 官...
分类:Windows开发 时间:2015-02-06 18:40:41 收藏:0 阅读:1005
解决办法IE浏览器:1.使用autoit,捕捉到控件后,编写au3脚本,生成exe,然后java调用exeau3脚本Dim $account = "username"Dim $pwd = "password"Dim $dialogTitle = "Windows 安全"WinActivate($di...
分类:Windows开发 时间:2015-06-04 15:20:40 收藏:0 阅读:1005
一、AOP框架 Encase是C#编写开发的为.NET平台提供的AOP框架。Encase独特的提供了把方面(aspects)部署到运行时代码,而其它AOP框架依赖配置文件的方式。这种部署方面(aspects)的方法帮助缺少经验的开发人员提高开发效率。 NKalore是一款编程语言,它扩展了C#允.....
分类:Windows开发 时间:2015-06-06 13:23:36 收藏:0 阅读:1005
1、使Form没有标题栏和边框,只需要设置BorderStyle:=bsNode;2、使Form透明,即只显示控件,假设Form尺寸:300*400,控件尺寸:200*200;a、procedureTForm1.FormCreate(Sender:TObject); begin BorderSt.....
分类:Windows开发 时间:2014-12-03 21:06:16 收藏:0 阅读:1004
由于d3d9x属于DirectX9.0c扩展,默认不会随系统安装。因此要快速修复这个问题可以去微软官网下载D3D驱动补丁。http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=35
分类:Windows开发 时间:2014-02-25 18:56:58 收藏:0 阅读:1004
际异常一: libcpmtd.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol __CrtDbgReport Debug/B机.exe : fatal error LNK1120: 1 unresolved externals ...
分类:Windows开发 时间:2014-03-20 21:32:51 收藏:0 阅读:1004
参考http://petstore.swagger.io 给controller加上description https://github.com/RSuter/NSwag/issues/1803 ...
分类:Windows开发 时间:2019-02-28 13:28:24 收藏:0 阅读:1004
默认情况下,Emacs在Windows平台是不显示图片的。如果在Unix及类Unix系统上是没有问题的。由于小白工作时用的电脑是Windows系统,平时有需要在Emacs里显示图片的需求,所以本文章记录如何让Emacs在Windows系统下可以显示图片。在Windows上显示图片需要额外的几个Windows动态链..
分类:Windows开发 时间:2015-12-17 10:57:02 收藏:0 阅读:1004
在用delphi XE5编程时遇到如下问题:Exception EInvalidPointer in module Project1.exe at 00007595.Invalid pointer operation.从描述上来看,是指针使用错误引起的。我并没用使用太多指针变量,我首先检查了一下动态...
分类:Windows开发 时间:2015-12-31 22:42:39 收藏:0 阅读:1003
最近要对cocos2dx-lua的项目编写API文档, 我的想法是类似与java doc的做法,在程序中写注释,通过脚本将注释提取生成, 这样只需要维护代码中的注释就可以了调查了一下,目前支持这种方式的有Doxygen luadoc ldoc, 进一步比较网上资料决定采用ldoc方式以下是mac系统...
分类:Windows开发 时间:2015-11-23 00:46:43 收藏:0 阅读:1003
Windows 10升级1809版本后,发现Hyper-V不能用了,管理器里是一片空白,看服务Hyper-V 主机计算服务没有启动,手动启动的话失败,报错,代码1053. 自己尝试修复,也百度了很久,没弄好,后来终于在微软的英文网站上找到了答案,分享如下。 1, Open "Window Secur ...
分类:Windows开发 时间:2019-10-30 14:55:24 收藏:0 阅读:1003
C#利用NPOI逐行更新excel文件数据,内容很好,可以直接使用。内容所有权属于:http://www.xinduofen.cn/
分类:Windows开发 时间:2017-07-21 20:40:59 收藏:0 阅读:1002
111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
分类:Windows开发 时间:2015-11-26 21:00:02 收藏:0 阅读:1002
class Car { public Int32 Id { get; set; } public String Name { get; set; } } static void Main(string[] args) { RedisClient client = new RedisClient("1 ...
分类:Windows开发 时间:2016-05-05 22:01:25 收藏:0 阅读:1002
zabbix监控windows服务器上进程的内存使用情况由于在windows服务器上不能像linux上一样使用top,或者类似于/pro目录下的数据信息,所以在在windows服务器上获得一个进程的内存或者CPU的使用情况不是很容易.这里通过在windows服务器上使用python脚本获得进程的内存使用值,通过key..
分类:Windows开发 时间:2014-07-02 06:24:55 收藏:0 阅读:1002
1.项目结构:2.代码: using System;using System.Collections.Generic;using System.Diagnostics;using System.Web;using System.Web.UI;using System.Web.UI.WebContr....
分类:Windows开发 时间:2014-10-16 19:19:44 收藏:0 阅读:1002
从Win7开始就可以将系统安装在VHD里了,大多数人都是拿它来安装实验用的系统,ITJong已经使用VHD一段时间了,目前我办公的本本也是使用这种方式安装系统的。ITJong感觉它最大的好处在于可以创建差分(类似VMware中的快照),哪天系统故障后可以快速恢复到以前保存的点;缺点是..
分类:Windows开发 时间:2014-02-18 16:15:34 收藏:0 阅读:1002
11821831841851864851
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!