Windows开发-日排行
在Windows8与WindowsServer2012,当系统组件有损毁时,我们可以在不影响目前系统状况下来检查与修复系统组件。如下,当我添加功能组件时报如下错误,明显可以看出我的组件存储已损坏。那今天就让我告诉大家解决方案,我们可以使用DSIM命令来解决如上问题。一条命令就可以搞定,..
分类:Windows开发 时间:2015-09-05 23:52:24 收藏:0 阅读:48117
环境:win8(64位)系统错误提示:failedtoinstallserviceorservicealreadyinstalled解决办法:1、找到cmd.exe文件(c:\windows\system32\cmd.exe)2、右键cmd.exe以管理员方式运行
分类:Windows开发 时间:2015-09-10 11:13:52 收藏:0 阅读:3077
服务不存在,或已被标记为删除。(异常来自HRESULT:0X80070433)这个错误一般是在刚安装软件的的电脑上出现,今天偶遇,且看我如何化解。问题分析:这个问题主要原因是由于服务列表中的windowsmanagementinstrumentation这个服务无法启动问题解决办法:点击屏幕左下角:开始-运..
分类:Windows开发 时间:2015-09-13 07:09:29 收藏:0 阅读:10204
安装包:xorg-x11-xauthxterm.x86_64 0:253-1.el6Execute command path:/usr/bin/xtermXstart连接Linux远程桌面有一个好处,服务器端不用做什么设置,开启SSH即可。服务器要有桌面环境,和X Window用XDMCP连接,服务...
分类:Windows开发 时间:2015-09-25 19:58:35 收藏:0 阅读:8556
这里讨论的只是Windows平台上的实现。 在QT中绘制异形窗口,只要设定 windowFlag 为 CustomizeWindowHint,再结合setMask()就可以做出各种奇形怪状的窗口。相对来说比较麻烦的, 是进行窗口拖动和缩放的处理。 在 Windows SDK 和 MFC 中比...
分类:Windows开发 时间:2015-10-01 16:36:16 收藏:0 阅读:1709
我用的是窗体来做的 老师教过 比较简单的方法。一共用了三个窗体Form1代码编辑如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Dr...
分类:Windows开发 时间:2015-10-02 18:39:07 收藏:0 阅读:449
一、安装CentOS参考雁过留痕Neo的博客之《Win7下安装CentOS6.5双系统》http://blog.sina.com.cn/s/blog_86e874d30101e3d8.html这篇写的很用心,但部分细节较为关键的未提及。几点意见:存放CentOS的镜像文件存放在新建的分区根目录,建议...
分类:Windows开发 时间:2015-10-04 06:38:32 收藏:0 阅读:3209
在程序中任何事物及信息都可以用对象进行描述和承载,除了比较流行的xml之外,还有一种简洁快速处理目标信息的形式那就是Json格式。 首先Json格式有自己固定的格式:例如person这个对象就可以简单的表示成{"name":"xxxx","age":12,"sex":"男"}形式。Json格式的描....
分类:Windows开发 时间:2015-10-15 15:48:02 收藏:0 阅读:187
C#创建ini文件、读取值、修改值调用方法:int iBaudRate = InIHelper.ReadConfig("COM_SETUP", "波特率")InIHelper类: 1 public class InIHelper 2 { 3 private static...
分类:Windows开发 时间:2015-10-27 20:05:10 收藏:0 阅读:321
var style=window.getComputedStyle(element).property(属性);只读属性,不可修改(包括内联样式,以及以外的样式都可获取)IE9一下不支持获取对象的属性值。elm.currentStyle则支持所有的IE。兼容:functiongetConputedS...
分类:Windows开发 时间:2015-10-28 21:12:01 收藏:0 阅读:503
C# KeepAlive的相关设置网上有很多相关KeepAlive的内容,终于找到了有关C#的这方面资料,设置了下,有行可靠! TcpListener myListener = new TcpListener(IPAddress.Any, port);//绑定端口IP信息 myListener......
分类:Windows开发 时间:2015-11-02 15:33:27 收藏:0 阅读:3341
1 2 3 4 5 6 7 8 9 10 View Code
分类:Windows开发 时间:2015-11-11 12:59:17 收藏:0 阅读:328
1 2 7 8 9 10 11 12 13 14 15 View Code
分类:Windows开发 时间:2015-11-12 19:42:29 收藏:0 阅读:965
CCDebuger的回答:菜单“Options->General...”或按F5调出选项菜单,把“Displaybytesastextonebyone”这个选项前的勾去掉。我的解决方法: 除了以上设置 选项->字符集->Ansi Ascii
分类:Windows开发 时间:2015-11-14 06:15:31 收藏:0 阅读:747
111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
分类:Windows开发 时间:2015-11-26 21:00:02 收藏:0 阅读:1001
public static void loadFillForm(Panel panel, System.Windows.Forms.Form frm) { if (frm != null && panel != null) { ...
分类:Windows开发 时间:2015-12-04 09:07:57 收藏:0 阅读:365
创建生产订单,创建订单长文本,订单下达 LOOP AT gt_zstybcp INTO gw_zstybcp WHERE sel = 'X' AND aufnr = ''."ADD BY 20150716 LY FOR 批量创建 CLEAR:gs_return,gw_return,gt_...
分类:Windows开发 时间:2015-12-07 12:01:47 收藏:0 阅读:4661
翻看CKEditor API的一些经验。
分类:Windows开发 时间:2015-12-11 09:54:44 收藏:0 阅读:402
Windows任务计划程序建立后,手工运行可以成功,但计划任务自动运行却不能成功,搜索网络,原来是起始于参数没有配置,这个参数的英文名字是start-in。它保证任务计划程序的WorkingDirectory就是你所设置的路径,可惜的是这个参数在win7或者win2008上只能手动设置,那如何才能使...
分类:Windows开发 时间:2015-12-13 18:46:48 收藏:0 阅读:1067
改变GroupBox边框和的颜色 private void groupBox_BasicInformation_Paint(object sender, PaintEventArgs e) { e.Graphics.Clear(this.groupB...
分类:Windows开发 时间:2015-12-22 16:06:28 收藏:0 阅读:1248
120212223244851
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!