using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace ConsoleApplication1 { class ...
分类:
编程语言 时间:
2018-04-09 21:13:18
阅读次数:
262
"dockerfile reference" 1. defination docker can build images automatically by reading the instructions from a dockerfile. dockerfile is a text documen ...
分类:
其他好文 时间:
2018-04-08 18:04:19
阅读次数:
149
用户自己定义异常类 前面已经说了不少关于异常的问题了,如今来给大家说一下自己定义异常时咋个回事以及咋样. 为啥会出现自己定义异常类呢?用用脚趾头想想也明确,是为了定义咱们自己的异常,自己定义异常类继承自ApplicationException 首先异常(Exception)分为两大类,一个是提前定义 ...
一. 为什么要lock,lock了什么?当我们使用线程的时候,效率最高的方式当然是异步,即各个线程同时运行,其间不相互依赖和等待。但当不同的线程都需要访问某个资源的时候,就需要同步机制了,也就是说当对同一个资源进行读写的时候,我们要使该资源在同一时刻只能被一个线程操作,以确保每个操作都是有效即时的, ...
http://acm.timus.ru/problem.aspx?space=1&num=1929 combination problems. 排列组合问题。 According to the problems, it is assumed that Holden is chosen and the ...
分类:
其他好文 时间:
2018-04-07 12:53:37
阅读次数:
210
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Web; namespace Common... ...
分类:
系统相关 时间:
2018-04-01 13:12:18
阅读次数:
209
解决办法是Form类中定义一个静态的ActiveX对象,在formload中将界面上的ActiveX对象赋值给新定义的对象,类中访问该静态对象即可. public static AxClientDriver_NTLib.AxClientDriverCtrl com = new AxClientDri ...
分类:
编程语言 时间:
2018-03-30 13:14:46
阅读次数:
196
网址https://book.douban.com/reading/46607817/ 建立回归器后,需要建立评价回归器拟合效果的指标模型。 平均误差(mean absolute error):这是给定数据集的所有数据点的绝对误差平均值 均方误差(mean squared error):给定数据集的 ...
分类:
其他好文 时间:
2018-03-30 01:11:56
阅读次数:
197
常见的ORF预测工具 Open Reading Frame Finder - NCBI ORF Finder - SMS OrfPredictor - YSU 基本概念 开放阅读框(英语:Open reading frame;缩写:ORF;其他译名:开放阅读框架、开放读架等)是指在给定的阅读框架中, ...
分类:
其他好文 时间:
2018-03-25 19:24:46
阅读次数:
538
1.何谓大数据?大数据的基本特征有哪些? 维基(Wiki)百科从处理方法角度给出的大数据定义,即大数据是指利用常用软件工具捕获管理和处理数据所耗时间超过可容忍时间限制的数据集 即数据的规模性(Volume)、高速性(Velocity)以及数据结构多样性(Variety),而在此基础上已经有不同的公司 ...
分类:
其他好文 时间:
2018-03-23 16:21:58
阅读次数:
184