Windows开发
js中的es6 中提出 map reduce filter 等方法; 那么我们在c#中似乎没看到呢,真的吗? are you kiding me? 先看map 回家健身了,明天继续搞; 好文 推荐:http://www.justinshield.com/2011/06/mapreduce-in-c/ ...
分类:Windows开发 时间:2017-08-18 19:22:54 收藏:0 阅读:249
try//尝试执行{SomeCode} except//出错的时候执行, Except有特定的错误类型 {SomeCode} end; try//尝试执行{SomeCode} finally//无论如何都强制执行{SomeCode} end; 例:tryAge:=StrToInt(Edit1.Tex ...
分类:Windows开发 时间:2017-08-18 19:10:49 收藏:0 阅读:314
前台 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="default.aspx.cs" Inherits="_default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transi ...
分类:Windows开发 时间:2017-08-18 19:07:55 收藏:0 阅读:252
private void timer1_Tick(object sender, EventArgs e) { if ( tttttflag) { Action action = SyncCompanyJJ; action.BeginInvoke(null, null); } } tttttflag ...
分类:Windows开发 时间:2017-08-18 18:17:45 收藏:0 阅读:332
https://leetcode.com/problems/can-i-win/description/ In the "100 game," two players take turns adding, to a running total, any integer from 1..10. The ...
分类:Windows开发 时间:2017-08-18 18:12:39 收藏:0 阅读:335
public enum testenum { aa, bb, cc, dd };foreach (testenum item in Enum.GetValues(typeof(testenum))){}Enum.GetValues(typeof(枚举的名称));可以获得指定枚举的枚举值。 forea ...
分类:Windows开发 时间:2017-08-18 18:10:08 收藏:0 阅读:247
不多说,直接上步骤 1,新建GitHub的账号密码。 2,新建一个项目 点击new repository 3,选择自己项目,填写格式 点击创建 create repository,这时候一个雏形就出来了。 记录下你的项目地址 4,接下来就是安装git https://git-scm.com/down ...
分类:Windows开发 时间:2017-08-18 18:09:54 收藏:0 阅读:282
用户购买windows安装盘或者重新安装操作系统的时候,通常会遇到这个问题,就是不知道该如何选择使用32位操作系统和64位操作系统,有人说64位系统速度快,其实理论上确实是这样,不过具体还要根据你的个人电脑实际的硬件情况来进行选择。 扫盲必看 32位和64位Windows的区别 32位和64位Win ...
分类:Windows开发 时间:2017-08-18 17:54:34 收藏:0 阅读:341
// /* // // 文件名:Method // // 文件功能描述: // // 使用 ADB 来进行安卓设备与PC端之间的文件交互,具体adb命令操作请百度查阅 // // // // 创建标识:20140526 // // // // 修改标识: // // 修改描述: // // */ s ...
分类:Windows开发 时间:2017-08-18 17:02:14 收藏:0 阅读:332
闲来无事,只有写代码啦,以下为DataTable转List与List转DataTable的两个方法,主要技术点用到了反射原理: 调用: ...
分类:Windows开发 时间:2017-08-18 16:48:09 收藏:0 阅读:266
13875387638779701
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!