摘要: 基于python readline 只有linux能用,windows没有 实例解析: import readline # 自定义自动补全函数 def complete(text, state): commands = ["start", "stop", "restart", "status"] # 阅读全文
posted @ 2023-11-08 11:06 学不会xuebuhui 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 参考资料 https://blog.csdn.net/u011342183/article/details/79823564 测试 下载第三方库开发文件 安装到dev c++ 查看包内容 设置路径 选择工具->编译器选项 然后导入include路径 阅读全文
posted @ 2023-11-08 10:46 学不会xuebuhui 阅读(401) 评论(0) 推荐(0) 编辑
Language: javascript