包括3个大项目和若干衍生项目,涵盖:数码相框、电子书、指针、链表、Makefile、网络编程Socket、USB摄像头、CMOS摄像头、视频监控、WIFI、3G网卡、ALSA声卡、便携式视频监控(局域网通信)和电源管理。总体格调:应用为主驱动为辅,手把手现场写代码,再现项目实现过程
1
Linux基本命令集文件/目录操作is命令cd命令mkdri命令rm命令rmdir命令mv命令touch命令ni命令less命令head命令in命令diff命令
2023-04-13 21:02:17 39KB linux
1
主要介绍了navicat连接不上linux服务器上的mysql的解决办法,非常不错,具有一定的参考借鉴价值,需要的朋友可以参考下
2023-04-13 17:02:05 90KB navicat连接不上mysql mysql navicat mysql
一开始,心情是沉痛的,截图如下: 折腾一番后,解决方案如下: 首先确保 linux服务上mysql 的3306端口是对外开放的 切换到目录:/etc/sysconfig下,编辑iptables,把这个拷贝进去“-A INPUT -p tcp -m tcp –dport 3306 -j ACCEPT”,效果如图: 然后重启防火墙 service iptables restart mysql开启root权限(mysql命令下执行) 赋予权限: grant all privileges on *.* to ‘root’@’% ‘identified by ‘password’ with gran
2023-04-13 16:42:17 93KB c cat IN
1
If you run the Linux operating system, you have likely encountered the iptables firewall. This is for good reason, as iptables provides an effective means to control who talks to your Linux system over a network connection and how they do it. In the vast uncontrolled network that is the Internet, attacks can herald from just about any corner of the globe—even though the perpetrator might physically be located in the next state (or the next room). If you run a networked Linux machine, your system is at risk of being attacked and potentially compromised every second of every day.
2023-04-13 14:05:01 7.03MB Linux Firewalls
1
Linux iptables Pocket Reference
2023-04-13 14:02:52 1.92MB iptabl
1
Mask R-CNN项目环境配置| cuda+cudnn+Anaconda+tensorflow+keras--linux系统-附件资源
2023-04-13 12:23:58 106B
1
在Linux下使用can口通信,有C语言的代码,有说明文档,还有cansend,candump,canconfig等can口调试工具的源码和使用介绍。
2023-04-13 10:14:21 804KB Linux C语言 can
1
windows版本和linux版本libxl库均能够使用。
2023-04-13 09:17:20 29.81MB linux 软件/插件
1
本文介绍了在Linux系统中增加Swap分区文件步骤方法:首先检查当前的分区情况,然后增加交换分区文件及大小,最后启用交换分区文件。
2023-04-12 15:30:05 34KB 软件
1