using System;using System.Data;using System.Configuration;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using Syste...
分类:
Windows开发 时间:
2014-12-04 22:53:12
收藏:
0 评论:
0 赞:
0 阅读:
331
本实例使用两个矩形A和B来演示System.Drawing.Region类的各方法的功能。绘制两个矩形获取目标矩形与此Region不相交的部分获取此Region与目标矩形不相交的部分获取两个矩形的交集获取两个矩形的并集获取两个矩形的并集中不相交的部分将此 System.Drawing.Region 对象初始化为无限内部显示RegionData信息...
分类:
Windows开发 时间:
2014-12-04 21:36:02
收藏:
0 评论:
0 赞:
0 阅读:
575
1.将该文件设为共享文件夹 2.确定你的windows IP地址,用户名及密码 3.CentOS终端输入以下内容: [root@*** mnt]# mkdir winD [root@*** mnt]# mount -t cifs //192.168.61.77/newsCrawl /mnt/wi.....
分类:
Windows开发 时间:
2014-12-04 21:23:52
收藏:
0 评论:
0 赞:
0 阅读:
344
win7访问xp:xp1.开服务:Computer Browser,Server,Workstation。2.运行“secpol.msc ”----本地策略-用户权利指派-拒绝从网络访问此计算机 删除guest用户即可xp访问win7: win7:运行gpedit.msc 计算机配置-windows...
分类:
Windows开发 时间:
2014-12-04 21:16:32
收藏:
0 评论:
0 赞:
0 阅读:
313
1.在主窗体(含有serialPort的窗体)中//先定义委托 public delegate void OpenPort(); public delegate void ClosePort();//同样在主窗体中实现添加 public void ClosePort()//关闭串口,供委托调用...
分类:
Windows开发 时间:
2014-12-04 21:14:22
收藏:
0 评论:
0 赞:
0 阅读:
341
WLW最新版本为16.4.3528 Windows Live Writer配置步骤 使用Windows Live Writer 2012和Office Word 2013 发布文章到博客园全面总结 Live Writer发博支持“建分类、加标签、写摘要” 代码着色插件 公式插件
分类:
Windows开发 时间:
2014-12-04 19:55:32
收藏:
0 评论:
0 赞:
0 阅读:
409
【转自】BAPI WGComponentFunction module nameDescriptionDescriptionObj. TypeObject nameMethod nameReleaseMessage type1RWTRBAPI_SECURITYPRICE_GETDETAILSecur...
分类:
Windows开发 时间:
2014-12-04 19:50:03
收藏:
0 评论:
0 赞:
0 阅读:
690
using System;using System.Linq;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;using System.Drawing;using Syst...
分类:
Windows开发 时间:
2014-12-04 19:49:22
收藏:
0 评论:
0 赞:
0 阅读:
602
好的, 直入主题,不说承上启下的话了, 我们在项目中有时候会用到图片集合的显示,但是当进行某些操作的时候,需要实时显示最新的图片,这个时候,问题就来了(当然不是BlueShit),用了很多方法,譬如 控件名.Refresh(); 控件名.Select();都不行。 可是明明清理了刷新了,图片就...
分类:
Windows开发 时间:
2014-12-04 19:47:32
收藏:
0 评论:
0 赞:
0 阅读:
406
最近时间比较充裕,想到之前领导问我,什么界面更适合公司这种屏幕小但是又要求可以同时处理更多的工作。我感觉 windows是最合适的,毕竟微软已经做了这么多年的系统了,人的操作习惯已经被他们确定了。先看一下效果吧,这个是第一版。第一版只加入了开始菜单 弹窗 ,不想做菜单在最底部的兼容性所以把菜单放在了...
分类:
Windows开发 时间:
2014-12-04 19:45:22
收藏:
0 评论:
0 赞:
0 阅读:
620
c# 获取相对路径
分类:
Windows开发 时间:
2014-12-04 19:39:42
收藏:
0 评论:
0 赞:
0 阅读:
375
打开“控制面板”->选择“程序”->选择“打开或关闭windows功能”->在“Internet信息服务”中勾选以下勾选框
分类:
Windows开发 时间:
2014-12-04 19:36:22
收藏:
0 评论:
0 赞:
0 阅读:
286
private byte[] CRC(byte[] x, int len) //CRC校验函数 { byte[] temdata = new byte[2]; UInt16 crc = 0; byte da; ...
分类:
Windows开发 时间:
2014-12-04 19:32:22
收藏:
0 评论:
0 赞:
0 阅读:
425
OpenFileDialog openFileDialog1 = new OpenFileDialog(); openFileDialog1.InitialDirectory = strOpenFileFolder;//初始目录,不赋值也可以openFileDialog1.Filter = “mxm...
分类:
Windows开发 时间:
2014-12-04 19:31:02
收藏:
0 评论:
0 赞:
0 阅读:
382
为了将方法声明为可以接受可变数量参数的方法,我们可以使用params关键字来声明数组,如下所示:public static Int32Add(params Int32[] values){ Int32 sum = 0; for (Int32 x = 0; x < values.Length; x++...
分类:
Windows开发 时间:
2014-12-04 19:28:42
收藏:
0 评论:
0 赞:
0 阅读:
362
函数重载using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace exam{ class Program { /// /// 函数重...
分类:
Windows开发 时间:
2014-12-04 19:22:22
收藏:
0 评论:
0 赞:
0 阅读:
178
windows 2003 的 netsh 默认没有设置端口映射的功能,需要先安装下 ipv6 协议,怎么安装?找到本地连接 右键属性 添加新的协议即可,安装后需要重启系统,而后即可使用windows 的端口映射命令: netsh inter...
分类:
Windows开发 时间:
2014-12-04 18:19:42
收藏:
0 评论:
0 赞:
0 阅读:
269
系统信息:Centos6.5i386GUN/Linux1.首先安装一个epelrpm-ivhhttp://mirrors.yun-idc.com/epel/...ease-6-8.noarch.rpm2.安装wineyuminstallwine完毕!
分类:
Windows开发 时间:
2014-12-04 18:16:42
收藏:
0 评论:
0 赞:
0 阅读:
229
对于Active
Directory的备份,有人说有额外域控制器不需要备份,但国内很多企业规模不是很大,你让老板为了添加额外域控制器在买一台服务器,这个根本不太现实;又有人说,那么用虚拟化啊,用VM或者Hyper-v虚拟一个服务器出来,这个对于刚成立的公司来说还可行,因为只要加个硬..
分类:
Windows开发 时间:
2014-12-04 18:16:32
收藏:
0 评论:
0 赞:
0 阅读:
512
#!/usr/bin/perl
usestrict;
usewarnings;
useLWP::UserAgent;
useJSON;
useEncode;
my$mail=‘user‘;
my$pass=‘pass‘;
my$domain_info_url=‘https://dnsapi.cn/Domain.Info‘;
my$record_list_url=‘https://dnsapi.cn/Record.List‘;
subget_domain_id{
###获取数据
my($doma..
分类:
Windows开发 时间:
2014-12-04 18:14:32
收藏:
0 评论:
0 赞:
0 阅读:
383