今天升级Xcode 7.0 bata发现网络访问失败。输出错误信息The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.Go...
分类:
移动开发 时间:
2015-09-06 22:57:54
阅读次数:
188
源码的目录结构如下:STM32LIBUSERUSER目录如下hardware_drimainsoftware_modulehardware_dri目录Adc_hard_dri.c//uiAdData:存放AD采样的数据//ucSampleNum:存放AD采样的次数//ucRemoveNum:存放最低值与最高值的个数//去掉的数值放在数组0-(cRemoveNum-1)及(cSampleNum-ucRemov..
分类:
其他好文 时间:
2015-09-06 18:25:50
阅读次数:
358
composer require "dektrium/yii2-user:0.9.*@dev" 一直安装失败,提示:Your requirements could not be resolved to an installable set of package.Problem 1- yiisoft/...
分类:
Web程序 时间:
2015-09-04 12:35:24
阅读次数:
344
Many websites have more than just simple static content. Dynamic content which is rendered by JavaScript requires browser to be able to scrape data. T...
分类:
编程语言 时间:
2015-09-04 07:15:08
阅读次数:
171
IaaS: Infrastructure-as-a-Service(基础设施即服务)第一层叫做IaaS,有时候也叫做Hardware-as-a-Service,几年前如果你想在办公室或者公司的网站上运行一些企业应用,你需要去买服务器,或者别的高昂的硬件来控制本地应用,让你的业务运行起来。但是现在有I...
分类:
其他好文 时间:
2015-09-03 09:16:02
阅读次数:
283
?You Have to Understand Hardware,TooKamal WickramanayakeFoR MAny SoFTWARE ARCHiTECTS, hardware capacity planning is a topic that lies beyond their comfort zone, yet it remains an important part of the...
分类:
其他好文 时间:
2015-09-01 10:50:03
阅读次数:
158
在ubuntu下使用maven搭建web项目,需要用到tomcat服务器来运行。所以需要“项目——右键——配置——Maven Project Facets——勾选Dynamic Web Module
但会出现提示Dynamic Web Module 3.0 requires Java 1.6 or newer。开始是以为我的jdk的问题,但jdk确实没有问题,是1.7的版本。
解决方法...
分类:
编程语言 时间:
2015-09-01 10:47:03
阅读次数:
241
很重要的一点,android代码是运行在linux应用层的,包括HAL层的代码。 HAL的三个结构体:hw_module_t, hw_module_methods_t, hw_device_t。 hardware\libhardware\include\hardware\Hardware.h:struct hw_module_t;
struct hw_module_methods_t;...
分类:
移动开发 时间:
2015-08-31 23:50:29
阅读次数:
292
1.clock和hwclock的用法[root@localhost~]#clock--helphwclock-queryandsetthehardwareclock(RTC)Usage:hwclock[function][options...]Functions:-h|--helpshowthishelp-r|--showreadhardwareclockandprintresult--setsetthertctothetimegivenwith--date-s|--hctosyssetthesyst..
分类:
系统相关 时间:
2015-08-29 17:11:17
阅读次数:
201
Andoird太头疼了,尤其有些机器就是屏幕大别的硬件条件都很烂,为了优化渲染效率可以试试安卓的硬件缩放技术,我在真机上已经测试通过,效率确实提升了很多,FPS直线上升。。原理如下http://android-developers.blogspot.it/2013/09/using-hardware...
分类:
移动开发 时间:
2015-08-25 14:09:57
阅读次数:
184