04 2021 档案
摘要:参考博文: https://blog.csdn.net/weixin_39446611/article/details/104261264?utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7EBlogCommendFro
阅读全文
摘要:根据这三篇文章: http://c.biancheng.net/view/8077.html http://c.biancheng.net/view/8114.html https://blog.csdn.net/weixin_55710926/article/details/115600738?u
阅读全文
摘要:在C语言中#必须是一行中的首个非空格字符,也就是说#前面可以有空格,但是不能有其他字符。 用下面的方法,方便更新数组内容,直观 main.c文件: #include <stdio.h>#include <string.h> static char city_name[][20] = {#includ
阅读全文
摘要:pip install numpy -i https://pypi.douban.com/simple 用pip命令下载大型库时速度慢,换源下载后下载速度很快 -i https://pypi.douban.com/simple pip3 install numpy scipy matplotlib
阅读全文
摘要:import _thread #线程import time signal_value = 0 def th1(): a = 0 global signal_value while(1): if(signal_value == 0): print("a") signal_value = 1 a+=1
阅读全文
摘要:#include <stdlib.h>#include <stdio.h>int Callback_1(int a) ///< 回调函数1{ printf("Hello, this is Callback_1: a = %d \n", a); return 0;} int Callback_2(in
阅读全文
摘要:引用:https://www.cnblogs.com/xiaojwang/p/11331202.html
阅读全文
摘要:在安装软件时,出现问题 执行: sudo rm /var/lib/dpkg/lock-frontend 解决问题
阅读全文

浙公网安备 33010602011771号