码迷,mamicode.com
首页 >  
搜索关键字:lt    ( 149670个结果
nyoj
Distinct Count时间限制:3000 ms | 内存限制:65535 KB难度:3描述给一个长度为 n 的数列 {an} ,找出有多少个长度为 m 的区间,使区间中不含有重复的数字。输入多组测试数据。(200组)第 1 行有 2 个数,n,m。(1<=n,m<=10^5)接下来 1 行有 ...
分类:其他好文   时间:2014-05-09 09:01:05    阅读次数:411
在公共erb文件判断那个页面引用
在erb文件中,a页面与b页面都引用c页面,如果想在c页面里判断是哪一个页面调用了它就使用<%=params[:action]==“a”%>判断
分类:其他好文   时间:2014-05-09 07:12:39    阅读次数:347
嵌入式linux 内核关机函数实现
arch/arm/kernel/process.c实现pm_power_off=关机函数参考board-omap3touchbook.c文件中pm_power_off=omap3_touchbook_poweroff;staticvoidomap3_touchbook_poweroff(void) { intpwr_off=TB_KILL_POWER_GPIO; if(gpio_request_one(pwr_off,GPIOF_OUT_INIT_LOW,"DVIreset")<0..
分类:系统相关   时间:2014-05-09 07:03:00    阅读次数:470
【C++】【一日一练】通过友元访问或改变类的私有成员【20140508】
题目来源:BeginnersLabAssignmentsCodeExamplesAccessingPrivateDataMembersinC++.Thisisaflawinthelanguage/* **Description:AccessingPrivateDataMembersinC++ **Date:2014-05-08 **Author:xyq */ #include<iostream> #include<string> usingnamespacestd; clas..
分类:编程语言   时间:2014-05-09 06:58:48    阅读次数:332
rails 前台调试
<%=debug()%>
分类:其他好文   时间:2014-05-09 06:58:22    阅读次数:209
背景总重复会出现很多张一样的图片......
CSS里面background-repeat:no-repeat就不重复了<tdvalign="top"style="background-p_w_picpath:url(‘/user/mypage/live_1.jpg‘);height:29px;width:164px;background-repeat:no-repeat">
分类:其他好文   时间:2014-05-09 06:57:26    阅读次数:252
去链接的下划线
<pstyle="padding-left:35px;padding-top:6px;"><%=link_to(t(‘mypage.live_order_btn‘),{:action=>"course_order",:id=>course.id,:back_action=>params[:action]},:style=>"color:white;font-weight:bold;text-decoration:none;")%></p>text-d..
分类:其他好文   时间:2014-05-09 06:51:16    阅读次数:267
php socket接受大数据死循环,接收不全的问题
$per_len=20000;//每次读多少字节$no_read_len=$content_len;//未读的字节(总字节大小)$str=‘‘;while($len<$content_len){$read=socket_read($socket,$per_len,PHP_BINARY_READ);$str.=$read;$len+=strlen($read);//总共读了多少字节}http://hi.baidu.com/cuttinger/item/..
分类:Web程序   时间:2014-05-09 06:45:59    阅读次数:566
在erb文件里也可以进行sql查询
<p><%=course=Course.find_by_id(params[:id])%></p>
分类:数据库   时间:2014-05-09 06:43:34    阅读次数:320
AndroidUI组件之RoomButton
<!-- 知识点汇总: 1、Button与ImageButton的区别在于,Button生成的按钮上显示文字 而ImageButton上则显示图片。需要指出的是:为ImageButton按 钮指定 android:text属性没用(ImageButton的本质是ImageView),即使指定 了该属性,图片按钮上也不会显示任何文字 2、ImageButton 派生了一个ZoomButton ,...
分类:移动开发   时间:2014-05-09 06:26:01    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!