避免使用setTimeout和setInterval进行视觉更新操作;使用 requestAnimationFrame。 将长时间运行的JavaScript 从主线程转移到 Web Workers. 使用 micro-tasks在不同的框架上修改DOM 使用浏览器开发者工具和JavaScript P ...
分类:
Web程序 时间:
2016-05-04 17:15:24
阅读次数:
228
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace ConsoleApplication1{ class P ...
分类:
其他好文 时间:
2016-05-03 00:29:06
阅读次数:
168
In what kind of situation will we need to use topological sort? Precedence(优先级) scheduling, say given a set of tasks to be completed with precedence c ...
分类:
其他好文 时间:
2016-05-01 12:12:17
阅读次数:
117
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace ConsoleApplication1{ class P ...
分类:
其他好文 时间:
2016-04-30 00:58:23
阅读次数:
212
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq...
敏捷开发还有以下几个关键概念(KeyIssues):迭代过程(Iterativeprocess)用户故事(Userstories)任务(Tasks)站立会议(Stand-upmeeting)持续集成(Continuousintegration)最简方案(Simplestsolutions)重构(Re-factoring)测试人员素质要求:1.编写代码2.测试分析3.测..
分类:
其他好文 时间:
2016-04-29 01:52:21
阅读次数:
117
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace ConsoleApplication1{ class P ...
分类:
其他好文 时间:
2016-04-29 00:00:09
阅读次数:
442
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace ConsoleApplication2{ class P ...
分类:
其他好文 时间:
2016-04-28 12:10:01
阅读次数:
139
using System;using System.Collections.Generic;using System.Collections;using System.Linq;using System.Text;using System.Threading.Tasks; namespace Con ...
分类:
其他好文 时间:
2016-04-28 10:37:47
阅读次数:
185
Activity的LaunchMode Tasks和Back Stack 一个Task表示与用户的一次交互,包含交互过程中的多个Activity实例。当用户通过点击桌面上的Launcher图标打开一个app时,则启动一个新的Task开始与用户交互,当用户点击Home键时,当前Task则被转入后台,而 ...
分类:
其他好文 时间:
2016-04-26 16:03:01
阅读次数:
113