码迷,mamicode.com
首页 > Windows程序
webapi学习
在MVC中使用WebApi,初始化的时候App_Start文件夹中已经默认生成路由信息,不需要在RouteConfig中添加。public static class WebApiConfig { public static void Register(HttpConfigurat...
分类:Windows程序   时间:2015-07-07 12:24:55    阅读次数:224
Delphi与各种装置设备之间的开发整合及应用实例
优酷视频专辑: 使用 Delphi整合行动装置应用的十大最佳影片,介绍 Delphi与各种装置设备之间的开发整合及应用实例,欢迎大家观赏影片。 http://www.youku.com/playlist_show/id_25897228.html ?...
分类:Windows程序   时间:2015-07-07 11:11:58    阅读次数:150
The line endings in the following file are not consistent.
The line endings in the following file are not consistent....
分类:Windows程序   时间:2015-07-07 11:06:04    阅读次数:726
c#的DateTime.Now函数详解
//2008年4月24日 System.DateTime.Now.ToString("D"); //2008-4-24 System.DateTime.Now.ToString("d"); //2008年4月24日 16:30:15 System.DateTime.Now.ToString("F")...
分类:Windows程序   时间:2015-07-07 10:52:26    阅读次数:118
让Windows Server 2008 + IIS 7+ ASP.NET 支持10万并发请求
原文:http://www.cnblogs.com/dudu/archive/2009/11/10/1600062.html今天下午17点左右,博客园博客站点出现这样的错误信息:Error Summary:HTTP Error 503.2 - Service UnavailableThe serve...
分类:Windows程序   时间:2015-07-07 10:48:38    阅读次数:235
[转载] 构建微服务:使用API Gateway
原文:http://mp.weixin.qq.com/s?__biz=MzA5OTAyNzQ2OA==&mid=206889381&idx=1&sn=478ccb35294c58d25d2df2d9ced65cf7&scene=1&key=c76941211a49ab586d79043cb87ac0...
分类:Windows程序   时间:2015-07-07 09:23:25    阅读次数:255
C# 软件绑定QQ群类开源放出
周天闲来无事写个公共类,可以添加到你们自己项目中限制必须加入你QQ群才可以使用。代码简单,高手勿喷,有哪里不合理的请回帖让大家学习学习。using System;using System.Text;using System.Windows.Forms; #region 调用例子//CheckQQQu...
分类:Windows程序   时间:2015-07-07 09:21:32    阅读次数:181
C#数据公共操作函数
usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Data;usingSystem.Data.SqlClient;usingSystem.Configuration;namespaceDBTest{publicclassOpactionData{///<summary>///获取数据库连接地址,通过app.config文件来进行接收///</summary&g..
分类:Windows程序   时间:2015-07-07 07:09:49    阅读次数:143
Delphi Excel FastReport
unit Unit1; interface uses Printers,Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExcelXP, OleServer, StdCtrls, Grids, Mask, RzEdit,frxDesgn, frxClass, frxExportR...
分类:Windows程序   时间:2015-07-07 01:00:43    阅读次数:289
【C#】win服务 定时器
win服务:using System.ServiceProcess;继承ServiceBase 即可定时器:private System.Timers.Timer PushOrderTimer;绑定事件Elapsed private void PushOrderTimer_Elapsed(objec...
分类:Windows程序   时间:2015-07-07 00:52:59    阅读次数:404
微软不会放弃Windows Phone_阳光在线娱乐网
据阳光在线娱乐网:http://www.8809sunbet.com报道,有传言称微软将放弃Windows Phone。但投资者没必要太当回事儿,因为它来自Twitter帐户MSFTNerd。有报告称微软将利用预装有其应用的定制版Android设备取代Windows Phone。这一传言并非没...
分类:Windows程序   时间:2015-07-07 00:49:20    阅读次数:301
load-display-image之c#版
基本功能能够从文件load图像 --》显示图像--》在图像上方显示graphics,比如几条线--》鼠标移动,显示鼠标位置的灰度load-display-image之c#版load-display-image之c++ qt版F:\wamp\www\git_repos\GitHub\GeneralUt...
分类:Windows程序   时间:2015-07-07 00:49:13    阅读次数:145
win8应用开发-保存和恢复应用程序状态
因为win8应用同一时刻只允许一个应用在前台运行,即当切换到其他应用时当前应用将被挂起且停止运行,此时如果我们正在进行一些状态信息的录入那么我们就应该对这些信息进行临时保存,以便在需要的时候进行恢复。ok,开始:新建一个空白应用程序,向项目中添加类StateDate,代码如下:public clas...
分类:Windows程序   时间:2015-07-07 00:47:02    阅读次数:237
C#高级编程三十七天----结构比较
结构比较 数组和元组都实现接口IStructuralEquatable和IStructuralComparable.这两个接口不仅可以比较引用,还可以比较内容.这些接口都是显示实现的,所以在使用时需要把数组和元组强制转换为这个接口.IStructuralEquatable接口用于比较两个元组或数组是否有相同的内容,IStructuralComparable接口用于给元组或数组排序. using...
分类:Windows程序   时间:2015-07-06 23:33:29    阅读次数:415
Windows Server 2008 R2 集群(OpenService “RemoteRegistry” 失败)笔记
OpenService “RemoteRegistry” 失败。我在创建验证域控服务器【系统】类别中看到错误日志我在域控服务器去看,在 computers 里面 是有这台 计算机,但是为什么不行呢?纠结了很久。实在没办法,最后把这台验证失败的机器,修改了 计算机名,重新加入域。问题就搞定了。可能没描...
分类:Windows程序   时间:2015-07-06 23:23:20    阅读次数:247
利用Powershell快速对WPF的ListBox 数据源的绑定
有时候,我们在封闭的环境中做开发工作,并没有那么多便捷的开发工具,只能利用当前系统自带的基本工具做开发,比如利用强大的framework,而powershell就是很好的开发工具,在不安装visual studio的情况下,就能实现大部分功能。下面就用一个简单的例子来实现WPF中ListBox 数据...
分类:Windows程序   时间:2015-07-06 23:04:13    阅读次数:183
[工具-006] C#如何模拟发包登录
最近接到一个任务,就是模拟某个贴吧的登录发帖功能,我的思路是通过IE浏览器的工具对登陆操作进行抓包,记录登录时候请求的URL,请求方式,请求正文等信息进行模拟的发包。1.首先我们要到登陆页面,以摇篮网为例子,用IE打开。http://user.yaolan.com/Login.aspx,我们按F.....
分类:Windows程序   时间:2015-07-06 23:01:09    阅读次数:268
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!