www.cnblogs.com/ruiyqinrui

开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞

python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

10 2020 档案

摘要:python ctypes 混合编程 suds webservices api调用 阅读全文
posted @ 2020-10-30 15:54 秦瑞It行程实录 阅读(85) 评论(0) 推荐(0) 编辑

摘要:http://www.dsac.cn/DataProduct/Detail/101901 https://blog.csdn.net/qq_46071146/article/details/109357174?utm_source=app 阅读全文
posted @ 2020-10-30 13:10 秦瑞It行程实录 阅读(77) 评论(0) 推荐(0) 编辑

摘要:网上流传着各种版本的Linux系统,我们为何不可以运用脚本制作LiveCD;LiveCD是一种储存在可开机自启动光盘中,不需安装就可以执行的操作系统(通常亦包括一些其他软件)。退出 LiveCD 并重新开机后,电脑就可以恢复到原本的操作系统。 工具/原料 Linux操作系统 内核补丁包livecd. 阅读全文
posted @ 2020-10-29 17:00 秦瑞It行程实录 阅读(176) 评论(0) 推荐(0) 编辑

摘要:使用根用户切换到根目录 然后,使用下面的命令备份完整的系统: tar cvpzf backup.tgz / --exclude=/proc --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt --exclude=/sys 说明: ta 阅读全文
posted @ 2020-10-29 16:43 秦瑞It行程实录 阅读(89) 评论(0) 推荐(0) 编辑

摘要:ATI NVIDIA CUDA opencl directCompute 阅读全文
posted @ 2020-10-26 14:35 秦瑞It行程实录 阅读(81) 评论(0) 推荐(0) 编辑

摘要:AMD ATI nvidia opencl CUDA intel CPU GPU 阅读全文
posted @ 2020-10-26 11:31 秦瑞It行程实录 阅读(132) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2020-10-26 11:13 秦瑞It行程实录 阅读(121) 评论(0) 推荐(0) 编辑

摘要:对象通过this指针访问自己的地址,this指针是所有成员函数的隐含参数,成员函数内部用this指针指向调用对象 友元函数 不是类成员函数,只有成员函数才有this指针,因此友元函数没有this指针。 阅读全文
posted @ 2020-10-23 10:07 秦瑞It行程实录 阅读(75) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2020-10-22 11:16 秦瑞It行程实录 阅读(139) 评论(0) 推荐(0) 编辑

摘要:.net 官方下载 mysql msi 下载 阅读全文
posted @ 2020-10-22 10:56 秦瑞It行程实录 阅读(81) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2020-10-16 14:17 秦瑞It行程实录 阅读(103) 评论(0) 推荐(0) 编辑

摘要:CentOS7使用yum安装MySQL8 wget http://dev.mysql.com/get/mysql80-community-release-el7-2.noarch.rpm sudo yum localinstall mysql80-community-release-el7-2.no 阅读全文
posted @ 2020-10-16 11:21 秦瑞It行程实录 阅读(110) 评论(0) 推荐(0) 编辑

摘要:pkill -kill -t pts/* w who am i 阅读全文
posted @ 2020-10-16 11:16 秦瑞It行程实录 阅读(132) 评论(0) 推荐(0) 编辑

摘要:http://repo.mysql.com/yum/mysql-8.0-community/el/7/x86_64/mysql-community-client-8.0.21-1.el7.x86_64.rpm http://repo.mysql.com/yum/mysql-8.0-community 阅读全文
posted @ 2020-10-16 10:31 秦瑞It行程实录 阅读(254) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2020-10-16 10:27 秦瑞It行程实录 阅读(288) 评论(0) 推荐(0) 编辑

摘要:CentOS7使用yum安装MySQL8 wget http://dev.mysql.com/get/mysql80-community-release-el7-2.noarch.rpm sudo yum localinstall mysql80-community-release-el7-2.no 阅读全文
posted @ 2020-10-16 09:58 秦瑞It行程实录 阅读(104) 评论(0) 推荐(0) 编辑

摘要:找到以“linux16”开头的行,将内容删除至ro(ro不要删),在ro后面添加空格和“rd.break”。 按ctrl+x键进入到救援模式 键入以下命令: switch_root:/# mount -o remount,rw /sysroot switch_root:/# chroot /sysr 阅读全文
posted @ 2020-10-16 09:51 秦瑞It行程实录 阅读(143) 评论(0) 推荐(0) 编辑

摘要:mysqldump: Got error: 1449: The user specified as a definer ('tos'@'%') does not 阅读全文
posted @ 2020-10-16 09:43 秦瑞It行程实录 阅读(402) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2020-10-10 10:16 秦瑞It行程实录 阅读(378) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2020-10-10 09:12 秦瑞It行程实录 阅读(259) 评论(0) 推荐(0) 编辑

www.cnblogs.com/ruiyqinrui