Windows开发-月排行
一,烤地瓜版本的。。 这个版本不安装内容滚动,,鼠标滑轮滚动一次距离相同, 具体步骤参照他的博客,说点注意的,,1,ScrollViewer.CanContentScroll="False"2,容器模版虚拟化StackPanel换成非虚拟的。 二,安装内容滚动,,滑轮滚动一次,listb...
分类:Windows开发 时间:2015-08-04 10:48:42 收藏:0 阅读:1777
首先,安装python,2.7,?Locust ?需要的版本 (Locust requires?Python 2.6+. It is not currently compatible with Python 3.x.) 然后把python配置到环境变量,再安装,pip。 python,pip安装如下: 1、在以...
分类:Windows开发 时间:2015-08-05 15:10:54 收藏:0 阅读:2384
win7旗舰版安装VMware,安装过程中发生了如下错误。系统提示:“You may not install this product in the root directory of any drive”如下图:WIN7相对于XP来说,做了更为严格的权限调整。从vista开始,便加入了UAC(UA...
分类:Windows开发 时间:2015-08-05 16:13:24 收藏:0 阅读:466
先说一下我的配置:08年的acer aspire 5520g,很老的电脑,除了内存加到4g,其他都不变。官方只支持到windows7,并且官方说明该型号不在官方支持windows10之列。之前windows7上推出windows10升级助手时,我第一时间预约了,助手显示可以升级(无任何升级问题),当...
分类:Windows开发 时间:2015-08-17 00:59:49 收藏:0 阅读:7539
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.DirectoryServices;usingSystem.Collections;usingSystem.Text.R...
分类:Windows开发 时间:2015-08-21 07:03:58 收藏:0 阅读:298
WPF-为Style里的button添加鼠标点击响应事件
分类:Windows开发 时间:2015-08-26 19:47:11 收藏:0 阅读:573
The following example uses the OpenProcessToken and GetTokenInformation functions to get the group memberships in an access token.The GetTokenInformat...
分类:Windows开发 时间:2015-09-06 20:09:15 收藏:0 阅读:694
方法一:?protected void Button1_Click(object sender, EventArgs e){//关闭页面--弹出提示ClientScript.RegisterStartupScript(Page.GetType(), "", ?"");//关闭页面--不弹出提示Cli...
分类:Windows开发 时间:2015-09-23 16:53:29 收藏:0 阅读:774
有网页如下1 2 选项13 选项24 ......5 我开始想着用element.Children[1].SetAttribute("seleted","selected");还有element.Children[1].InvokeMember("click");发现...
分类:Windows开发 时间:2015-09-23 16:54:39 收藏:0 阅读:339
GetVersionEx 在win8 win8.1 win10 之后已经无法使用,如果非要使用的话需要让exe嵌入manifest,mainfest如下。这个文件需要已utf-8存储。 1 2 3 4 5 6 7 ...
分类:Windows开发 时间:2015-09-24 14:15:51 收藏:0 阅读:3487
WebApi下载附件文件
分类:Windows开发 时间:2015-10-15 11:17:11 收藏:0 阅读:791
Marshal 类 命名空间:System.Runtime.InteropServices 提供了一个方法集,这些方法用于分配非托管内存、复制非托管内存块、将托管类型转换为非托管类型,此外还提供了在与非托管代码交互时使用的其他杂项方法。 Marshal 类中定义的 static 方法对于处理非托管代...
分类:Windows开发 时间:2015-10-27 16:49:19 收藏:0 阅读:1847
这种功能为什么不向MessageBox一样自带,还得自己写~~
分类:Windows开发 时间:2015-10-30 12:28:34 收藏:0 阅读:652
原文最早发表于百度空间2009-09-04[DllImport("Kernel32.dll", EntryPoint = "OpenProcess")]public static extern int OpenProcess(uint DesiredAccess, bool bInheritHand...
分类:Windows开发 时间:2015-11-23 13:00:24 收藏:0 阅读:693
DateTime dt = DateTime.Parse(DateTime.Now.ToString("yyyy-MM-dd") + " 00:00:00"); //获得本月月初时间 var startMonth = dt.AddDay...
分类:Windows开发 时间:2015-12-07 18:28:37 收藏:0 阅读:253
案例1://数据源String strSource = "xxx100 11 100";//表达式String matchpattern = @"]*)>(.*?)"; //$2=(.*?) 进行替换String replacementpattern = @"$2";//循环判断 是否...
分类:Windows开发 时间:2015-12-16 18:48:20 收藏:0 阅读:756
'>
分类:Windows开发 时间:2015-12-30 17:00:17 收藏:0 阅读:638
过程也可以像通用变量一样声明、调用 procedure HelloWorld; begin ShowMessage('HI'); end; procedure HelloWorld2(a:String); begin ShowMessage('HI'); end; procedure TFormSp
分类:Windows开发 时间:2016-02-02 16:24:26 收藏:0 阅读:869
WPF MVVM DataGrid Button Command绑定 <Button Content="删除" Background="{StaticResource mainColor}" Width="90" Height="35" Style="{StaticResource BtnStyle
分类:Windows开发 时间:2016-02-02 16:40:25 收藏:0 阅读:629
停止IIS服务ServiceController sc = new ServiceController("iisadmin");if(sc.Status==ServiceControllerStatus.Running) { sc.Stop();} 重启IIS服务ServiceController
分类:Windows开发 时间:2016-02-03 22:30:08 收藏:0 阅读:358
11121131141151164851
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!