在项目中需要兼容Firefox、chrome、Safari浏览器,主要在于字体大小<12px时的兼容,之前已经在css中加入了-webkit-transform=scale(0.75);-webkit-transform-origin=0 0;样式实现chrome中字体大小为9px。但是今天发现Sa...
分类:
其他好文 时间:
2014-07-22 23:30:17
阅读次数:
245
1、游戏对象新建默认位置是Scene视图中心位置坐标;;Component:游戏对象实现其用途的功能件;游戏对象都有Transform组件;给游戏对象添加组件Ctrl+Shift+A;2、7类组件:空对象添加组件后形成游戏对象;命名要规范统一;Mesh类组件(MeshFilter网格过滤器、TextMesh文字网格、..
分类:
其他好文 时间:
2014-07-22 18:12:02
阅读次数:
448
前言 在很久之前,我们项目有一个动画功能,功能本身很简单,便是典型的右进左出,并且带动画功能 以当时来说,虽然很简单,但是受限于框架本身的难度,就直接使用了CSS3的方式完成了功能 当时主要使用transform...
分类:
其他好文 时间:
2014-07-22 08:25:35
阅读次数:
281
原理简介 霍夫变换(Hough Transform) 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法。最基本的霍夫变换是从黑白图像中检测直线(线段)。 ? 1详细内容 我们先看这样一个...
分类:
其他好文 时间:
2014-07-21 10:16:09
阅读次数:
399
swt.m: 1 function [ swtMap ] = swt( im, searchDirection ) 2 %swt Preforms stoke width transform on input image 3 % A novel image operator that se...
分类:
其他好文 时间:
2014-07-19 19:35:50
阅读次数:
287
src1:好吧,CSS3 3D transform变换,不过如此!评价:图文并茂地解释 CSS 3D transform 的基本概念及原理,超级通俗易懂,读后简直醍醐灌顶啊!!!幽默的程序员笔记:一、4个概念1、突破口:三个方法 3D transform 中的三个方法: (1)rotateX(a.....
分类:
Web程序 时间:
2014-07-19 09:20:59
阅读次数:
324
js#pragma strict//用于绑定参照物对象 var target : Transform; //缩放系数 var distance = 10.0; //左右滑动移动速度 var xSpeed = 250.0; var ySpeed = 120.0; //缩放限...
分类:
移动开发 时间:
2014-07-19 09:13:27
阅读次数:
285
using UnityEngine;using System.Collections;public class sheji : MonoBehaviour { public int speed = 5; public Transform newobject; float axisX2 = 0; .....
分类:
移动开发 时间:
2014-07-19 09:01:18
阅读次数:
405
1. 放大缩小float value = 2.0;self.imageView.transform = CGAffineTransformMakeScale(value, value);2. 移动// 重新赋值按钮的中点orangeBtn.center = center;3. 旋转// 左旋转...
分类:
其他好文 时间:
2014-07-18 08:20:30
阅读次数:
135
Arbitrage
Problem Description
Arbitrage is the use of discrepancies in currency exchange rates to transform one unit of a currency into more than one unit of the same currency. For example, ...
分类:
其他好文 时间:
2014-07-16 10:05:49
阅读次数:
260