1. 条形图(Bar Chart)需要的数据格式类型如下:["Luke Skywalker", "Darth Vader", "Yoda", "Princess Leia"][2, 4, 1, 1]2. Bar Chart代码示例:$(function () { $('#container')...
分类:
其他好文 时间:
2014-12-19 11:44:22
阅读次数:
190
在我们现实的项目中,很多刚入行的工程师可能不会很在意controller的设计概念,因为接到的项目有限,而且多数公司的项目架构已经由主程开发好了,所以能接触到的只不过是一些功能模块,这对一个程序员的发展是很不利的,功能熟知的再多,也不过是龙套角色,因为再强大的功能在度娘,谷歌,github等面前.....
分类:
其他好文 时间:
2014-12-17 20:28:13
阅读次数:
217
Given n non-negative integers a1, a2, ...,
an, where each represents a point at coordinate (i,
ai). n vertical lines are drawn such that the two endpoints of line
i is at (i, ai) and (i, 0). Find ...
分类:
其他好文 时间:
2014-12-17 14:45:13
阅读次数:
141
Hello World
使用[docker run]命令在docker container中运行应用程序
# docker run fedora /bin/echo 'hello world'
hello world
docker run fedora,使用fedora的image,启动一个container
/bin/echo 'hello world',fedora中可执行的命...
分类:
其他好文 时间:
2014-12-17 12:51:26
阅读次数:
132
Docker 是最近相当热门的一个名词,它是一个基于 Linux Container 的轻量化的虚拟技术,而微软也相当积极与 Docker 合作,在 Azure 上支持这个火热的技术,并且提供简单的方式来建立 Docker Host,本文将会介绍如何在 Azure 上使用 Docker。Docker...
分类:
其他好文 时间:
2014-12-17 00:10:09
阅读次数:
394
再重构此篇《创建一个带模版的用户控件 V.2》http://www.cnblogs.com/insus/p/4164149.html让其它动态实现header,Item和Footer。Insus.NET不想所有代码写在InstantiateIn(Control container)方法内的switc...
分类:
其他好文 时间:
2014-12-16 16:55:47
阅读次数:
205
1、Core Container(Application context) module 这个是Spring最基本的模块,它提供了spring框架最基本的功能。BeanFactory 是任何基于Spring应用的核心(心脏),Spring 框架 就是建立在这个模块之上,也是这个模块创立 了Sprin...
分类:
编程语言 时间:
2014-12-15 16:52:34
阅读次数:
183
$('#container').highcharts({ chart: { zoomType: 'xy' }, title: { text: 'Average Monthl...
分类:
其他好文 时间:
2014-12-15 16:47:44
阅读次数:
214
Web 最佳实践前端选择器尽量使用ID选择器基于Id的选择器:先使用ID选择器定位,然后再使用find方法精确查找// Fast:$( "#container div.robotarm" );// Super-fast:$( "#container" ).find( "div.robotarm" )...
分类:
Web程序 时间:
2014-12-15 11:53:46
阅读次数:
180
When a container recieved a INIT_CONTAINER event, the state machine of containerImpl will execute the transaction RequestResourcesTransition, one of w...
分类:
其他好文 时间:
2014-12-14 19:59:40
阅读次数:
145