本文转载于google搜索内容。First off, I’m against piracy in software and hardware. I understand FTDI trying to protect themselves from piracy and fake replicas. ...
分类:
其他好文 时间:
2015-01-19 12:14:28
阅读次数:
230
安装Nginx时报错./configure: error: the HTTP rewrite module requires the PCRE library.安装pcre-devel解决问题yum -y install pcre-devel错误提示:./configure: error: the ...
分类:
其他好文 时间:
2015-01-16 22:14:47
阅读次数:
285
首先,Loader有几个重要的属性queue:[]存放所有主文件类信息,包括他的依赖文件信息,结构如下:
[{requires:‘Seed.view.MainGrid‘
callback:callback//Loader.require(dependencies,function(){});中的function
}]
注意:所有的动态加载文件信息都会被放到队列中
isLoading:..
分类:
Web程序 时间:
2015-01-16 17:07:40
阅读次数:
249
1.15号周四,扩展虚拟机的硬盘空间步骤1:创建虚拟机硬盘:1、关闭VM中正在运行的虚拟系统;2、在虚拟系统名称上点右键-》Virtual Machine Settings;3、在Hardware页点“Add”-》Add a hard disk-》Create a new virtual disk-...
分类:
其他好文 时间:
2015-01-15 23:25:20
阅读次数:
231
//Point1.
Ext.define 是用来创建类的。可以用来创建一个自定义的类,在这个自定义类中,可以用extend来继承Ext中的组件类。
举例:
Ext.define('Ext.ux.LiveSearchGridPanel', {
extend: 'Ext.grid.Panel',
requires: [
'Ext.toolbar.TextItem...
分类:
Web程序 时间:
2015-01-13 10:39:55
阅读次数:
431
at91sam9260ek的移植
— U-boot(V1.3.4)
关于移植在U-boot文档中这样介绍:
README
If the system board that you have is not listed, then you will need
to port U-Boot to your hardware platform. To do this, ...
分类:
其他好文 时间:
2015-01-13 06:48:26
阅读次数:
184
One of my friend came to me with an Android phone. She saild somehting wrong with the hardware of her friend's phone, and her friend are eager to back...
分类:
移动开发 时间:
2015-01-11 10:53:14
阅读次数:
1312
解决 下载源代码出现
fatal: duplicate project CyanogenMod/android_hardware_qcom_display in /opt/cm-12.0/.repo/manifest.xml
root@workstation-pc:/opt/cm-12.0#...
分类:
其他好文 时间:
2015-01-10 19:46:40
阅读次数:
870
执行 `sudo yum install postgis2_94`后,不出意外会发生以下的错误。 Error: Package: gdal-libs-1.11.0-3.rhel7.x86_64 (pgdg94) Requires: libcfitsio.so.2()(64bit) Error: Package: gdal-libs-1.11.0-3.rhe...
分类:
其他好文 时间:
2015-01-08 22:56:23
阅读次数:
842
http://msdn.microsoft.com/en-us/windows/hardware/hh852365 http://msdn.microsoft.com/library/windows/hardware/ff551063(v=vs.85).aspx
分类:
数据库 时间:
2015-01-08 10:59:00
阅读次数:
242