public static int dip2px(Context context, float dpValue){ final float scale = context.getResources().getDisplayMetrics().density; return (int)(dpValue ...
分类:
其他好文 时间:
2019-01-13 17:04:27
阅读次数:
199
1.set set(name,value,ex=None,px=None,nx=true,xx=false) 设置name对应的值为value,类型为string。不存在创建,存在则修改 参数: ex:过期时间(秒) px:过期时间(毫秒) nx:设置为TRUE时,只进行创建操作。 xx:设置为TR ...
分类:
其他好文 时间:
2019-01-12 16:38:05
阅读次数:
146
(function(){ var html=document.querySelector('html') html.style.fontSize=window.innerWidth/7.5+'px' window.onresize=function(e){ html.style.fontSize=w ...
分类:
其他好文 时间:
2019-01-12 12:09:41
阅读次数:
181
percona-toolkit之pt-table-checksum
分类:
其他好文 时间:
2019-01-09 12:14:28
阅读次数:
317
这个脚本是基于pt-query-digest做的日志分析脚本,变成可视化的格式。 目录结构是 ./mysql_data/log./mysql_data/log/tmp./slow_query 解析之后显示的结果: ...
分类:
数据库 时间:
2019-01-08 12:17:08
阅读次数:
232
目录 移动端适配,引入lib-flexible,vue开发中将px转化为rem svg在vue里面的使用,封装一个svg组件 vant ui 在vue中的安装和使用 better-scroll在vue中的使用 ...
分类:
其他好文 时间:
2019-01-08 00:19:55
阅读次数:
179
1、set key value ex 秒数 px 毫秒数 nx / xx 设置一个值,注:ex 与 px 同时存在时,取写在后面的一个为有效期,nx表示key不存时设置成功,xx表示都成功 2、mset key value key value ... 一次性设置多个key 3、setrange ke ...
分类:
其他好文 时间:
2019-01-06 20:01:34
阅读次数:
216
一、控制颜色 b--blue c--cyan(青色) g--green k--black m--magenta(紫红色) r--red w--white y--yellow 颜色有三种表示方法,可以用全名,也可以用16进制,也可用RGB或RGBA元组 二、控制线型 - 实线-- 短线-.短点相间线: ...
分类:
其他好文 时间:
2019-01-06 19:20:55
阅读次数:
270
Behind the scenes in the computer's memory, color is always talked about as a series of 24 bits of information for each pixel. In an image, the color ...
分类:
其他好文 时间:
2019-01-06 12:49:21
阅读次数:
189
代码,需要加入的控件:PrintDocument、PageSetupDialog、PrintDialog、PrintPreviewDialog、BackgroundWorker,控件的Document属性要指定为PrintDocument控件的id。导入Excel用的是12.0的驱动,需要下载:ht ...
分类:
Windows程序 时间:
2019-01-04 14:56:22
阅读次数:
1386