上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 32 下一页
摘要: 近日安装向日葵win10客户端与Ubuntu18客户端,安装过程简单,此处不描述。安装后注册账号,在win、U客户端正常登录,也可以手机安装手机App,过程此处不描述。有问题可以留言。在进行远程协助时遇到了通过Win10客户端控制Ubuntu客户端,以及手机App控制Ubuntu客户端时出现了“连接 阅读全文
posted @ 2021-03-12 18:25 楚千羽 阅读(1759) 评论(0) 推荐(0) 编辑
摘要: 进入linux系统,命令行输入sudo gedit /etc/default/grub,之后输入密码; 编辑GRUB_DEFAULT=0为你想要启动的系统的序号,默认第一个系统;在选择系统页面时,系统排序从0开始,你想默认启动哪个,修改数字就行;GRUB_TIMEOUT=10是设置选择系统页面停留的 阅读全文
posted @ 2021-03-12 18:21 楚千羽 阅读(625) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/shitao99/article/details/85081718 再次感谢(CSDN博主)Daniel__Shi大佬的细致总结! @Daniel__Shi 编辑器窗口(Editor)下的 常用快捷键: 自动对齐程序(整理缩进)自动整理代码 鼠标选中 阅读全文
posted @ 2021-03-06 20:07 楚千羽 阅读(1565) 评论(0) 推荐(1) 编辑
摘要: 本资料为最新整理的《English Exposed Common Mistakes Made by Chinese Speakers》全英文PDF 搜集整理不易,收费1.5元 标题:EnglishExposed作者: Steve Hart出版社: Hong Kong University Press 阅读全文
posted @ 2021-03-03 19:41 楚千羽 阅读(864) 评论(0) 推荐(0) 编辑
摘要: 1.linux命令大全手册:https://www.linuxcool.com/ 2.linux命令大全:https://man.linuxde.net/ 3linux命令手册:http://linux.51yip.com/ 4linux命令大全和教程:https://www.runoob.com/ 阅读全文
posted @ 2021-03-03 11:27 楚千羽 阅读(1544) 评论(0) 推荐(0) 编辑
摘要: 【注】时间转换器:http://www.timebie.com/cn/easternbeijing.php 阅读全文
posted @ 2021-03-02 20:49 楚千羽 阅读(2022) 评论(0) 推荐(0) 编辑
摘要: 打开c语言生成exe文件,出现闪退的解决方法1.在代码段末尾加上getch();就可以了。(代码段末尾指你程序要执行完之前, 一般在return 0;之前) 2.加个头文件windows.h(#include<windows.h>),然后在代码段末尾加个 system("pause"); 阅读全文
posted @ 2021-02-26 09:09 楚千羽 阅读(1928) 评论(0) 推荐(0) 编辑
摘要: import numpy as np # 使用标准numpy,运算将在CPU上执行。 import time start = time.perf_counter() x = np.random.random([5000, 5000]).astype(np.float32) k = np.matmul 阅读全文
posted @ 2021-02-14 17:37 楚千羽 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/DBLLLLLLLL/article/details/82965722 (粒子群算法进阶讲解传送门:(https://blog.csdn.net/DBLLLLLLLL/article/details/103036067 https://blog.cs 阅读全文
posted @ 2021-02-10 15:51 楚千羽 阅读(1328) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/king-lps/p/12748459.html 指定当前程序使用的 GPU 首先,通过 tf.config.list_physical_devices ,我们可以获得当前主机上某种特定运算设备类型(如 GPU 或 CPU )的列表,例如,在一台 阅读全文
posted @ 2021-01-27 22:25 楚千羽 阅读(316) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 32 下一页