上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 124 下一页
摘要: 原文:https://www.cnblogs.com/askDing/p/10477345.html 测试环境: DELL PRECISION 7510: CPU:Intel Core i5-6300HQ HD:256G NVME SSD 操作步骤: 一:无损将硬盘模式改为AHCI(此步骤针对的是r 阅读全文
posted @ 2019-10-31 19:48 叕叒双又 阅读(4799) 评论(0) 推荐(0)
摘要: 修改root密码:sudo passwd root 修改主机名:sudo vi /etc/hostname 将其中的名字改为自己的名字 sudo vi /etc/hosts 将其中的名字改为自己的名字 修改用户名:sudo vi /etc/passwd 找到原先的用户名,将其改为自己的用户名,但是/ 阅读全文
posted @ 2019-10-30 19:09 叕叒双又 阅读(1031) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/coderfenghc/tag/cmake/ https://cmake.org/cmake/help/v3.16/guide/tutorial/index.html#cmake-tutorial https://www.ncnynl.com/cate 阅读全文
posted @ 2019-10-30 10:27 叕叒双又 阅读(902) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/hg-love-dfc/p/10242391.html https://www.cnblogs.com/hg-love-dfc/p/10244328.html http://mirrors.ustc.edu.cn/help/manjaro.html 阅读全文
posted @ 2019-10-30 06:29 叕叒双又 阅读(651) 评论(0) 推荐(0)
摘要: https://github.com/jjucom18/classCode.git 阅读全文
posted @ 2019-10-28 19:18 叕叒双又 阅读(197) 评论(0) 推荐(0)
摘要: 原文链接:https://www.lainme.com/doku.php/blog/2017/07/%E5%88%B6%E4%BD%9Cbios%E5%92%8Cefi%E5%A4%9A%E5%90%AF%E5%8A%A8u%E7%9B%98 准备分区 U盘使用的是MBR分区表(GPT应该也行),并 阅读全文
posted @ 2019-10-28 09:21 叕叒双又 阅读(2028) 评论(0) 推荐(0)
摘要: win10下使用vim编辑时,需频繁用Esc键,可是Esc键在键盘左上角,位置遥远,操作不便。可以CapsLock键处在黄金位置,但是几乎无用,看过键盘发展历史,其实是是在发展过程中的意外而已,将两键的位置对调不就行了。通过修改注册表搞定它: 1、win+r打开注册表编辑器,找到HKEY_LOCAL 阅读全文
posted @ 2019-10-28 08:59 叕叒双又 阅读(1638) 评论(0) 推荐(0)
摘要: https://www.ibm.com/developerworks/cn/linux/l-assembly/index.html https://72k.us/file/4031001-328073452 https://72k.us/file/4031001-328562983 https:// 阅读全文
posted @ 2019-10-27 06:59 叕叒双又 阅读(299) 评论(0) 推荐(0)
摘要: 原文地址:http://blog.sina.com.cn/s/blog_150f554f50102yhra.html 一.安装 Nginx 和 PHP7 1、安装Nginx sudo apt install -y nginx sudo systemctl restart nginx 2、安装PHP7 阅读全文
posted @ 2019-10-27 06:20 叕叒双又 阅读(917) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/lufengyu/p/11495148.html 阅读全文
posted @ 2019-10-26 19:59 叕叒双又 阅读(124) 评论(0) 推荐(0)
摘要: 结构体定义成功后,其实和c语言内部的类型区别也不大了,自然可以用来定义结构体类型的数组了。我们根据结构体定义的方式不同,分别用多种方式定义结构体数组: 阅读全文
posted @ 2019-10-26 17:03 叕叒双又 阅读(179) 评论(0) 推荐(0)
摘要: 我的系统环境时ubuntu 18.04.3,为了ROS: 首先:安装下面一堆软件包: sudo apt install nginx nginx-doc fcgiwrap sudo apt install apache2-doc php-pear apache2-suexec-pristine sud 阅读全文
posted @ 2019-10-25 14:32 叕叒双又 阅读(966) 评论(0) 推荐(0)
摘要: 目前,定制正在变的越来越普遍,定制服务、定制衣服、甚至使用的键盘都是定制了。在C语言中虽然也包括了整型、字符型和浮点型等基本类型,也有基本的组合数据类型数组。但是这些类型都是针对某一种特定类型时应用没有问题,但是类型本身严格限定了数据的存储特征、取值范围、能够进行的操作等方面。但是在面对复杂多变的世 阅读全文
posted @ 2019-10-25 14:01 叕叒双又 阅读(488) 评论(0) 推荐(0)
摘要: https://wiki.gentoo.org/wiki/Flicker_Free_Boot#Getting_the_custom_version_of_grub 阅读全文
posted @ 2019-10-24 20:10 叕叒双又 阅读(174) 评论(0) 推荐(0)
摘要: 原文:https://www.cnblogs.com/yorkyang/p/7804733.html 线程的优点: 减少系统调度开销,不占有独立的资源,切换速度快,执行效率高。 线程间通信方便,可共享资源。 改善程序设计结构,功能复杂的进程可以分为多个独立的线程分别执行,模块性更强。 线程分为:用户 阅读全文
posted @ 2019-10-24 10:57 叕叒双又 阅读(1055) 评论(0) 推荐(1)
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 124 下一页