上一页 1 ··· 463 464 465 466 467 468 469 470 471 ··· 496 下一页
摘要: # d3.max```js var xScale = d3.scale.ordinal() .domain(dataset) .rangeBands([0,w],0.3, 0.1);```### use:```js .attr('width',... 阅读全文
posted @ 2015-06-03 22:27 Zhentiw 阅读(632) 评论(0) 推荐(0)
摘要: how to used3.maxto normalize your dataset visually within the specific bounds of a variable domain. 阅读全文
posted @ 2015-06-03 22:11 Zhentiw 阅读(1070) 评论(0) 推荐(0)
摘要: d3.scale.linear() 阅读全文
posted @ 2015-06-03 22:09 Zhentiw 阅读(295) 评论(0) 推荐(0)
摘要: 1. svg should use 'fill' prop instead 'background-color'2. svg width & height no need 'px'3. attr(function(data_val, index){})4. create svg, d3.select... 阅读全文
posted @ 2015-06-03 22:08 Zhentiw 阅读(208) 评论(0) 推荐(0)
摘要: if (strpos($data ,chr(0x95)) !== false) { echo 'true';}else{ echo "false";} 阅读全文
posted @ 2015-06-02 22:57 Zhentiw 阅读(209) 评论(0) 推荐(0)
摘要: formatOutput = true;// Add a root node to the document$root = $doc->createElement('rows');$root = $doc->appendChild($root);// Loop through each row ... 阅读全文
posted @ 2015-05-28 14:51 Zhentiw 阅读(372) 评论(0) 推荐(0)
摘要: Extending types is one of the ways that makes angular-formly help you keep your Angular forms DRY. When use responsibly, they can make it much easier 阅读全文
posted @ 2015-05-21 02:20 Zhentiw 阅读(410) 评论(0) 推荐(0)
摘要: # 加载rJava、Rwordseg库 library(rJava); library(Rwordseg); library(RColorBrewer); # == 读入数据 lecture=read.csv("G:\\test.txt",sep=",",header=TRUE,fileE... 阅读全文
posted @ 2015-05-17 03:42 Zhentiw 阅读(402) 评论(0) 推荐(0)
摘要: In AngularJS 1.3.x, using $locationProvider.html5Mode(ture), will cause a Error:$location:nobase error.angular.module('app', ['ngResource', 'ngRoute']... 阅读全文
posted @ 2015-05-15 02:19 Zhentiw 阅读(3924) 评论(0) 推荐(1)
摘要: shows how to enable features in your pm2 config file that allow you to prevent runaway apps from bringing your server down. Setting max memory used, n... 阅读全文
posted @ 2015-05-13 23:31 Zhentiw 阅读(356) 评论(0) 推荐(0)
上一页 1 ··· 463 464 465 466 467 468 469 470 471 ··· 496 下一页