Windows开发-月排行
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Wind...
分类:Windows开发 时间:2015-06-29 11:39:28 收藏:0 阅读:569
1. 使用, 显示的内容改为Content属性 2. 要使用分组,就是用 GroupName属性
分类:Windows开发 时间:2015-06-30 12:52:29 收藏:0 阅读:536
1 快速成为开发者入门教程(翻译)---官方 1.1 编译环境 (1)安装MSysGIT 安装完成后,配置GIT。 安装注意     安装过程中除了下面一步外,其他的步骤都采用默认安装。      GIT中文乱码     D:\Program Files (x86)\Git\etc中的git-completion.bash文件最后一行加上:     alias ...
分类:Windows开发 时间:2015-07-10 09:37:27 收藏:0 阅读:25853
摸索了半天终于搞定了。记录一下: 首先到开源网站下载压缩包: https://github.com/ZeBobo5/Vlc.DotNet/releases下载解压有四个类库工程和两个实例项目 Vlc.DotNet.Core.Interops Vlc.DotNet.Core Vlc.DotNet.Forms Vlc.DotNet.Wpf 和Vlc.DotNet.FormsSamples...
分类:Windows开发 时间:2015-07-14 00:10:23 收藏:0 阅读:717
不多说了,直接上代码吧。。。。服务端Web.config文件中bindings配置 服务端Web.config文件中behavio...
分类:Windows开发 时间:2015-07-21 11:56:36 收藏:0 阅读:372
分类:Windows开发 时间:2015-07-22 12:57:38 收藏:0 阅读:456
一、命名空间using System.Security.Cryptography.X509Certificates;二、调用代码string certPath = Server.MapPath("/weixinApp/cert/apiclient_cert.p12"); //证书已上传到对应目录 ....
分类:Windows开发 时间:2015-07-30 12:44:52 收藏:0 阅读:965
在js中定义的全局变量是挂在window下的,而window的属性也一样,那么这两者有什么区别呢?其实这两者还是有小小的区别的,全局变量是不能通过delete操作符删除的,而直接定义在window上的属性是可以删除的。那么为什么全局变量不能删除呢?因为全局变量也是个对象,这个对象时通过叫做Prope...
分类:Windows开发 时间:2015-08-07 10:58:58 收藏:0 阅读:8700
最近在测试使用MDT部署windows,使用vmware虚拟机搭建了一台AD服务器和一台MDT服务器,采用的是MDT2013架构。客户的生产环境使用的核心交换机是华为的,且每个vlan都配置了DHCP服务器。在华为的核心交换机上做了dhcp中继,把MDT服务器中继到了每个vlan。现在测试的时候,MDT和..
分类:Windows开发 时间:2015-08-12 19:52:12 收藏:0 阅读:995
How to fix this error while installing github on windows 7/8/8.1 64bit???? 前言: 给win8.1安装GitHub桌面版的时候报错,如图: An error occurred attempting to install GitHub. 解决思路: 唉~这句话的中文意思...
分类:Windows开发 时间:2015-08-16 00:43:17 收藏:0 阅读:6834
一、概述二、什么是XSS三、预防方法四、在WebApi中如何实现 在实现之前,需要了解ASP.NET WEB API的pipeline机制。如上,可以采用多种方式进行参数的过滤1、重写DelegatingHandler的SendAsync方法进行过滤,结合AntiXss类库实现using Syst....
分类:Windows开发 时间:2015-08-18 18:41:02 收藏:0 阅读:1028
设置之后的效果为1窗体中代码 项目1 项目1 项目1 项目1 2样式文件中代码
分类:Windows开发 时间:2015-08-20 15:10:45 收藏:0 阅读:909
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, StdCtrls, Buttons, E...
分类:Windows开发 时间:2015-08-21 19:14:29 收藏:0 阅读:627
# 在Linux系统中挂载Windows中共享的文件夹:mount -t cifs //192.168.1.102/studyshare /mnt -o username=chocolee,password=YOURPASSWD# 在Linux系统中挂载NFS共享的文...
分类:Windows开发 时间:2015-09-11 20:45:06 收藏:0 阅读:365
3.1WindowsNT3.13.5WindowsNT3.53.51WindowsNT3.514.0WindowsNT4.05.0Windows20005.1WindowsXP5.2WindowsXP64-bit,WindowsServer2003,WindowsServer2003R2,WindowsHomeServer6.0WindowsVista,WindowsServer20086.1Windows7,WindowsServer2008R2,WindowsHomeServer20116.2..
分类:Windows开发 时间:2015-09-27 06:37:18 收藏:0 阅读:1134
delphiTBluetoothLE、TBluetoothLEManager1、搜索设备BluetoothLE1.DiscoverDevices(4000);触发事件BluetoothLE1EndDiscoverDevices 发现蓝牙设备2、搜索服务BluetoothLE1.DiscoverSer...
分类:Windows开发 时间:2015-09-28 23:39:51 收藏:0 阅读:2537
Windows网络驱动、NDIS驱动(微端口驱动、中间层驱动、协议驱动)、TDI驱动(网络传输层过滤)、WFP(Windows Filtering Platform)
分类:Windows开发 时间:2015-10-12 21:02:48 收藏:0 阅读:2774
WebClient 请求 启用SSL的站点 时,如果站点的证书是不可信的,请求会被阻止,解决办法如下:添加以下代码:ServicePointManager.ServerCertificateValidationCallback = delegate { r...
分类:Windows开发 时间:2015-10-29 19:41:53 收藏:0 阅读:628
C# KeepAlive的相关设置网上有很多相关KeepAlive的内容,终于找到了有关C#的这方面资料,设置了下,有行可靠! TcpListener myListener = new TcpListener(IPAddress.Any, port);//绑定端口IP信息 myListener......
分类:Windows开发 时间:2015-11-02 15:33:27 收藏:0 阅读:3341
推荐的方法,使用CoreAudioApi.dll,仅在win7上测试过: private MMDevice defaultDevice = null; //判断当前系统扬声器状态 private bool IsMuted() { ...
分类:Windows开发 时间:2015-11-03 12:12:39 收藏:0 阅读:514
195969798994851
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!