上一页 1 2 3 4 5 6 7 8 ··· 20 下一页
摘要: root权限下打开 /etc/vim/vimrc.tiny 文件,将“compatible”改成“nocompatible”非兼容模式: set nocompatible 阅读全文
posted @ 2021-02-26 05:05 countryboy666 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 修改更新源: sudo vim /etc/apt/sources.list sudo vi /etc/apt/sources.list 更新: sudo apt-get update sudo apt-get -f install sudo apt-get upgrade 安装网路工具 apt in 阅读全文
posted @ 2021-02-26 04:53 countryboy666 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 服务器 #include <stdlib.h> #include <stdio.h> #include <sys/socket.h> #include <sys/types.h> #include <netinet/in.h> #include <arpa/inet.h> #include <pth 阅读全文
posted @ 2021-02-26 04:04 countryboy666 阅读(234) 评论(0) 推荐(0) 编辑
摘要: (1)命令开启qt界面程序 am start org.qtproject.example/org.qtproject.qt5.android.bindings.QtActivity & (2)开启python 程序 python test.py & (3)查看程序进程 busybox ps|grep 阅读全文
posted @ 2021-02-24 22:17 countryboy666 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 1 import selectors # 常用于非阻塞的socket的编程中 2 import threading 3 import socket 4 import logging 5 6 FORMAT = '%(asctime)s %(threadName)s %(thread)d %(messa 阅读全文
posted @ 2021-02-24 16:49 countryboy666 阅读(561) 评论(0) 推荐(0) 编辑
摘要: ubuntu 程序 https://elasticstack.blog.csdn.net/article/details/46375697?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2 阅读全文
posted @ 2021-02-24 00:24 countryboy666 阅读(31) 评论(0) 推荐(0) 编辑
摘要: canvas 绘制图片 Canvas{ id: canvas onImageLoaded: requestPaint() // 加载图片后,重绘图片 Compent.onCompleted:{ loadImage("qrc:/Tux.png") } onPaint:{ var ctx = getCo 阅读全文
posted @ 2021-02-24 00:19 countryboy666 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 第一步: 在百度官网创建应用 第二步: 点击技术文档使用 阅读全文
posted @ 2021-02-24 00:14 countryboy666 阅读(198) 评论(0) 推荐(0) 编辑
摘要: wmic提供了从命令行接口和批命令脚本执行系统管理的支持。 使用说明: 阅读全文
posted @ 2021-02-22 20:34 countryboy666 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 一 canvas 绘制矩形: 保存激活的图形上下文。如果画布已就绪,并且已成功调用getContext(),或者已使用支持的上下文类型设置contextType属性,则此属性将包含当前图形上下文,否则为空。 Canvas{ id: root width: 200 // 画板大小 height: 20 阅读全文
posted @ 2021-02-22 00:32 countryboy666 阅读(64) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 20 下一页