上一页 1 2 3 4 5 6 ··· 38 下一页
摘要: 参考: "查找python项目依赖并生成requirements.txt" Ubuntu 下生成 python 环境安装文件 首先通过 pip 安装 模块: 然后进入 python 源码所在的目录下,执行: 该命令在当前目录下生成 。 如果需要在一个新的环境下重新安装源码需要的依赖包,只需执行: 2 阅读全文
posted @ 2018-09-08 20:01 Wasdns 阅读(2016) 评论(0) 推荐(1) 编辑
摘要: 参考: "“pip install unroll”: “python setup.py egg_info” failed with error code 1" 解决 Command "python setup.py egg_info" failed with error code 1 问题 在执行 阅读全文
posted @ 2018-09-05 15:21 Wasdns 阅读(83346) 评论(1) 推荐(5) 编辑
摘要: Globecom 2018 投稿过程 IEEE 通信领域旗舰型会议 Globecom 2018 将于近日提交 Camera Ready 稿件。回顾今年投稿过程,虽麻烦不断但也不算特别曲折,本篇随笔记录今年 (2018) 的 Globecom 投稿过程,希望对读者有所帮助。 Globecom 简介 I 阅读全文
posted @ 2018-08-11 10:23 Wasdns 阅读(9229) 评论(0) 推荐(2) 编辑
摘要: 参考: "How to level columns in bibliography?" Latex: 参考文献双栏对齐 需要实现的效果: 方法1: 在开头引用 : 在文末、参考文献前,加上: 方法2: 在开头引用 : 2018.8 阅读全文
posted @ 2018-08-08 21:18 Wasdns 阅读(8314) 评论(0) 推荐(0) 编辑
摘要: 参考: "" pip "Cannot uninstall 'six'. It is a distutils installed project..." 解决方法 在升级 six 时遇到无法安装的问题,错误日志如下: 导致错误的原因: "Six issue when installing packag 阅读全文
posted @ 2018-08-05 15:04 Wasdns 阅读(38920) 评论(1) 推荐(7) 编辑
摘要: 参考: "Error: “No module named _markerlib” when installing some packages on virtualenv" Ubuntu 14.04 更新 setuptools 至 19.2 版本 2018.7 阅读全文
posted @ 2018-07-24 15:13 Wasdns 阅读(1568) 评论(0) 推荐(0) 编辑
摘要: 参考: "LEETCODE 中的member access within null pointer of type 'struct ListNode'" 解决 leetcode 编译问题:Line x: member access within null pointer of type 'struc 阅读全文
posted @ 2018-07-08 17:39 Wasdns 阅读(22687) 评论(0) 推荐(0) 编辑
摘要: 参考: "std::string to char " C++ 将 std::string 转换为 char 目前没有直接进行转换的方法。必须通过string对象的 方法,获取C style的字符串: 注意,该方法返回的类型为 ,不能直接修改返回的C style字符串,若需要修改则必须先拷贝该字符串: 阅读全文
posted @ 2018-07-02 20:42 Wasdns 阅读(3060) 评论(0) 推荐(1) 编辑
摘要: (1) Linked List: "2 add two numbers" , "2.cpp" "19 remove nth node from end of list" ,TBD "21 merge two sorted lists" ,TBD "83 remove duplicates from 阅读全文
posted @ 2018-06-29 15:43 Wasdns 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 参考: "fatal error: Python.h: No such file or directory" Ubuntu下 fatal error: Python.h: No such file or directory 解决方法 根据使用的Python版本安装 库。 比如,在使用Python3. 阅读全文
posted @ 2018-06-11 23:45 Wasdns 阅读(13327) 评论(0) 推荐(0) 编辑
摘要: 参考: "Flushing your DNS cache in Mac OS X and Linux" Mac OS X 清除DNS缓存 根据Mac OS X操作系统的版本选择以下命令: Mac OS X 12 (Sierra) and later: Mac OS X 11 (El Capitan) 阅读全文
posted @ 2018-06-02 20:42 Wasdns 阅读(65997) 评论(1) 推荐(1) 编辑
摘要: 参考: "删除Mac中所有 .DS_Store 隐藏文件" Mac OS X 避免产生临时文件 .DS_Store 隐藏文件保存针对目录的特殊信息和设置配置,例如查看方式,图标大小以及这个目录的一些附属元数据。 打开终端,输入以下命令避免产生临时文件 .DS_Store: 2018.5 阅读全文
posted @ 2018-05-09 15:16 Wasdns 阅读(1145) 评论(0) 推荐(0) 编辑
摘要: 参考: "mac系统如何显示和隐藏文件" Mac OSX系统 显示和隐藏文件 1.显示隐藏文件: 打开Terminal,并输入以下命令: 2.隐藏隐藏文件: 之后重启Finder,即可查看效果。重启Finder的方法:鼠标单击窗口左上角的苹果标志 = 强制退出 = Finder = 重新启动。 20 阅读全文
posted @ 2018-05-09 15:07 Wasdns 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 参考: "ln s 软链接产生Too many levels of symbolic links错误" 解决 ln s 软链接产生的Too many levels of symbolic links错误 解决方法:在使用 命令时,使用绝对路径取代相对路径,例如: 2018.5 阅读全文
posted @ 2018-05-06 00:36 Wasdns 阅读(21228) 评论(0) 推荐(2) 编辑
摘要: 参考: "Installation in Linux" "Error compiling OpenCV, fatal error: stdlib.h: No such file or directory" "图片二值化工具" Ubuntu 14.04 下安装 OpenCV 1.安装依赖: 2.更新c 阅读全文
posted @ 2018-05-05 23:14 Wasdns 阅读(238) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 38 下一页