码迷,mamicode.com
首页 >  
搜索关键字:水平刷新 左右刷新 horizontalrefresh horizontal refreshlayout    ( 580个结果
hdu 1828 Picture(线段树,扫描线)
A number of rectangular posters, photographs and other pictures of the same shape are pasted on a wall. Their sides are all vertical or horizontal. Ea ...
分类:其他好文   时间:2017-12-14 14:50:52    阅读次数:215
leetcode562- Longest Line of Consecutive One in Matrix- medium
Given a 01 matrix M, find the longest line of consecutive one in the matrix. The line could be horizontal, vertical, diagonal or anti-diagonal. Exampl ...
分类:其他好文   时间:2017-12-05 14:25:03    阅读次数:209
Wpf binding 学习
使用集合对象作为列表控件的ItemSource 前台: <ListBox x:Name="listBoxStudent" > <ListBox.ItemTemplate> <DataTemplate> <StackPanel Orientation="Horizontal"> <TextBlock ...
分类:Windows程序   时间:2017-11-29 22:00:04    阅读次数:344
LeetCode 695. Max Area of Island
Given a non-empty 2D array grid of 0's and 1's, an island is a group of 1's (representing land) connected 4-directionally (horizontal or vertical.) Yo ...
分类:其他好文   时间:2017-11-25 13:11:11    阅读次数:140
Python Matplotlib.plot Update image Questions
1. 最近在测试一款设备,采集了一些设备后需要一帧一帧显示图像,经常使用Python,所以选用了Matplotlib进行图像操作 数据结构: timesatamp polar_distance horizontal_angle refelectivity_intensity,所有数据类型都是 flo ...
分类:编程语言   时间:2017-11-17 00:18:35    阅读次数:244
Python CRM项目四
实现Django Admin的多对多的复选框效果 效果:左边显示的是未选中的字段,右边显示的是已选中的字段,两边点击的标签可以互相更换 首先在king_admin.py中增加filter_horizontal字段 1 class CustomerAdmin(BaseAdmin): 2 list_di ...
分类:编程语言   时间:2017-11-16 22:11:07    阅读次数:197
laravel 图片上传 ajax 方式
laravel 图片上传 form 表单方式 后台函数 $destinationPath = 'storage/uploads/'; 后面必须要有 / 负责上传后路径访问有问题 <form class="form-horizontal" action="{{ URL('/admin/banner/c ...
分类:Web程序   时间:2017-11-13 16:30:27    阅读次数:197
WPF基础之StackPanel面板进行简单布局
<Border BorderThickness="2" Padding="5" CornerRadius="15"> 边框宽度2 ,内边距(边框和内部内容之间的距离)5,圆角15像素 <StackPanel Orientation="Horizontal"> <!--StackPanel内的元素水平 ...
分类:Windows程序   时间:2017-11-11 11:40:09    阅读次数:297
u3d使用horizontal移动物体
using UnityEngine;using System.Collections; public class Move : MonoBehaviour { Transform _player; // Use this for initialization void Start () { _pla ...
分类:移动开发   时间:2017-10-31 20:42:18    阅读次数:243
[Leetcode]695. Max Area of Island
Given a non-empty 2D array grid of 0's and 1's, an island is a group of 1's (representing land) connected 4-directionally (horizontal or vertical.) Yo ...
分类:其他好文   时间:2017-10-29 12:37:16    阅读次数:166
580条   上一页 1 ... 15 16 17 18 19 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!