<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1....
分类:
Web程序 时间:
2014-10-24 13:06:28
阅读次数:
300
2014年9月19日美国纽约股市收盘,首日上市的阿里巴巴报收93.89美元,相比超过预期的开盘价92.70美元有微幅上扬。和IPO定价68美元相比,该收盘价格显著上涨38.07%。...
分类:
其他好文 时间:
2014-10-24 13:07:29
阅读次数:
244
基础数据类型统一通过方法来创建。不再支持new方式
1、坐标cc.Point
一共3种创建方式
结构:{x:0,y:0}
//1 快捷创建,返回相当于cc.p(0,0)
var point1 = cc.p();
//2 常用
var point2 = cc.p(100,100);
//3 拷贝
var point3 = cc.p(point2);
2、尺寸cc.Size
...
分类:
Web程序 时间:
2014-10-24 13:06:58
阅读次数:
144
本文是学习网络上的文章时的总结以及自己的一点实践,感谢大家无私的分享。
昨天在做项目的时候,有一个页面间传递特殊字符的需求,查了一些资料,现在将自己的经验写出来。
首先,在前台编码
var fckPurpose=encodeURIComponent($.trim(jQuery("#fckPurpose").val()));
encodeURIComponent、encodeURI和esca...
分类:
编程语言 时间:
2014-10-24 13:07:39
阅读次数:
108
每天一个JavaScript实例-获取元素当前高度
#date{width:90%;height:25%;padding:10px;background: red;}
window.onload = function(){
var height = getHeight();
console.log(height);
}
function getHeight(){
var height...
分类:
编程语言 时间:
2014-10-24 13:05:02
阅读次数:
181
Testin云测发布首份国内应用质量报告:半数APP平均启动时间不合格
2014/10/23 · Testin · 实验室报告
日前,Testin云测旗下质量管家Master通过随机取样1605款国内主流移动应用,在1258款主流移动设备进行了测试后,发布首份国内应用质量报告,显示1.59%的应用等待时间在3秒以上,平均CPU消耗为13.2%,2/3移动应用CPU占用率高出平均值,...
分类:
移动开发 时间:
2014-10-24 13:07:18
阅读次数:
211
通过近1个月的努力,成功包装完成OpenWebFlow并开源至GitHub,请各位有需要的同行笑纳!
OpenWebFlow是基于Activiti扩展的工作流引擎,它针对Web环境下的工作流做了一些外围的包装工作。...
分类:
Web程序 时间:
2014-10-24 13:06:40
阅读次数:
654
因为公司业务需要,需要安装oracle ebs进行 form 开发,所以就开始了痛苦oracle ebs安装之过程。刚开始是在vm中win2003 server 中安装ebs,,不知是我自已的水平太差还是运气太差,按照网络中安装ebs,安装通过了检测是,但在安装的过程中出现了各种莫名的错误,而在网络中相关解决错误的方法很少,而且因为这个换了win2008,win2003英文版还是出现各种错误,即使...
分类:
数据库 时间:
2014-10-24 13:04:56
阅读次数:
274
Suppose a sorted array is rotated at some pivot unknown to you beforehand.
(i.e., 0 1 2 4 5 6 7 might become 4
5 6 7 0 1 2).
Find the minimum element.
You may assume no duplicate exists in...
分类:
其他好文 时间:
2014-10-24 13:06:25
阅读次数:
224
fillBefore是指动画结束时画面停留在此动画的第一帧;
默认值为true
fillAfter是指动画结束是画面停留在此动画的最后一帧。默认值为false
但奇葩的是google还加了个FillEnable
变量,这个变量简直坑爹。。。
源码:
android.view.animation.Animation.java
854行
...
分类:
移动开发 时间:
2014-10-24 13:05:33
阅读次数:
332
方法:
document.getElementById("xx").style.xxx中的所有属性是什么
盒子标签和属性对照
CSS语法(不区分大小写)
JavaScript语法(区分大小写)
border
border
border-bottom
borderBottom
border-bottom...
分类:
Web程序 时间:
2014-10-24 13:04:34
阅读次数:
267
64-bit and iOS 8 Requirements for New Apps
October 20, 2014
Starting February 1, 2015, new iOS apps uploaded to the App Store must include 64-bit support and be built with the iOS 8 SDK, included in...
分类:
移动开发 时间:
2014-10-24 13:03:46
阅读次数:
141
SQL Server数据全同步及价值分析[终结版]...
分类:
数据库 时间:
2014-10-24 13:03:47
阅读次数:
233
6.1.1. bindService
因为有前面分析startService的代码实现过程,则对于bindService的代码分析就不用那么详细介绍,在介绍流程的同时更关注一些细节上的部分。
首先,bindService也是通过 ContextWrapper.bindService,再到ContextImpl的bindService,然后是bindServiceCommon...
分类:
移动开发 时间:
2014-10-24 13:05:38
阅读次数:
243
这段时间一直都在打包资源,然后每次导入都要改图片的属性,真是麻烦,所以一直在寻找一键修改并且打包的方法。
终于让我找到了,太坑人了。
根据自己的需求改代码哦,相信大家都能看明白。
核心部分:
TextureImporter ti = (TextureImporter)TextureImporter.GetAtPath(AssetDatabase.GetAssetPath(obj));
...
分类:
编程语言 时间:
2014-10-24 13:05:46
阅读次数:
398
SQS即Simple Queue Service, 是一个分布式的消息队列服务,使用它非常简单,消息队列服务可以用来buffer burst, 使整个服务异步处理,不要求组件始终可用....
分类:
其他好文 时间:
2014-10-24 13:04:48
阅读次数:
165
题目描述:
Given a binary tree, find its maximum depth.
The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node.
解题思路:直接DFS。
代码:
/**...
分类:
其他好文 时间:
2014-10-24 13:04:21
阅读次数:
147