enif 相关的软件列表

首页

android上一个可追踪代码具体到函数某行的日志类

2020-02-16 标签:android,上一个,可追踪,代码,具体,函数,某行,日志,如下,实现,package,xiaogang,enif,utils,class,logutils,log,printing,help

代码如下:实现代码如下:package xiaogang.enif.utils; /** * The Class LogUtils for log printing, which help us * easy to trace our codes or logics in the project .

android上的一个网络接口和图片缓存框架enif简析
首页

android上的一个网络接口和图片缓存框架enif简析

2020-02-16 标签:android,上的,网络,接口,图片,缓存,框架,enif,底层,采用,apache,httpclient,连接,基于,lru

1.底层网络接口采用apache的httpclient连接池框架; 2.图片缓存采用基于LRU的算法; 3.网络接口采用监听者模式; 4.包含图片的OOM处理(及时回收处理技术的应用); 图片核心处理类:CacheView.java 实现代码如下: package xiaogang.enif.ima

首页

shell写的告警次数控制及恢复示例代码

2020-02-16 标签:shell,写的,告警,次数,控制,恢复,示例,代码,新手,有点,老土,权当,练手,初学,朋友们,参考,实现

俺也是新手,写的有点老土,权当练手了,供初学的朋友们参考吧。实现代码如下:#!/bin/bashif [ $succ_ping -gt $((ping_count-1)) ];thenif [ -f ./alarm_file/alarm_$host ];thenrm -rf ./alarm_file

首页

asp的offset的一个go to page

2020-02-16 标签:asp,offset,go,page,language,vbscript,codepage,65001,include,file,connections,conn,dim,recordset,cmd,n,umrows,set,server

-1) ThenIf (Recordset1_first > Recordset1_total) ThenRecordset1_first = Recordset1_totalEnd IfIf (Recordset1_last > Recordset1_total) ThenR

生成EAN13标准的条形码的ASP代码实例
ASP

生成EAN13标准的条形码的ASP代码实例

2020-02-16 标签:生成,ean,13,标准,条形码,asp,代码,实例,实现,如下,title,rem,函数,说明,版本,作者,第七

实现代码如下:条形码生成13 then response.write "必须为13位!":response.end for i=1 to 12if IsNumeric(mid(code,i,1)) thenif i mod 2 thenrsum=rsum+int(mid(code,i,1))else

ASP实现缓存类无错版
ASP

ASP实现缓存类无错版

2020-02-16 标签:asp,实现,缓存,无错,vbs,cache,属性,valid,是否,可用,取值,判断,n,ame,新建,对象,赋值

typename(var2) thenequal=falseelseif typename(obj)="Object" thenif obj is var2 thenequal=trueelseequal=falseend ifelseif typename(obj)="Variant()" the

asp最常用的分页函数
ASP

asp最常用的分页函数

2020-02-16 标签:asp,最常,用的,分页,函数,实现,代码,如下,rs,open,sql,conn,eof,bof,response,write,p,align,center

实现代码如下:rs.open sql,conn,1,1if rs.eof and rs.bof thenresponse.write "还没找到文章"elsetotalPut=rs.recordcountmaxperpage=18if currentpagetotalput thenif (tota