Chinaunix首页 | 论坛 | 博客
  • 博客访问: 296074
  • 博文数量: 61
  • 博客积分: 1581
  • 博客等级: 上尉
  • 技术积分: 741
  • 用 户 组: 普通用户
  • 注册时间: 2012-10-24 13:52
个人简介

幸运儿不是我,因为我选择的路很难走.如果够出色也不能出头,至少要做到没第二个我.

文章分类

全部博文(61)

文章存档

2013年(14)

2012年(47)

发布时间:2013-05-11 16:20:16

UART的操作是嵌入系统中最常用的通信方式,现在网上有很多朋友提出了许多思路,在一定的应用环境中能够收到良好的效果。本人在下面的介绍中提出一种在RTOS中使用最方便的UART Driver思想,希望大家讨论并批评。1、接口规范1.1 设备打开bool UART_open( int port, int baudrate, int databit, char checkbit, .........【阅读全文】

阅读(1676) | 评论(0) | 转发(0)

发布时间:2013-05-08 15:32:05

启动防火墙1) 重启后生效 开启: sudo systemctl enable iptables.service关闭: sudo systemctl disable iptables.service2) 即时生效,重启后失效service 方式开启: service iptables start 关闭: service iptables stopiptables方式查看防火墙状态:/etc/init.d/iptables status暂时关闭.........【阅读全文】

阅读(2466) | 评论(0) | 转发(0)

发布时间:2013-05-03 12:22:15

我下载的是kscope-1.6.2.tar.gzFedora 17安装kscope的步骤我下载的是kscope-1.6.2.tar.gzhttp://download.chinaunix.net/download/0006000/5469.shtml[root@localhost kscope-1.6.2]# tar zxvf kscope-1.6.2.tar.gz[root@localhost kscope-1.6.2]# cd kscope-1.6.2[root@localhost kscope-1.6.2]# ./configureconfig.........【阅读全文】

阅读(1774) | 评论(0) | 转发(0)

发布时间:2013-05-03 09:45:35

1- 添加For Fedora 32-bit x86rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpmrpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linuxFor Fedora 64-bit x86_64rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.........【阅读全文】

阅读(1585) | 评论(0) | 转发(0)

发布时间:2013-04-22 09:08:42

1.sl 命令 首先,安装    $ sudo apt-get install sl               然后,输入    $ sl 我们看到了动画蒸汽机机头从屏幕右边开往左边。这个火车头是用ASCLL字符绘制。    提.........【阅读全文】

阅读(3079) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册