1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace Demo 8 {.....
分类:
其他好文 时间:
2015-01-05 20:06:22
阅读次数:
143
一、ANT任务之Junit: 学习ANT其实主要是学习ANT的task,ANT众多task中有一个Testing Tasks,它下面有两个任务:Junit和JunitReport,主要用来进行单元测试及生成单元测试报告。Testing Tasks Task NameDescriptionJunit....
分类:
其他好文 时间:
2015-01-04 19:04:49
阅读次数:
187
UI design can be divided into three essential elements : functionality, aesthetics, and performance.The following are some design phase tasks that can...
分类:
其他好文 时间:
2015-01-04 14:56:50
阅读次数:
141
两种方法,调用其一即可: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namesp....
分类:
其他好文 时间:
2014-12-31 11:11:50
阅读次数:
248
htop是一款交互式进程查看器第一块1:第一颗CPU使用率2:第二颗CPU使用率3:第三颗CPU使用率4:第四颗CPU使用率Mem:内存使用率Swap:交换空间使用率第二块Tasks:进程总数 线程数Load average:1min 5min 15min 前的平均负载Uptime:系统启动时长第三...
分类:
其他好文 时间:
2014-12-29 15:00:05
阅读次数:
295
Successful projects start with a good quality project schedule. Creating a schedule is one of the first tasks you should do when given a project to ma...
分类:
其他好文 时间:
2014-12-29 10:18:59
阅读次数:
195
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace One_two {/* * 2、编写一个控制台应用程序,....
分类:
其他好文 时间:
2014-12-28 19:24:45
阅读次数:
201
SQLhelper助手类编写: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 usi....
分类:
Web程序 时间:
2014-12-28 00:28:59
阅读次数:
219
In Gradle we can assign a task to a group. Gradle uses the group for example in the output of $ gradle -t to output all the tasks of the same group to...
分类:
其他好文 时间:
2014-12-27 21:39:47
阅读次数:
193
To see which tasks are available for our build we can run Gradle with the command-line option -t or --tasks. Gradle outputs the available tasks from o...
分类:
其他好文 时间:
2014-12-27 21:37:29
阅读次数:
208