码迷,mamicode.com
首页 > Windows程序 > 日排行
10.C#匿名函数的变量捕获(五章5.5)
小分享:我有几张阿里云优惠券,用券购买或者升级阿里云相应产品最多可以优惠五折!领券地址:https://promotion.aliyun.com/ntms/act/ambassador/sharetouser.html?userCode=ohmepe03 首先感谢园友的指定,后续的文章一定会多码多想 ...
分类:Windows程序   时间:2017-04-23 22:20:10    阅读次数:302
ASP.NET Web API中的依赖注入
小分享:我有几张阿里云优惠券,用券购买或者升级阿里云相应产品最多可以优惠五折!领券地址:https://promotion.aliyun.com/ntms/act/ambassador/sharetouser.html?userCode=ohmepe03 什么是依赖注入 依赖,就是一个对象需要的另一 ...
分类:Windows程序   时间:2017-04-23 22:28:00    阅读次数:388
Web Api 中返回JSON的正确做法
小分享:我有几张阿里云优惠券,用券购买或者升级阿里云相应产品最多可以优惠五折!领券地址:https://promotion.aliyun.com/ntms/act/ambassador/sharetouser.html?userCode=ohmepe03 在使用Web Api的时候,有时候只想返回J ...
分类:Windows程序   时间:2017-04-23 22:28:30    阅读次数:278
【WEB API项目实战干货系列】- 导航篇(十足干货分享)
小分享:我有几张阿里云优惠券,用券购买或者升级阿里云相应产品最多可以优惠五折!领券地址:https://promotion.aliyun.com/ntms/act/ambassador/sharetouser.html?userCode=ohmepe03 在今天移动互联网的时代,作为攻城师的我们,谁 ...
分类:Windows程序   时间:2017-04-23 22:29:41    阅读次数:252
使用ASP.NET Web Api构建基于REST风格的服务实战系列教程【开篇】【持续更新中。。。】
小分享:我有几张阿里云优惠券,用券购买或者升级阿里云相应产品最多可以优惠五折!领券地址:https://promotion.aliyun.com/ntms/act/ambassador/sharetouser.html?userCode=ohmepe03 最近发现web api很火,园内也有各种大神 ...
分类:Windows程序   时间:2017-04-23 22:30:20    阅读次数:309
试着利用BAPI 寻找F-59创建凭证的函数
功能块代码 F-59开发类 FIBP事务说明 支付请求 事物:FBP1Screen 0BKPF-BLART = AB________________________________________从程序:SAPMF05A Package: FIBP 回答一、hi, TCODES BAPI where ...
分类:Windows程序   时间:2017-04-23 22:31:02    阅读次数:294
Asp.Net Web API 2第四课——HttpClient消息处理器
小分享:我有几张阿里云优惠券,用券购买或者升级阿里云相应产品最多可以优惠五折!领券地址:https://promotion.aliyun.com/ntms/act/ambassador/sharetouser.html?userCode=ohmepe03 Asp.Net Web API 导航 Asp ...
分类:Windows程序   时间:2017-04-23 22:32:33    阅读次数:335
Web API系列(三)统一异常处理
小分享:我有几张阿里云优惠券,用券购买或者升级阿里云相应产品最多可以优惠五折!领券地址:https://promotion.aliyun.com/ntms/act/ambassador/sharetouser.html?userCode=ohmepe03 前面讲了webapi的安全验证和参数安全,不 ...
分类:Windows程序   时间:2017-04-23 22:33:08    阅读次数:313
Hadoop实战-使用Eclipse开发Hadoop API程序(四)
一、准备运行所需Jar包 1)avro-1.7.4.jar 2)commons-cli-1.2.jar 3)commons-codec-1.4.jar 4)commons-collections-3.2.1.jar 5)commons-compress-1.4.1.jar 6)commons-con ...
分类:Windows程序   时间:2017-04-23 23:11:00    阅读次数:450
(详解)Windowns Server DHCP服务器,华为交换机做DHCP 中继
拓扑图如下详细配置分解文件下载
分类:Windows程序   时间:2017-04-23 23:11:40    阅读次数:363
大白菜安装win10、win7手册
一、环境: 笔记本电脑:thinkpade470c U盘:4G、usb3.0 操作系统:win10家庭版 下载地址:http://www.itellyou.cn/选择“Windows10(MultipleEditions)(x64)-DVD(Chinese-Simplified)详细信息”,该版本包含家庭版和专业版 大白菜:v5.2网站:www.winbaicai.com二、概述 1.本环..
分类:Windows程序   时间:2017-04-23 23:12:53    阅读次数:399
windows 下 redis安装
在D盘新建文件夹【redis】,右键解压Redis ZIP包,把所有文件解压到redis文件夹中。(其他盘符也可以滴^_^) 文件介绍: redis-benchmark.exe #基准测试 redis-check-aof.exe # aof redischeck-dump.exe # dump re ...
分类:Windows程序   时间:2017-04-24 00:58:44    阅读次数:152
【转】 HTML解析:基于XPath的C#类库HtmlAgiliytyPack
【转】 HTML解析:基于XPath的C#类库HtmlAgiliytyPack 最近处于毕业设计开始阶段,前期工作需要去国外的一些专业数据库网站比对一些所需TF家族信息,为了快捷方便,想到用程序去帮助实现。前期实现了一系列的尝试,使用C#的的网络编程类库,获取查询结果,但是为了分析其中的结果并进行比 ...
分类:Windows程序   时间:2017-04-24 01:00:14    阅读次数:233
windows编程之目录遍历
利用windows的API,FindFirstFile和FileNextFile,採用递归遍历指定目录中的全部文件及目录,第一次windows编程。代码写的非常臃肿难看。请大家多多包涵! #include<cstdio> #include<cstring> #include<iostream> #i ...
分类:Windows程序   时间:2017-04-24 09:55:52    阅读次数:242
c#实现统计代码运行时间
方法一: //实例化一个计时器 Stopwatch watch = new Stopwatch(); //開始计时 watch.Start(); //此处为要计算的执行代码 for (int i = 1; i < 1000000; i++) { } // Execute the task to be ...
分类:Windows程序   时间:2017-04-24 09:57:35    阅读次数:197
C#中excel读取和写入
1.方法一:采用OleDB读取EXCEL文件: 把EXCEL文件当做一个数据源来进行数据的读取操作,实例如下: 对于EXCEL中的表即sheet([sheet1$])如果不是固定的可以使用下面的方法得到 另外:也可进行写入EXCEL文件,实例如下: 2.方法二:引用的com组件:Microsoft. ...
分类:Windows程序   时间:2017-04-24 10:02:04    阅读次数:246
Win7系统下进行WinCE程序开发时,不能生成SDK的问题
在Windows7 64位系统下,编译生成SDK时,会产生如下错误提示: Required files may be missing. To resolve the issue, reinstall Platform Builder. 解决办法如下:(经过验证) ...
分类:Windows程序   时间:2017-04-24 10:09:11    阅读次数:500
c# 简单打开关闭摄像头
const short WM_CAP = 1024; const int WM_CAP_DRIVER_CONNECT = WM_CAP + 10; const int WM_CAP_DRIVER_DISCONNECT = WM_CAP + 11; const int WM_CAP_EDIT_COPY... ...
分类:Windows程序   时间:2017-04-24 10:13:22    阅读次数:488
Zend Framework(一) windows8.1下配置zend framework1.12
windows8.1下配置zend framework1.12配置步骤: 1. 下载 zend framework1.12库 2. 创建zend frameworkproject 2.1 手工创建(麻烦) 2.2 使用zf.bat 程序创建 (1)先将php.exe进行全局配置。方法是在环境变量pa ...
分类:Windows程序   时间:2017-04-24 10:18:30    阅读次数:214
Windows
1)批量修改文件、文件夹继承权限 http://jingyan.baidu.com/article/09ea3ede24fd89c0aede391b.html ...
分类:Windows程序   时间:2017-04-24 12:07:20    阅读次数:155
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!