杂谈

一、 工作总结

  1. RK3368- 硬件堆栈


2. RK3368- Cortex-A53 Block Diagram

  1. linux检查wifi是否连上
# 已经连接wifi的情况
/ # iwconfig wlan0
wlan0     IEEE 802.11  ESSID:"JLDZ"  Nickname:""
          Mode:Master  Frequency:2.412 GHz  Access Point: 58:AC:78:D3:8F:00   
          Bit Rate=65 Mb/s   Tx-Power:14 dBm   
          Retry min limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Managementmode:All packets received
          Link Quality=5/5  Signal level=-53 dBm  Noise level=-91 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

# 没有连接的情况
/ # iwconfig wlan0
wlan0     IEEE 802.11  Nickname:""
          Access Point: Not-Associated   
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  invalid crypt:0  invalid misc:0

通过节点/sys/class/net/wlan0/operstate的值来判断:
a. unknown b. up c. down
4. ubuntu reminna 远程登录win
rm ~/.freerdp


二、自学内容

三、 常用网址

  1. Head First Python3
    http://python.itcarlow.ie/resources.html
  2. 一译中文技术文档、python包索引
    一译中文技术文档:http://www.usyiyi.cn/
    python包索引: https://pypi.python.org/pypi
  3. Python3 文档
    https://docs.python.org/3.4/
    http://python.usyiyi.cn/translate/python_352/index.html
  4. Django 1.11.* 和 1.8.2文档、技术博客
    http://python.usyiyi.cn/translate/Django_111/index.html
    http://python.usyiyi.cn/documents/django_182/index.html
    **用Django框架搭载web(基础):**https://www.jianshu.com/p/e860e9b02650
    **通过Nginx部署Django(基于ubuntu):**https://www.cnblogs.com/fnng/p/5268633.html
  5. python django学习网址
    自强学堂https://code.ziqiangxuetang.com/
    python:https://code.ziqiangxuetang.com/python/python-tutorial.html
    python3:https://code.ziqiangxuetang.com/python3/python3-tutorial.html
    菜鸟教程http://www.runoob.com/django/django-nginx-uwsgi.html
    Django: https://code.ziqiangxuetang.com/django/django-tutorial.html
  6. https://www.w3.org/Provider/Style/URI
  7. html5
    html5素材:http://www.html5tricks.com
    html教程:https://code.ziqiangxuetang.com/html/html-tutorial.html
  8. bootstrap
    https://code.ziqiangxuetang.com/bootstrap/bootstrap-tutorial.html
  9. 算法练习网–牛客网
    https://www.nowcoder.com/7897000

  10. 阿里云:http://code.taobao.org/
    阿里巴巴开发平台:https://open.1688.com
    百度云:https://cloud.baidu.com/
    百度开发者中心:https://developer.baidu.com
  11. 技术博客
    技术博客:http://dditblog.com/
    技术博客:http://weishu.me
  12. 我的github
    https://github.com/JamonJou
  13. 纯CSS图标
    https://www.jianshu.com/p/ae5bcf6661b1
  14. 。。。
### 智能车技术最新进展 智能车技术近年来取得了显著进步,尤其是在自动驾驶领域。长城汽车于2021年6月推出的咖啡智能2.0智慧线控底盘整合了多个核心底盘系统,包括线控转向、线控制动、线控换挡、线控油门和线控悬挂,成为国内首个支持L4+级自动驾驶的线控转向底盘系统[^4]。 此外,中航集团旗下的耐世特也在2018年发布了SBW技术,并推出了静默方向盘系统及随需转向系统,这些技术支持L3+级自动驾驶。这表明在高级别自动驾驶方面,国内外厂商都在积极布局并取得了一定的技术突破。 与此同时,新能源汽车市场的快速发展也为智能车技术提供了更多可能性。根据外媒CleanTechnica统计的数据,比亚迪、特斯拉和上汽通用五菱分别以506,868辆、406,869辆和183,054辆的销量位居前列,占据了全球新能源汽车市场约34%的份额[^3]。这种市场需求的增长推动了智能车技术的研发与应用。 值得注意的是,随着深度学习技术的进步及其广泛应用,人工智能伦理和社会影响逐渐引起重视。确保人工智能技术发展既能提升社会福祉又能规避潜在风险已成为重要议题[^2]。这一趋势同样适用于智能车领域,特别是在数据隐私保护、算法公平性和安全性等方面需要持续关注。 ```python class AutonomousDrivingSystem: def __init__(self, level): self.level = level def describe(self): if self.level >= 4: return f"L{self.level} autonomous driving system with full automation capabilities." elif self.level == 3: return f"L{self.level} autonomous driving system requiring driver attention but capable of handling most situations autonomously." else: return f"Lower-level ({self.level}) autonomous assistance features." # Example usage ad_system_l4 = AutonomousDrivingSystem(4) print(ad_system_l4.describe()) ```
评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值