E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Scaled
cocos2dx中的精灵CCSprite
SpritesAcocos2dCCSpriteissimilartospritesyoufindinothergameengines.Itisa2Dimagethatcanbemoved,rotated,
scaled
yincheng01
·
2014-03-24 10:00
android ui的几个概念:px,dip(dp),sp,dpi,分辨率等
sp (
scaled
pixels — best for text size):类似dp, 主要处
miaowei
·
2014-03-09 17:00
android
dp
px
SP
dip
Python下的机器学习工具scikit-learn(学习笔记3--数据预处理)
>>>X_
scaled
=pr
dushenzhi
·
2013-07-04 11:06
python
机器学习
Android dip,px,pt,sp 的区别详解
pt:point,是一个标准的长度单位,1pt=1/72英寸,用于印刷业,非常简单易用;sp:
scaled
·
2013-06-14 17:30
Google's
Scaled
Trunk Based Development
05.09.2013|237views|TweetinShareGoogle’sPublishedtalks/infoMyknowledgeabouthowGoogledevelopedsoftwareendedin2009Theyhavetalkedpubliclyanumberoftimesonthetopicthough:PatCopeland:Google’sInnovationFacto
shadowkiss
·
2013-05-09 23:00
程序中使用dimension中定义的尺寸大小不对的原因
If you use sp units they are
scaled
according to the screen densi
smallsilver
·
2013-04-01 10:00
android
Line Graph with Dual-
scaled
Axes using SVG and ...
LineGraphwithDual-scaledAxesusingSVGandd3.js /*telltheSVGpathtobeathinbluelinewithoutanyareafill*/ path{ stroke-width:1; fill:none; } .data1{ stroke:steelblue; } .data2{ stroke:orange; } .axis{
山哥
·
2013-03-17 17:00
窗体自适应分辨率
var FWidth: Integer;begin inherited; if (Screen.width <> 1024) then begin FWidth := Self.width;
Scaled
·
2013-01-30 15:00
分辨率
QT以QImag显示图片并且以固定大小放缩后显示
QImageimage; image.load(fileName);//fileName为图片的路径 QImageresult=image.
scaled
(800,600).
scaled
(120,180,
黑暗中的孤狼
·
2012-11-15 21:00
qt
QLabel
QImage
Android上dip、dp、px、sp等单位说明
pt:point,是一个标准的长度单位,1pt=1/72英寸,用于印刷业,非常简单易用;sp:
scaled
huadonggmail
·
2012-08-15 22:00
android 代码中设置字体大小
setTextSize(int unit, int size) TypedValue.COMPLEX_UNIT_PX : Pixels TypedValue.COMPLEX_UNIT_SP :
Scaled
hellorheaven
·
2012-08-15 17:00
android
android ui的几个概念:px,dip(dp),sp,dpi,分辨率等
sp (
scaled
pixels — best for text size):类似dp, 主要处理字体的大小。
crycheng
·
2012-06-21 14:00
android
UI
Google
iPhone
Android中常见的单位 dip, dp, px, sp之间的区别
pt:point,是一个标准的长度单位,1pt=1/72英寸,用于印刷业,非常简单易用;sp:
scaled
DJCKEN
·
2012-06-13 11:00
android
Google
dip,px,pt,sp 的区别
pt:point,是一个标准的长度单位,1pt=1/72英寸,用于印刷业,非常简单易用;sp:
scaled
woaieillen
·
2012-03-20 10:00
在onCreate初中获取View中的宽、高
intfinalHeight,finalWidth; finalImageViewiv=(ImageView)findViewById(R.id.
scaled
_image); finalTextViewtv
ID19870510
·
2012-03-14 16:00
image
测试
2、Android中显示单位
sp (
scaled
pixels — best for text size)比例像素 主要处理字体的大小,可以根据系统的
BELLSONG
·
2012-02-27 13:00
android
Qt中裁剪图片
对于QImage,其
scaled
类的函数只能等比例改变大小,不能裁剪要进行裁剪可以试用QImage的copy函数:如保留原图宽从0~300,高从0~250的部分,那么就:image=image.copy
fanfanK
·
2012-02-15 13:00
image
qt
Android:pt 、sp、dp之间的换算
pt:point,是一个标准的长度单位,1pt=1/72英寸,用于印刷业,非常简单易用;sp:
scaled
小涵
·
2012-02-09 15:16
android
google
图形
ui
Android
Android笔记
[经验分享] QT图片之缩放与旋转
158427611 首先说图片的缩放,主要是通过
scaled
()函数来实现图片的放大和缩小,该函数在QImage和QPixmap类中均有实现。
xinmuba
·
2012-02-04 15:00
qt
基于STM32 8通道ADC采样实现源代码(转) 以后设计参考使用
(void); externunsignedshortADC_ConvertedValue[8];intmain(void){ unsignedinti="0"; unsignedshort AD_
scaled
_ex
Stephen_yu
·
2012-01-10 15:00
function
File
Flash
System
input
output
android 布局 px or dip
sp(
scaled
pixels—best for
chaoting
·
2011-12-14 13:00
android
android屏幕单位
android屏幕单位 px (pixels)像素dip (device independent pixels)设备独立像素sp (
scaled
pixels — best for text size
lzd20021683
·
2011-11-23 10:00
android
QT图片缩放
QLabel*label_3;QSizesize(501,591);QPixmappixmap1(":/irbg.bmp");QPixmappixmap(pixmap1.
scaled
(size));//
friendbaby
·
2011-09-28 10:00
dip,px,pt,sp 的区别
pt:point,是一个标准的长度单位,1pt=1/72英寸,用于印刷业,非常简单易用;sp:
scaled
davidtps
·
2011-09-26 13:00
Qt学习笔记,修改指定图片的大小,转换为QIcon用于QPushButton等控件
QIcon用于QPushButton等控件QStringimagepath=":/images/btn.png"; QPixmapimage0(imagepath); QPixmapimage=image0.
scaled
pingLinux
·
2011-09-19 17:00
image
qt
Android dip,px,pt,sp 的区别
pt:point,是一个标准的长度单位,1pt=1/72英寸,用于印刷业,非常简单易用;sp:
scaled
pochuanpiao
·
2011-09-05 20:34
android应用相关
android屏幕单位
px (pixels)像素dip (device independent pixels)设备独立像素sp (
scaled
pixels — best for text size)放大像素--对文本大小最好
chriszeng87
·
2011-07-16 15:00
android
android显示单位
sp (
scaled
pixels —
jk138
·
2011-05-19 16:00
android
UIScrollView一些属性
factor applied to the scroll view's content the value determines how much the (content )is currently
scaled
isiqi
·
2011-05-05 20:00
uiscrollview
PyQt 标签设置图片
1.示例代码1 self.screenshotLabel.setPixmap(self.originalPixmap.
scaled
(2 self.screenshotLabel.size
RTY 实践出真知
·
2011-04-29 23:00
j2ME中 lwuit实现按钮缩放功能代码解析
finalButtonb=newButton(NameList[i],unselectedImages[i]){publicImagegetPressedIcon(){Imagei=getIcon();returni.
scaled
simayilong
·
2011-03-07 17:00
image
null
button
j2me
技术人
Android平台显示单位px和dip以及sp的区别
sp (
scaled
pix
caoruntao
·
2011-02-26 09:00
android
Blog
j2ME中 lwuit实现按钮缩放功能代码解析
finalButtonb=newButton(NameList[i],unselectedImages[i]){publicImagegetPressedIcon(){Imagei=getIcon();returni.
scaled
zhy000
·
2010-11-30 10:30
java
职场
休闲
me
android UI单位
pt: point,是一个标准的长度单位,1pt=1/72英寸,用于印刷业,非常简单易用; sp:
scaled
pixels(放大像素).
日光倾城。
·
2010-11-26 11:00
html
UI
android
Google
Blog
Android中dip, dp, px, sp的区别
pt:point,是一个标准的长度单位,1pt=1/72英寸,用于印刷业,非常简单易用;sp:
scaled
chenji001
·
2010-11-18 14:00
android
UI
Google
图形
Android的显示单位的知识
sp(
scaled
pixels------best for text size)比例像素
javaxhw
·
2010-10-29 09:00
android
dip,px,pt,sp 的区别
pt:point,是一个标准的长度单位,1pt=1/72英寸,用于印刷业,非常简单易用;sp:
scaled
ymdcr
·
2010-10-28 15:00
UI
android
Google
图形
什么是9-patch(NinePatch)
The four corners are unscaled; the four edges are
scaled
in one axis, and the middle is
scaled
in both
JasonShieh
·
2010-09-13 20:00
pat
像素设置单位简单了解
dip:与dp相同,多用于Google示例中 Sp(
scaled
pixels—best for text size)带比例的像素, 与刻度无关的像素):与dp类似,但是
edison_cool911
·
2010-06-22 19:00
Google
Android平台显示单位px和dip以及sp的区别
sp (
scaled
pixels — best for text size)放大像素-- 主要处理字体的大小。
ET焖猪仔
·
2010-05-02 19:00
android
Android平台显示单位px和dip以及sp的区别
sp (
scaled
pixels — best for text size)放大像素-- 主要处理字体的大小。
ET焖猪仔
·
2010-05-02 19:00
android
关于大型软件重构的一些想法
原文连接:http://www.debuggingnow.com/blog/2009/12/some-thoughts-on-large-
scaled
-software-refactoring.html
fhqllt
·
2010-04-02 00:00
设计模式
UI
单元测试
脚本
软件测试
android平台使用的单位
sp (
scaled
pixels — best for text size)放大像素-- 主要处理字体的大
javayestome
·
2010-03-31 15:00
android
How a 1-Engineer Rails Site
Scaled
to 10 Million Requests Per Day
阅读更多RavelryisanonlineknittingandcrochetcommunityrunbyhusbandandwifeteamCaseyandJessicaForbes.AfewweeksagotheydidaninterviewwithTimBraywheretheyrevealedthattheirsitehasover400,000registeredusersanddoes
love~ruby+rails
·
2009-10-20 14:00
Rails
nagios
nginx
memcached
Ajax
How a 1-Engineer Rails Site
Scaled
to 10 Million Requests Per Day
Ravelry is an online knitting and crochet community run by husband and wife team Casey and Jessica Forbes. A few weeks ago they did an interview with Tim Bray where they revealed that their site has o
love~ruby+rails
·
2009-10-20 14:00
Ajax
nginx
memcached
Rails
nagios
多级多粒度的持续集成 (graded and multi-
scaled
CI solution)
也许对软件开发来说,最重要的已经不再是技术或工具、方法,而是过程。 在网上看了《跌跌撞撞的持续集成之路》(以下都称《路》),有一些想法,写出来和网友一起讨论。《路》中目标项目的持续集成迭代周期为一周,持续集成的任务流程为编译后台代码,后台代码单元测试,编译前台,部署,功能测试。任务流程决定了一个迭代周期内持续集成的实际执行时间。《路》中所反应出来的问题其实就是实际集成执行时间和集成迭代
shannon977
·
2009-05-27 21:00
设计模式
工作
软件测试
单元测试
敏捷开发
script.aculo.us---Effect.Scale
This allows for smooth, automatic relative scaling of elements contained within the
scaled
element.
wutao8818
·
2008-01-26 16:00
script.aculo.us
script.aculo.us---Effect.Scale
This allows for smooth, automatic relative scaling of elements contained within the
scaled
element.
wutao8818
·
2008-01-26 16:00
script.aculo.us
上一页
1
2
3
4
5
6
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他