码迷,mamicode.com
首页 >  
搜索关键字:clear    ( 6379个结果
Cisco IOS Software Activation Command Reference
clear license agent : to clear license agent statistics counters or connection statistics (in privileged EXEC mode)debug license : to enable controlle...
分类:移动开发   时间:2015-02-13 01:30:50    阅读次数:213
How to disable and clear query ranges in sysquery form
query = new query('Query name'); queryBuildDataSource = query.dataSourceTable(tableNum('table name')); queryBuildDataSource.clearRange(fieldNum('Table...
分类:其他好文   时间:2015-02-12 15:45:32    阅读次数:172
关于清除贴图与光域网路径
写了个有关清除贴图与光域网路径的函数,简单实用,不过最好保证所有贴图都在文件根目录下再运行.fn clear_bitmap_path =( YY_Bitmaps = getClassInstances BitmapTexture YY_Webfiles = getClassInstanc...
分类:其他好文   时间:2015-02-12 12:15:05    阅读次数:148
HttpRequest获取文件流,HttpResponse输出文件流
HttpResponse输出文件: Response.Clear(); Response.ContentType = "application/octet-stream"; //通知浏览器下载文件而不是打开 ...
分类:Web程序   时间:2015-02-12 00:32:41    阅读次数:1183
清除浮动
清除浮动1、clear:both;2、widh:100%(或固定高度); overflow:hidden(给父元素设置该属性);分析清除浮动原理:1、clear:floats, position absolute, inline-block, table-cell和table-caption都不是块...
分类:其他好文   时间:2015-02-11 21:50:11    阅读次数:118
Date类学习总结
Date类学习总结  1.计算某一月份的最大天数 Calendar time=Calendar.getInstance(); time.clear(); time.set(Calendar.YEAR,year); //year 为 int? time.set(Calendar.MONTH,i-1);//注意,Calendar对象默认一月为...
分类:其他好文   时间:2015-02-11 19:09:56    阅读次数:174
cocos2dx3.2移植android
LOCAL_PATH := $(call my-dir)LOCAL_MYDIR = $(LOCAL_PATH)/../../Classesinclude $(CLEAR_VARS)$(call import-add-path,$(LOCAL_PATH)/../../cocos2d)$(call im...
分类:移动开发   时间:2015-02-11 18:08:12    阅读次数:185
(转)巧用clear:both
我们在制作网页中用div+css或者称xhtml+css都会遇到一些很诡异的情况,明明布局正确,但是整个画面却混乱起来了,有时候在IE6下看的很正常的,到ie7或者火狐下看时,就一片混乱了,无论怎么计算,就是不能将排版改正过来。其实,这一切都是浮动搞得鬼,也就是css中的float,要解决情况,就需...
分类:其他好文   时间:2015-02-09 15:52:56    阅读次数:100
u-boot-2014.10移植第22天----添加nand flash命令支持(四)
解决问题:nand0: MTD Erase failure: -5 drivers/mtd/nand/nand_bbt.c文件中初始化bbt/* * Allocate memory (2bit per block) and clear the memory bad block * table. */ this->bbt = kzalloc(len, GFP_...
分类:其他好文   时间:2015-02-09 11:01:20    阅读次数:233
matlab Floyd最短路计算
clear;clc; n=31;a=zeros(n); a(1,2)=124;a(1,3)=187;a(1,4)=182*1.5; ... a(29,30)=68*2;a(29,31)=41*2; a=a+a‘;M=max(max(a))*n^2;%M为充分大的正实数 a=a+((a==0)-eye(n))*M; path=zeros(n); b=a; ccase=xlsread(‘各地区累计病例.xls‘); fori=1:n b(:,i)=b(:,i)*ccase(i); e..
分类:其他好文   时间:2015-02-08 23:23:02    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!