码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
c#备忘录(1)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace test1{    class Program    {        static void Main(string[] args)        {...
分类:Windows程序   时间:2015-04-04 23:51:24    阅读次数:375
转:IOS程序之间的文件共享
原文System-Declared Uniform Type IdentifiersOne of the common tasks that an iOS developer has to do is to import or export documents from his iOS applic...
分类:移动开发   时间:2015-04-04 18:18:58    阅读次数:247
C# ADAM-4017
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System.Wi...
分类:Windows程序   时间:2015-04-03 14:54:33    阅读次数:281
C# 学习历程——类的封装,继承与多态
了解virtual,new,override的区别using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Cons...
分类:Windows程序   时间:2015-04-01 23:14:15    阅读次数:164
PDFtk Examples
These examples show you how to perform common PDF tasks from the command-line using pdftk. Collate scanned pages ??? pdftk A=even.pdf B=odd.pdf shuffle A B output collated.pdf ?? or if odd.pd...
分类:其他好文   时间:2015-04-01 22:09:48    阅读次数:227
WebDriver操作tab
核心思想:运用FireFox或者其他浏览器的键盘快捷键,然后使用Action进行操作。FireFox快捷键:https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly下面是代码示例:packagewebdriver; importjava.util.logging.Logger; importorg.openqa..
分类:Web程序   时间:2015-04-01 20:14:46    阅读次数:177
gradle版本构建基础
构建脚本的基础知识:Gradle里的任何东西都是基于这两个基础概念:projects,tasks1:gradle命令会在当前目录中查找一个叫build.gradle的文件.我们称这个build.gradle文件为一个构建脚本。这个脚本定义了一个project和它的tasks。1 task hello...
分类:其他好文   时间:2015-04-01 17:22:37    阅读次数:129
第三次作业
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace myclass{ class myclass1 ...
分类:其他好文   时间:2015-04-01 15:07:24    阅读次数:83
C#属性和readonly类型
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication3{ class...
分类:Windows程序   时间:2015-04-01 00:06:26    阅读次数:184
C#static
只能用类名调用静态成员(用"类名.???")using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Console...
分类:Windows程序   时间:2015-04-01 00:03:57    阅读次数:370
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!