上一页 1 2 3 4 5 6 7 ··· 22 下一页
摘要: 1. 预 a //查看a a.dtype //查看dtype类型 a.astype(int) //将a转为int型 2. 创建ndarray 使用np.array方法 np.array([[1, 2, 3], [4, 5, 6]]) np.array([(1, 2), (3, 4), (5, 6)] 阅读全文
posted @ 2021-01-05 15:37 盐亭的森林 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 修改配置文件+修改图标属性 阅读全文
posted @ 2021-01-04 10:29 盐亭的森林 阅读(145) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sqlite3.h> int insert_sql(sqlite3 *db); int callback(void*para,int f_num,char**f_ 阅读全文
posted @ 2020-09-04 20:12 盐亭的森林 阅读(143) 评论(0) 推荐(0) 编辑
摘要: TCP_server;TCP_client; 阅读全文
posted @ 2020-09-03 09:46 盐亭的森林 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 文件IO读0实现copy功能;查看图片;多线程;DNS介绍;套接字;man手册; 阅读全文
posted @ 2020-09-02 21:19 盐亭的森林 阅读(101) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 22 下一页