增加jQuery组件 增加 masonry 组件 插入 初始化组件 var $grid = $('.grid').masonry({ itemSelector: '.grid-item', columnWidth: 228, }); $grid.masonry('layout'); 动态载入 fun... ...
分类:
Web程序 时间:
2016-04-11 18:17:22
阅读次数:
263
原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明下面出处,否则追究版权法律责任。 深蓝的blog:http://blog.csdn.net/huangyanlong/article/details/40456511 1、报错 [grid@node1 grid]$ ./runclu ...
分类:
其他好文 时间:
2016-04-11 13:54:45
阅读次数:
242
from http://gmt.soest.hawaii.edu/doc/5.2.1/grdgradient.html grdgradient grdgradient - Compute directional derivative or gradient from a grid Synopsis ...
分类:
其他好文 时间:
2016-04-11 12:09:20
阅读次数:
221
Div 栅格参数 列偏移 http://v3.bootcss.com/css/#grid-offsetting 使用这个就不需要强制通过补满栅格12列来布局了 表单 http://v3.bootcss.com/css/#forms-horizontal ...
分类:
Web程序 时间:
2016-04-10 11:31:01
阅读次数:
224
简单演示样例看页面布局和导航 首先依照上一篇博客中的顺序来新建一个项目。新建好之后就点开MainPage.xaml開始写程序了。 <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <Grid.RowDefi ...
分类:
移动开发 时间:
2016-04-08 21:47:54
阅读次数:
398
想在div中给背景画上网格线,看到一个例子<html>
<head>
<styletype="text/css">
div{
width:400px;
height:280px;
margin:10px;
border:1pxsolid#000000;
}
.grid{
background:-webkit-linear-gradient(
top,transparent39px,blue39px,blue41px,transparent..
分类:
Web程序 时间:
2016-04-07 18:55:29
阅读次数:
190
安装grid之前检查配置 ,报错如下 : ./runcluvfy.sh stage -pre crsinst -n rac1,rac2 -fixup -verbose Performing pre-checks for cluster services setup Checking node rea ...
分类:
其他好文 时间:
2016-04-07 14:43:42
阅读次数:
416
现在记录下Gridview的相关内容,也是强迫症犯了,Yii2自带的Gridview虽然不错,但是过滤栏如果一些字段用不着,不会自动合并成一行,当然也可以过滤栏不用,而是在最上方自己写一些需要检索的数据,但是这样很麻烦,还要自己去规划样式,写检索什么的。正好在搜索将检索栏和标题合并时,看到了kart ...
分类:
其他好文 时间:
2016-04-06 23:07:45
阅读次数:
3321
前几天清明节放假三天,在家里闲着无聊,正好在网上找到了一个关于angular的教程,学习了一下angular的ui-router和ng-grid这两个模块,顺便模仿着做了一个小小的东西。代码已经上传到github上,地址在这里哟https://github.com/wwervin72/LeagueO ...
分类:
Web程序 时间:
2016-04-05 21:29:12
阅读次数:
391
ALV GRID 应该是最常用的显示方式了,下面我举一个例子:查询物料描述及物料组 ...
分类:
其他好文 时间:
2016-04-05 19:25:54
阅读次数:
146