码迷,mamicode.com
首页 >  
搜索关键字:with_items    ( 3511个结果
Linux汇编实例讲解(二)——求最大值
这篇文章讲解的是使用汇编语言找出一组数字的最大值,主要涉及的知识点有data段、循环等。 # 目的:在程序中找出最大的数字 # # 变量:寄存器的用途定义 # %edi - 保存正在检查的数据项索引 # %ebx - 当前已找到的最大项 # %eax - 当前数据 # # 使用以下内存位置: # data_items - 包含数据项 # ...
分类:系统相关   时间:2015-05-04 12:03:27    阅读次数:227
jquery.pagination.js分页
参数说明参数名描述参数值maxentries总条目数 必选参数,整数items_per_page每页显示的条目数 可选参数,默认是10num_display_entries连续分页主体部分显示的分页条目数 可选参数,默认是10current_page当前选中的页面 可选参数,默认是0,表示第1页.....
分类:Web程序   时间:2015-05-04 09:49:57    阅读次数:158
scrapy yield Request
import scrapyfrom myproject.items import MyItemclass MySpider(scrapy.Spider):name = ’example.com’ allowed_domains = [’example.com’] start_urls = [ ...
分类:其他好文   时间:2015-05-03 20:27:36    阅读次数:170
Extjs4.1+desktop+SSH2 桌面化改造和基础组件的封装
任务栏图标; 扩展属性 引入css,img 改comm.css的位置; 改css的路径; App.js var menus=new Array(); //得到桌面图标 var items=desktopCfg.shortcuts.data.items; Ext.each(items,function...
分类:Web程序   时间:2015-05-03 18:58:37    阅读次数:1351
kohana框架生成feed
创建Feed Feed::create()斱法用给定癿参数杢创建 RSS戒者 Atom feed。下面是可接叐癿参数。 ■ info:你 feed 中癿 header 详绅信息癿数组,如 pubDate 和 description ■ items:一个填满了你 feed 顷目癿数组 ■ format:你癿 feed 癿格式,默认是 rss2 ■ encoding:你癿 feed 使用癿编码,默认是 UTF-8...
分类:其他好文   时间:2015-05-02 09:35:08    阅读次数:122
iOS 8下使用xib/storybord AutoLayout导致的分割线问题
/*** iOS8 分割线问题 在xib/storyboard下面解决方案 http://qiita.com/yimajo/items/10f16629200f1beb7852 http://www.cocoachina.com/ios/20141026/10045.html http://www....
分类:移动开发   时间:2015-04-29 21:04:33    阅读次数:1059
listview的tag
tag,记录一行数据的唯一标识,小DEMO: lsShow.Items.Add("洗衣机"); lsShow.Items[0].Tag = "我不愿让你一个人"; lsShow.Items.Add("2012"); lsShow.It...
分类:其他好文   时间:2015-04-29 11:29:04    阅读次数:142
Selenium2Library系列 keywords 之 _SelectElementKeywords 之 select_from_list(self, locator, *items)
1 def select_from_list(self, locator, *items): 2 """Selects `*items` from list identified by `locator` 3 4 If more than one valu...
分类:其他好文   时间:2015-04-29 00:25:43    阅读次数:153
Selenium2Library系列 keywords 之 _SelectElementKeywords 之 unselect_from_list(self, locator, *items)
1 def unselect_from_list(self, locator, *items): 2 """Unselects given values from select list identified by locator. 3 4 As a sp...
分类:其他好文   时间:2015-04-29 00:25:19    阅读次数:290
Selenium2Library系列 keywords 之 _SelectElementKeywords 之 list_selection_should_be(self, locator, *items)
1 def list_selection_should_be(self, locator, *items): 2 """Verifies the selection of select list identified by `locator` is exactly `*it...
分类:其他好文   时间:2015-04-29 00:22:43    阅读次数:260
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!