这个应用,其实也算不上应用,是自己第一次真正尝试编写的程序,全程用XAML编写,由于之前学C#时过于急功近利,现在C#已经忘光了,废话不多说,下面开始介绍;UI如下:这个应用其实就是通过HyperlinkButtonl控件来调取一些微软常用应用的网页版,主要控件是Grid、HyerlinkButto...
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).The robot can only move either down or right at any po...
分类:
其他好文 时间:
2014-08-25 20:43:44
阅读次数:
237
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.N...
分类:
其他好文 时间:
2014-08-25 20:41:44
阅读次数:
192
Extjs 报表同值合并方法 做出如下图效果的报表: 核心函数:用的时候添加进去就行 //地市名称相同的列合并 function gridSpan(grid, rowOrCol,colName, borderStyle) { var array1 = new Array(); var count1 = ...
分类:
Web程序 时间:
2014-08-25 15:14:04
阅读次数:
284
1.extjs4 作为前段框架,封装grid window form treegrid等。
2.EF codefirst作为orm底层。
3.使用ioc 依赖注入作为程序注入。
4.使用aop作为权限、日志、异常的拦截。避免程序中大量使用日志权限异常代码。
5.面向接口的服务,使用泛型模板作...
分类:
Web程序 时间:
2014-08-25 13:07:34
阅读次数:
280
1.获取datagrid的自身相关的属性方式: jQuery("#grid").datagrid("options").height jQuery("#grid").datagrid("options").url 即:通过jQuery("#grid").datagrid("options")对...
分类:
其他好文 时间:
2014-08-25 11:39:04
阅读次数:
155
格网系统(Grid System).默认的Bootstrap格网系统提供一个宽达940像素的,12列的格网。这意味着你页面默认宽度是940px,最小的单元要素宽度是940/12px.Bootstrap能够使得你的网页可以更好地适应多种终端设备(平板电脑,智能手机等)。默认格网系统直观概念如图1-1所...
分类:
其他好文 时间:
2014-08-25 11:32:44
阅读次数:
217
本文通过5个实例来演示WPF中5个常用布局控件Grid、StackPanel、DockPanel、Canvas、WrapPanel的使用方法。
实例1 使用Grid进行布局
使用Grid将画面分割成5行5列,并在1行1列、3行2列、3行3列及5行1列四个位置上放置4个背景色不同的TextBox控件,且5行1列的TextBox控件横跨4列。下面给出画面的设计图及详细代码。
图1 使...
分类:
其他好文 时间:
2014-08-24 16:45:02
阅读次数:
226
You have to color an M x N (1M,
N108) two dimensional grid. You will be provided
K (2K108)
different colors to do so. You will also be provided a list of
B (0B500)list
of blocked cells of this...
分类:
其他好文 时间:
2014-08-24 15:29:22
阅读次数:
234
1、Ext.grid.GroupingView主要配置项: enableGroupingMenu:是否在表头菜单中进行分组控制,默认为true groupByText:表头菜单中分组控制的菜单文字,默认为'Group By This Field' enableNoGroups:是否允许用户关闭分组功...
分类:
其他好文 时间:
2014-08-23 17:34:51
阅读次数:
281