码迷,mamicode.com
首页 >  
搜索关键字:techniques    ( 279个结果
Aspect Oriented Programming - AOP
Aspect-oriented software development is a new technology for separationof concerns (SOC) in software development. The techniques of AOSD makeit possib ...
分类:Web程序   时间:2017-04-20 22:48:14    阅读次数:147
introduction经典句型
Using our techniques, task set transformation is performed by modifying the parameters related to each vertex in task graphs step by step. Our transfo... ...
分类:其他好文   时间:2017-04-15 09:24:58    阅读次数:182
Python -- 循环技巧(Looping Techniques)
1.当想同时得到索引和对应的值时,可以用enumerate()函数 2.要同时循环两个或多个序列,可以与zip()函数配对。 3.要反向循环序列,首先是正向的指定序列,然后调用revers()函数。 4. 要以排序顺序循环序列,请使用sorted()函数,该函数返回一个新的排序序列,而不改原来的序列 ...
分类:编程语言   时间:2017-04-12 02:04:32    阅读次数:142
(paper reading)Entity Linking with a Knowledge Base: Issues, Techniques, and Solutions
给定一个包含一系列实体E的知识库,以及提到了M个已确定实体的文本集合,实体链接的目的是将文本中提到的每个实体m∈M链接到知识库中对应的实体e∈E上。如果文本中提到的实体在知识库中没有对应,则被称为unlinkable mentions,对这样的一类实体,一个实体链接系统会给它加上一个特殊的标签NIL ...
分类:其他好文   时间:2017-04-05 23:52:26    阅读次数:321
Bundling and Minification(转)
原文地址:https://go.microsoft.com/fwlink/?LinkId=301862 Bundling and minification are two techniques you can use in ASP.NET 4.5 to improve request load ti ...
分类:其他好文   时间:2017-04-04 15:50:07    阅读次数:375
Software Testing Techniques LAB 02: Selenium
1. Installing 1. Install firefox 38.5.1 2. Install SeleniumIDE After installing, I set the view of toolbox, then we can see this 3. Install Selenium C ...
分类:其他好文   时间:2017-03-26 00:07:20    阅读次数:247
万亿级日志与行为数据存储查询技术剖析——Hbase系预聚合方案、Dremel系parquet列存储、预聚合系、Lucene系
转自:http://www.infoq.com/cn/articles/trillion-log-and-data-storage-query-techniques?utm_source=infoq&utm_medium=popular_widget&utm_campaign=popular_con ...
分类:Web程序   时间:2017-03-02 17:21:42    阅读次数:1427
R TUTORIAL: VISUALIZING MULTIVARIATE RELATIONSHIPS IN LARGE DATASETS
In two previous blog posts I discussed some techniques for visualizing relationships involving two or three variables and a large number of cases. In ...
分类:其他好文   时间:2017-02-08 16:09:06    阅读次数:257
28个你必须知道的HTML5的新特性,技巧以及技术
原文来自:http://justjavac.com/html5/2012/04/05/25-html5-features-tips-and-techniques-you-must-know.html 1. 新的Doctype 尽管使用<!DOCTYPE html>,即使浏览器不懂这句话也会按照标准模 ...
分类:Web程序   时间:2017-01-04 12:46:35    阅读次数:251
CSS预处器的对比——Sass、Less和Stylus
预处器的对比——Sass、LESS和Stylus 转载: 英文原文:http://net.tutsplus.com/tutorials/html-css-techniques/sass-vs-less-vs-stylus-a-preprocessor-shootout 中文译文:http://www ...
分类:Web程序   时间:2016-12-12 14:31:24    阅读次数:228
279条   上一页 1 ... 6 7 8 9 10 ... 28 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!