1.在Models中添加控制器类 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using...
分类:
其他好文 时间:
2015-12-09 00:12:03
阅读次数:
176
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 随机数 8 { .....
分类:
其他好文 时间:
2015-12-08 10:06:55
阅读次数:
112
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace K...
分类:
其他好文 时间:
2015-12-06 17:45:32
阅读次数:
199
Launching, resuming, and background tasks : https://msdn.microsoft.com/en-us/library/windows/apps/Mt227652.aspxApp lifecycle: https://msdn.microsoft.c...
分类:
移动开发 时间:
2015-12-04 18:25:50
阅读次数:
194
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace StateMachine { class Pro...
playbooks概念:Tasks:任务:由各模块所支持执行的特定操作任务:例子:-muser-a‘name=password=’Variables:变量:Templates:模板:在定义模板之后可以实现各节点对应的变量来取代,表达式自身会根据当前节点所赋值做运算,之后生成的值则赋予这个参数,用于生成不同配置的配..
分类:
其他好文 时间:
2015-12-04 06:37:30
阅读次数:
263
We mentioned earlier in the section "Interrupt Handling" that several tasks among those executedby the kernel are not critical: they can be deferred f...
分类:
其他好文 时间:
2015-12-03 02:08:34
阅读次数:
222
比如:ababcdebc,那他最大的子字符串就是:abcdeusingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
namespaceConsoleApplication4
{
classProgram
{
staticvoidMain(string[]args)
{
strings="abcababcdefgfg"..
分类:
其他好文 时间:
2015-12-02 18:41:13
阅读次数:
184
usingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
usingSystem.Collections.Generic;
namespaceConsoleApplication4
{
classProgram
{
staticvoidMain(string[]args)
{
personalInfop1=newpersonalInfo("1","..
分类:
其他好文 时间:
2015-12-02 12:41:54
阅读次数:
123