码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
sqlLite的数据库操作类
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data; using System.Da... ...
分类:数据库   时间:2017-03-12 23:51:29    阅读次数:252
Lab1 - Junit and Eclemma
Tasks 1:Install Junit(4.12), Hamcrest(1.3) with Eclipse 1、新建立一个项目工程,右键点击工程,点击Properties 2、在弹出的面板中选择Java Build Path,并选择Libraries 3、选择Add External JARs, ...
分类:其他好文   时间:2017-03-11 23:23:08    阅读次数:231
机器学习公开课笔记第一周
一,机器学习是什么? "A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance ...
分类:其他好文   时间:2017-03-11 19:39:23    阅读次数:211
linux用户及权限管理
Linux用户及权限管理(一)1.Linux中的用户Linux是一个多用户(multi-users)、多任务(multi-tasks)的操作系统。因此通过终端登陆系统需要,相应的机制,来进行管理、使用计算机系统资源。一般都需要解决这样三个问题:认证(authentication)解决什么人可以登陆使用计算机资..
分类:系统相关   时间:2017-03-10 11:16:51    阅读次数:247
一个与zabbix-agentd有关的playbooks任务
--- -hosts:urun remote_user:root tasks: -name:copyzabbixkeyconfigfile copy:src=/etc/zabbix/zabbix_agentd.conf.d/get_disk_io.confdest=/etc/zabbix/zabbix_agentd.conf.d/ -name:copydiskioscriptfile copy:src=/etc/zabbix/get_sda_riops.pydest=/etc/zabbix/ -name:re..
分类:其他好文   时间:2017-03-10 01:02:08    阅读次数:126
用ansible自动 安装nginx
一前期说明l思路:先在一台机器上编译安装好nginx、打包,然后再用ansible去下发lcd/etc/ansible进入ansible配置文件目录lmkdirnginx_install创建一个nginx_install的目录,方便管理lcdnginx_install;lmkdir-proles/{common,install}/{handlers,files,meta,tasks,templates,var..
分类:其他好文   时间:2017-03-06 22:30:15    阅读次数:281
Android Studio 全面整理
1、* What went wrong: Task 'generateDebugSources' not found in root project 'branches'. * Try: Run gradle tasks to get a list of available tasks. Run w ...
分类:移动开发   时间:2017-03-02 19:47:20    阅读次数:507
.Net4.0 任务(Task)
.Net4.0 任务(Task),.net4.0任务task 任务(Task)是一个管理并行工作单元的轻量级对象。它通过使用CLR的线程池来避免启动专用线程,可以更有效率的利用线程池。System.Threading.Tasks 命名空间下任务相关类一览: 任务用来并行地执行工作,充分地利用多核:事 ...
分类:Web程序   时间:2017-02-26 18:43:51    阅读次数:208
泛型委托
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 委托 { class Program { sta... ...
分类:其他好文   时间:2017-02-26 10:42:47    阅读次数:189
C# ADO.NET 封装的增删改查
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data; using System.Da... ...
分类:Windows程序   时间:2017-02-25 16:01:26    阅读次数:526
2110条   上一页 1 ... 92 93 94 95 96 ... 211 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!