分享 tsc 条码打印机 打印控件 调用方法 , c# silverlight 下载 TSCLIB.dll http://download.csdn.net/detail/peiyu_peiyu/4789714 或 网上搜索 TSCLIB.dll 复制到 windows\system 文件夹下 c# ...
概念: dpi(Dots Per Inch):每英寸上的点数,最初用于衡量打印物上每英寸的点数密度,打印机在一英寸内打多少个点。DPI值越小越不精细。 ppi(Pixels Per Inch):每英寸上的像素点数量,当DPI的概念用在电子屏幕上时,就应称之为ppi。 对于开发者而言dpi就是ppi, ...
分类:
其他好文 时间:
2016-12-03 15:28:54
阅读次数:
234
1.The way to calculate the slope: the covariance of x and y divided by the variance of x from numpy import cov slope_density = cov(wine_quality["quali ...
分类:
其他好文 时间:
2016-12-02 07:58:34
阅读次数:
167
webapp开发初期,会碰到在pc端开发好的页面在移动端显示过大的问题,这里需要在html head中加入meta标签来控制缩放 下面是对于这个标签的具体说明: viewport 语法介绍: <meta name="viewport" content包含有以下几个属性:height = [pixel ...
分类:
移动开发 时间:
2016-11-12 01:47:17
阅读次数:
351
SMR之Shingled magnetic recording Area Density Increase Requires New Data Management 1 总述 全文主要介绍了在SMR磁盘上相对于传统磁盘的数据新的组织方式。主要内容包括SMR磁盘的瓦结构特点;在host-managed ...
分类:
Web程序 时间:
2016-10-17 20:13:15
阅读次数:
257
原文链接:http://www.cnblogs.com/chaosimple/p/3164775.html#undefined 1、DBSCAN简介 DBSCAN(Density-Based Spatial Clustering of Applications with Noise,具有噪声的基于密 ...
分类:
数据库 时间:
2016-10-08 09:23:20
阅读次数:
284
NEXUS6原density数值: 2k屏 560 每一步: 使用RE文件管理器,编辑system/build.prop。将“ro.sif.lcd_density=”的参数改写成为需要修改的数值,保存。 density的计算: 需要修改的density数值=原density数值/(1440/1080 ...
分类:
移动开发 时间:
2016-10-06 19:56:20
阅读次数:
217
Using activity manager // app 分辨率高 测试低分辨率 用来做屏幕适配 Override emulator/device display density. This command is helpful for testing your app across differ ...
分类:
移动开发 时间:
2016-10-03 10:42:33
阅读次数:
292
出现这种错误一般是在电脑上用模拟器运行APK的吧. 可以在build.gradle中这样配置下: ...
分类:
其他好文 时间:
2016-08-31 00:26:28
阅读次数:
304
Canvas is great for high performance graphics rendering but by default the results look blocky on phones tablets and laptops with high pixel density o ...
分类:
其他好文 时间:
2016-08-22 07:07:11
阅读次数:
166