今天好不容易搭建完开发环境CCS5.4,正式开始学习F28335看着官方例程和数据手册学习。。。。遇见一个很奇怪的问题第一步配置IO口为输出EALLOW;GpioCtrlRegs.GPBPUD.bit.GPIO32= 0;// Enable the internal pullup on the sp...
分类:
其他好文 时间:
2015-07-16 18:13:24
阅读次数:
185
在项目的入口文件index.php添加 define ( "GZIP_ENABLE", function_exists ( ‘ob_gzhandler‘ ) );
ob_start ( GZIP_ENABLE ? ‘ob_gzhandler‘ : null ); 就可以实现了?? 如下图...
分类:
Web程序 时间:
2015-07-16 12:09:37
阅读次数:
153
#yum?-y?install?qemu-kvm?libvirt?virt-install?bridge-utils
#lsmod?|?grep?kvm??#?make?sure?modules?are?loaded
#systemctl?start?libvirtd
#systemctl?enable?libvirtd 算了,http://li...
分类:
Windows程序 时间:
2015-07-16 12:07:12
阅读次数:
1187
kernel支持:
由linux支持,进程崩溃时记录存储堆栈空间,寄存器等相关内容,保留致命现场数据,便于分析查找根源。
编译项:
Symbol: COREDUMP [=y]
Type : boolean
Prompt: Enable core dump support
Location:
(1) -> Userspace binary formats
Defined at fs...
分类:
移动开发 时间:
2015-07-16 09:47:56
阅读次数:
190
在项目中右键点击新建class文件,在弹出的框中选择“here”
勾上enable project specific settings
选择comments中的types然后点击edit编辑
点击OK。填上项目名称即可得到效果...
分类:
编程语言 时间:
2015-07-16 00:54:17
阅读次数:
198
搭建了简单的局域网和广域网实验平台,如下:路由器配置命令如下:Router>enableRouter#configure
terminalEnterconfiguration
commands,oneperline.EndwithCNTL/Z.Router(config)#hostname
RBRB(config)#enable
passwordtoddRB(config)#interface
serial3/0RB(config-if)#n..
分类:
其他好文 时间:
2015-07-15 23:06:52
阅读次数:
201
default.properties在Struts 2的核心jar包-struts2-core中,有一个default.properties的默认配置文件。里面配置了一些全局的信息,比如:struts.enable.DynamicMethodInvocation = true,-动态方法调用,为tr...
分类:
其他好文 时间:
2015-07-15 22:28:27
阅读次数:
95
遇到过这个情况 ?无法读取到内存使用情况 经过多方寻找 已解决 解决方法:? Product -> Scheme -> Edit Scheme... -> Diagnostic Tab -> 取消所有 Guard 选项 如果还是无法显示 常识取消 【Enable Zombie Objec...
分类:
移动开发 时间:
2015-07-15 15:21:59
阅读次数:
159
----设置字符集步聚-------conn /as sysdba;shutdown immediate;startup mount;alter system enable restricted session;alter system set job_queue_processes=0;alter...
分类:
数据库 时间:
2015-07-13 18:19:18
阅读次数:
130
1. 目标, PG13,PG14双线程双闪灯。2. 测试平台 keil v5.13.0.0 cube 4.8.03. 步骤 3.1打开cube, PG13,13设为输出, Rcc选外部晶振, 点选FreeRTOS 3.2 时钟配置界面 enable css, 配置成系统主频168M 3.3...
分类:
其他好文 时间:
2015-07-13 10:11:53
阅读次数:
284