转载:http://www.oschina.net/translate/useful-linux-commands-for-newbies1. ls命令ls命令是列出目录内容(List Directory Contents)的意思。运行它就是列出文件夹里的内容,可能是文件也可能是文件夹。?12345...
分类:
系统相关 时间:
2014-08-22 12:08:46
阅读次数:
304
今天在做移动端的页面,无意间发现了一个Chrome浏览器下的一个bug,在使用CSS3的transform: translate(0, 0)属性对节点A进行位置转化,此时A节点下面有一个字节点B,节点B使用了position:fixed进行了定位,按照常理节点B应该悬挂在浏览器窗口视图上,不会跟随滚...
分类:
Web程序 时间:
2014-08-22 10:47:25
阅读次数:
189
A symmetric multiprocessing system includes multiple processing units and corresponding instances of an adaptive partition processing scheduler. Each ...
分类:
其他好文 时间:
2014-08-21 18:38:04
阅读次数:
205
Within a multi-processing system including a plurality of processor cores4, 6operating in accordance with coherent multi-processing, each of the cores...
分类:
其他好文 时间:
2014-08-21 11:19:04
阅读次数:
231
动画效果编程基础--AnimationAndroid动画类型Android的animation由四种类型组成XML中alpha渐变透明度动画效果scale渐变尺寸伸缩动画效果translate画面转换位置移动动画效果rotate画面转移旋转动画效果JavaCode中AlphaAnimation渐变透...
分类:
移动开发 时间:
2014-08-21 11:16:04
阅读次数:
406
零、简介 一切都要从博彦之星比赛说起。今年比赛的主题是使用Bing API(主要提到的有Bing Map API、Bing Translate API和Bing AD API)设计移动应用(Windows store app和Windows phone app)。从7月初开始设计到现在,应用的功能....
分类:
移动开发 时间:
2014-08-20 22:21:43
阅读次数:
409
%%%% mosaic
clc;
clear all;
addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm');
Image=imread('4.jpg');
Image=double(Image);
size_info=size(Image);
height=size_info(1)...
分类:
其他好文 时间:
2014-08-20 10:33:26
阅读次数:
244
动画效果编程基础--AnimationAndroid 动画类型 Android的animation由四种类型组成 XML中alpha渐变透明度动画效果scale渐变尺寸伸缩动画效果translate画面转换位置移动动画效果rotate画面转移旋转动画效果 JavaCode中AlphaAnimati....
分类:
移动开发 时间:
2014-08-19 18:06:15
阅读次数:
259
还有半小时就下班了,写一下今天遇到的问题、处理方法以及一些自己的理解。理解的不一定对,还希望大家指正。
今天我做的效果是,hero的移动。
以前做过用的是transform.Translate(Vector3.forward*Time.deltaTime*Speed);
但是这样做有些bug就是移动不持续,当然你也可以加上时间延时函数,一点点的模拟动画效果,太麻烦了(我就想这样干)。
后来...
分类:
数据库 时间:
2014-08-18 18:33:22
阅读次数:
447
下面内容摘自互联网并作了整理。名词:BI(Business Intelligence):商业智能,DW(Data Warehouse):数据仓库,详见正文Q1部分。OLTP(On-Line Transaction Processing):联机事务处理也称为面向交易的处理系统,其基本特征是顾客的原始数...
分类:
其他好文 时间:
2014-08-18 16:14:12
阅读次数:
230