extend:继承组件,创建新组建。override:改写组件Ext.define('Ext.some.DerivedClass', { method: function () { console.log('Bad'); }});Ext.define('App.paches...
分类:
其他好文 时间:
2015-07-28 20:33:50
阅读次数:
116
Problem Description:TT and FF are ... friends. Uh... very very good friends -________-bFF is a bad boy, he is always wooing TT to play the following g...
分类:
其他好文 时间:
2015-07-28 18:21:09
阅读次数:
111
CSS开发过程中清楚浮动是难以避免要使用的,今天牺牲午觉的时间整理一下吧!一、给父级加高度:这样肯定不存在父级坍塌的问题了;问题:扩展性不好,如果要自适应高度就悲催了。二、让父级浮动:父级和子级都浮动就不存在这个问题了;问题:页面中所有元素都加浮动,margin左右自动失效(floats bad.....
分类:
Web程序 时间:
2015-07-27 14:45:24
阅读次数:
128
错误中脚本文件的一个非常可能的原因是DOS格的, 即每一行的行尾以\r\n来标识, 其ASCII码各自是0x0D, 0x0A.能够有非常多种办法看这个文件是DOS格式的还是UNIX格式的, 还是MAC格式的在Terminal中输入例如以下:vi filename然后用命令:set ff?能够看到do...
分类:
其他好文 时间:
2015-07-27 12:32:58
阅读次数:
122
How do you add?Larry is very bad at math — he usually uses a calculator, whichworked well throughout college. Unforunately, he is now struck...
分类:
其他好文 时间:
2015-07-27 10:49:09
阅读次数:
121
最近在安装mongodb的时候遇到了上述提示,在国内各大网站寻找解决方案无果,于是果断查看国外的网站,终于,在stackoveflow上面找到了答案。
其实很简单,我们写好了.plist文件以后,将它拷贝到/library/LaunchDeamons/文件夹下面,然后就直接执行了sudo luanchctl load xxxx.plist,这样肯定会产生权限不够的问题,所以,正确的方法是,现将其...
分类:
系统相关 时间:
2015-07-27 01:56:28
阅读次数:
190
10285 Longest Run on a Snowboard
Michael likes snowboarding. That’s not very surprising, since snowboarding is really great. The bad
thing is that in order to gain speed, the area must slide downward...
分类:
其他好文 时间:
2015-07-25 13:49:45
阅读次数:
269
最近在做dm368的开发,打算在368上移植个gst-rtsp-server。先在电脑上折腾了一天,终于是可以运行了。我的虚拟机上早先已经安装了gstreamer-0.10(gstreamer版本太新,有些插件不能用)。gstreamer和base,good,ugly,bad相关插件安装没碰到什么问...
分类:
其他好文 时间:
2015-07-25 12:15:15
阅读次数:
451
意义:帮助了解存入对象的的数据结构Data::Dumper有面向对象和直接使用函数两种调用方法直接调用函数方式,例如:use Data::Dumper;my $a = "good";my $b = "bad";my @my_array = ("hello", "world", "123", 4.5)...
分类:
其他好文 时间:
2015-07-23 10:37:30
阅读次数:
904
首先将shell命令命名为.sh文件
将上面的代码保存为test.sh,并 cd 到相应目录:
chmod +x ./test.sh #使脚本具有执行权限
./test.sh #执行脚本
如果报错/bin/bash^M: bad interpreter: No such file or directory
出现上面错误的原因之一是脚本文件是DOS格式的, 即每一行的行尾以\...
分类:
系统相关 时间:
2015-07-22 16:06:31
阅读次数:
161