码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
练习:WinForm--DataGridView增删改查完整版
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data.SqlClient; names ...
分类:Windows程序   时间:2016-08-28 22:12:57    阅读次数:281
JavaScript tasks, microtasks, queues and schedules
最近做的项目中,涉及到了JavaScript中Promise的用法,于是做了一点测试,发现没有想象中的那么简单,水很深,所以找来N先生(我的Mentor),想得到专业的指导。N先生也不尽知,但N先生查源码能力了不起,一小时之内解决了问题,还给我了一篇英文参考文献,拜读后,觉得有必要写一篇随笔,记录所 ...
分类:编程语言   时间:2016-08-27 23:28:26    阅读次数:231
LOGISTIC REGRESSION
In logistic regression we learn a family of functions from to the interval . However, logistic regression is used for classification tasks: We can int ...
分类:其他好文   时间:2016-08-27 18:06:44    阅读次数:302
Linux - System Administrator Duties
The sections below summarize some of the main tasks that administrators are expected to perform. 1. Account Provisioning The system administrator adds ...
分类:系统相关   时间:2016-08-25 23:53:31    阅读次数:161
并行parallel和并发concurrent的区别
http://stackoverflow.com/questions/1050222/concurrency-vs-parallelism-what-is-the-difference Concurrency is when two or more tasks can start, run, and ...
分类:其他好文   时间:2016-08-25 20:25:59    阅读次数:127
ArcGIS JavaScript在线打印
备注:防止中文乱码,中文字体选用“微软雅黑”。functionPrint(printTitle){ //varprintTitle=$("#ipttitle").val(); varlegend=$("#Checkbox1").prop("checked"); varprintTask=newesri.tasks.PrintTask(printUrl); //打印模板 vartemplate=newesri.tasks.PrintTemplate(); t..
分类:编程语言   时间:2016-08-24 17:37:01    阅读次数:367
工厂模式,单例模式
工厂模式: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace ConsoleApplication1{ 设 ...
分类:其他好文   时间:2016-08-22 09:27:02    阅读次数:175
数据库操作 (防注入攻击)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data.SqlClient; namespace ...
分类:数据库   时间:2016-08-22 09:24:22    阅读次数:242
面向对象(单列模式)
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 单列模式 { //单列模式 //控制一个类只能实 ...
分类:其他好文   时间:2016-08-22 09:22:14    阅读次数:124
增删改
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication26 { / ...
分类:其他好文   时间:2016-08-21 13:54:27    阅读次数:112
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!