XAML.CS代码: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using...
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System.Da...
分类:
其他好文 时间:
2015-05-05 14:05:34
阅读次数:
187
先来思考一个问题:一个需要耗时很长的操作比如setTimeout, ajax请求等,我们需要在延时操作后执行一个函数done。 比如: var wait = function(){ var tasks = function(){ alert("执行完毕!"); }; ...
分类:
Web程序 时间:
2015-05-05 11:58:53
阅读次数:
149
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace _03简单工厂设.....
分类:
其他好文 时间:
2015-05-05 10:20:30
阅读次数:
104
1、一个多态例子 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 nam...
分类:
其他好文 时间:
2015-05-04 13:41:57
阅读次数:
186
1.首先是服务器的编写:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Sockets;using System.Threading.Tasks;us...
分类:
其他好文 时间:
2015-05-04 11:37:18
阅读次数:
146
1、List泛型集合 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespac....
分类:
其他好文 时间:
2015-05-04 11:27:49
阅读次数:
146
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Reflection;using System.Di...
分类:
其他好文 时间:
2015-05-04 09:56:09
阅读次数:
83
本系列博客根据Geoffrey Hinton课程Neural Network for Machine Learning总结. 课程网址为:https://www.coursera.org/course/neuralnets1、Some examples of tasks best solved by...
分类:
其他好文 时间:
2015-05-02 20:38:53
阅读次数:
240
Summary:SDK, ADB, Active, Intents and Tasks...
分类:
移动开发 时间:
2015-05-02 18:14:25
阅读次数:
141