angularjs 使用ng-repeat报错 {{word}}[ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys 发现是由于...
分类:
其他好文 时间:
2014-10-22 09:55:11
阅读次数:
151
计算电影长度方法1从mvhd - movie header atom中找到time scale和duration,duration除以time scale即是整部电影的长度。time scale相当于定义了标准的1秒在这部电影里面的刻度是多少。例如audio track的time scale = 8...
分类:
其他好文 时间:
2014-10-20 19:06:08
阅读次数:
249
对于这个问题,最好的解决方法就是按如下步骤: 1.到根目录下:git add .??;("."是必须要的) 2.git commit -m "some word" 3.git push -u origin master? 如果你只修改了一个文件,也可以在第一步中进入你修改...
分类:
其他好文 时间:
2014-10-18 08:39:26
阅读次数:
3305
继续接着上一篇写。1,运行时改变配置在前一篇中曾经谈到,ini_set函数可以在php执行的过程中,动态修改php的部分配置。注意,仅仅是部分,并非所有的配置都可以动态修改。关于ini配置的可修改性,参见:http://php.net/manual/zh/configuration.changes....
分类:
Web程序 时间:
2014-10-13 19:51:57
阅读次数:
377
本文转载至http://www.th7.cn/Program/IOS/201409/276000.shtmlAs part of the theme of iOS 8 to make interfaces adaptive there are some major changes to the pr...
分类:
移动开发 时间:
2014-10-13 15:15:39
阅读次数:
275
1.背景 虽然可能大神门在编辑器方面都比较偏向于vim之类的自由度更高的工具,但是从我个人来讲sublime这样的插件安装更方便的工具还是比较得心应手的。之前用sublime写英语作文,但是没有一个比较好用的timer,Package_Control里面的track_timer不能实时显示时间,所以博主就自己动手,写了这个插件,可以实时timer,记录时间。效果如下图,2.使...
分类:
其他好文 时间:
2014-10-13 12:18:59
阅读次数:
233
Suppose there are 5 types of coins: 50-cent, 25-cent, 10-cent, 5-cent, and 1-cent. We want to make changes with these coins for a given amount of money.
For example, if we have 11 cents, then we...
分类:
其他好文 时间:
2014-10-12 03:01:27
阅读次数:
238
问题:用过了 UISlider 的默认显示方式,现在想要定制一下它的外观minimumTrackTintColor:这个属性改变 slider 中最小值 track view 的 tint colorthumbTintColor:这个属性是修改 slider 的 thumb view 的 tint ...
分类:
其他好文 时间:
2014-10-10 14:46:14
阅读次数:
158
作者:zhanhailiang 日期:2014-10-08
今天遇到一个很奇怪的bug,测试如下:
$a = 'abc';
var_dump(isset($a['code'])); // 理论上应该是False,但是确是TRUE
查了下手册说明:
Example #2 isset() on String Offsets
PHP 5.4 changes how isset() ...
分类:
其他好文 时间:
2014-10-09 03:25:27
阅读次数:
290
USING GIT IN XCODEKEEPING IN SYNC WITH REMOTE REPOSITORIESAs you make changes in your local working copy you will want to keep them in sync with the r...
分类:
其他好文 时间:
2014-10-07 17:29:53
阅读次数:
195