网站首页 站内搜索

搜索结果

查询Tags标签: processors,共有 5条记录
  • wsl2 内存限制

    在C:\Users\<UserName>\.wslconfig创建一个文件,配置如下所示。 [wsl2] memory=4GB swap=8GBswap类似于Windows的虚拟内存,从硬盘中划分出一个分区,在物理内存不够时,就会将硬盘空间虚拟成内存使用,用于解决内存不足的情况。配置格式: [wsl2] memory=<size…

    2022/7/29 5:24:10 人评论 次浏览
  • WebStorm以及IDEA的使用

    webstorm 问题:打开前台项目,index时间过长, 解决:在node_modules 文件夹上点击右键,make directory as —>excluded IntelliJ IDEA: 问题:Unregistered VCS root detected. The directory…is under Git, but is not registered in t 解决:由于需要使用idea中v…

    2021/8/31 6:08:09 人评论 次浏览
  • WebStorm以及IDEA的使用

    webstorm 问题:打开前台项目,index时间过长, 解决:在node_modules 文件夹上点击右键,make directory as —>excluded IntelliJ IDEA: 问题:Unregistered VCS root detected. The directory…is under Git, but is not registered in t 解决:由于需要使用idea中v…

    2021/8/31 6:08:09 人评论 次浏览
  • 第3部分- Linux ARM汇编 引言

    Whyshould engineers and programmers spend time learning to program in assemblylanguage? The reasons presented in the first edition are as valid today as in 2009,perhaps even more so. The complexity of the modern SoCs presents challenges incommunicati…

    2021/4/16 7:29:13 人评论 次浏览
  • python+Django+mysql

    python版本3.9 Django版本3.2 mysql版本5.7 注意不能是5.5版本,低版本会出现问题。 1. 创建项目:在cmd命令行下输入:django-admin startproject Demo (cmd命令先进入目录:cd D:\PycharmProjects)2. 导入项目:打开Pycharm,open,选择刚才创建的项目3. 创建…

    2021/4/14 19:25:45 人评论 次浏览
扫一扫关注最新编程教程