ID在一个页面中的唯一性导致了如果以ID为选择器来写CSS,就无法重用。 "-"在本规范中并不表示连字符的含义。 她只表示两种含义:分类前缀分隔符、扩展分隔符,详见以下具体规则。 布局(grid)(.g-);模块(module)(.m-);元件(unit)(.u-);功能(function)(.f- ...
分类:
Web程序 时间:
2016-11-29 17:15:14
阅读次数:
222
界面基本操作 F5 : 隐藏/显示上部面板 F6 : 隐藏/显示下部面板 F7 : 隐藏/显示左部面板 F8 : 隐藏/显示右部面板 ctrl + shift + i : 导入照片 ctrl + shift + E : 导出照片 g : 网格视图(grid view) e : 放大视图 c : 比较 ...
分类:
其他好文 时间:
2016-11-28 20:33:11
阅读次数:
1061
<Button x:Name="btnReset" Click="btnReset_Click" Content="重 置" Grid.Row="4" Grid.Column="3" FontSize="30" HorizontalAlignment="Center"/> private void ...
学习目的:在Canvas上绘制矩形,三角形,直线,圆弧,曲线 栅格 栅格canvas grid,canvas元素默认被网格覆盖,栅格的起点是左上角坐标(0,0),元素的位置都是相对于栅格起点来定位的。 绘制矩形 API提供了三种方法绘制矩形 fillRect(x, y, width, height) ...
分类:
其他好文 时间:
2016-11-26 18:03:00
阅读次数:
234
C 货币 2.5.ToString("C") ¥2.50 D 十进制数 25.ToString("D5") 00025 E 科学型 25000.ToString("E") 2.500000E+005 F 固定点 25.ToString("F2") 25.00 G 常规 2.5.ToString("G ...
题目描述: You are given a map in form of a two-dimensional integer grid where 1 represents land and 0 represents water. Grid cells are connected horizonta ...
分类:
其他好文 时间:
2016-11-26 13:50:00
阅读次数:
231
首先,gridview是封装好的,直接在设计界面使用,基本不需要写代码; 1、绑定数据源 GridView最好与LinQDatasourse配合使用,相匹配绑定数据: 2、外观控制 整体控制 自动选择样式 样式 属性里面设置:常用的就是Height和width 表头的样式控制: 行控制 showfo ...
分类:
其他好文 时间:
2016-11-25 12:09:31
阅读次数:
193
OracleRAC集群环境部署一.安装前准备(1)Linux系统版本SUSELinuxEnterpriseServer11(x86_64)(2)Oracledatabase和Grid安装包linux.x64_11gR2_database_1of2.ziplinux.x64_11gR2_database_2of2.ziplinux.x64_11gR2_grid.zip(3)ASMlib安装包oracleasm-support-2.1.8-1.SLE11.x86_64..
分类:
数据库 时间:
2016-11-25 07:41:45
阅读次数:
544
/*! * Bootstrap v3.3.5 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/mast ...
分类:
其他好文 时间:
2016-11-24 21:32:56
阅读次数:
208
You are given a map in form of a two-dimensional integer grid where 1 represents land and 0 represents water. Grid cells are connected horizontally/ve ...
分类:
其他好文 时间:
2016-11-24 09:13:53
阅读次数:
342