随笔分类 -  工具安装及使用

1 2 3 下一页

adb检测不到夜神模拟器
摘要:https://www.cnblogs.com/Elaine1/p/10104286.html 阅读全文

posted @ 2020-06-09 10:21 芦荟~lh 阅读(118) 评论(0) 推荐(0)

夜神模拟器相关设置
摘要:https://www.cr173.com/html/70234_1.html?t=1490664231566 阅读全文

posted @ 2020-06-09 09:08 芦荟~lh 阅读(167) 评论(0) 推荐(0)

安卓开发相关工具下载
摘要:https://www.androiddevtools.cn/ 阅读全文

posted @ 2020-06-09 08:36 芦荟~lh 阅读(101) 评论(0) 推荐(0)

sublime开启HTML自动补全功能
摘要:https://jingyan.baidu.com/article/4f7d57128f175e5b21192724.html 阅读全文

posted @ 2020-06-03 17:27 芦荟~lh 阅读(792) 评论(0) 推荐(0)

Linux系统中模拟windows环境安装软件
摘要:wine软件可以模拟windows环境 阅读全文

posted @ 2020-06-01 08:13 芦荟~lh 阅读(539) 评论(0) 推荐(0)

you-get基于python3的媒体下载工具
摘要:https://blog.csdn.net/yhcad/article/details/91040427 阅读全文

posted @ 2020-05-28 11:16 芦荟~lh 阅读(105) 评论(0) 推荐(0)

sublime中空格和tab的区分
摘要:Python3中的规定是把所有tab都换成空格,一个文件中不允许空格和tab并存,只能存在其中一个 阅读全文

posted @ 2020-05-25 23:36 芦荟~lh 阅读(318) 评论(0) 推荐(0)

网络调试助手
摘要:网络调试助手验证收发socket消息 安装方式 网络不可达 不可达的原因:Ubuntu的IP和windows的IP没有在一个网络【这里需要在一个局域网中】 为了让虚拟机和windows可以连通 把虚拟机的网络设置改成桥接 Ubuntu主动申请IP 阅读全文

posted @ 2020-05-21 13:13 芦荟~lh 阅读(640) 评论(0) 推荐(1)

sublime text编辑器
摘要:sublime只是一个编辑器 不能运行代码 阅读全文

posted @ 2020-05-21 13:12 芦荟~lh 阅读(121) 评论(0) 推荐(0)

Ubuntu中激活专业版pycharm
摘要:https://www.cnblogs.com/gambler/p/11602930.html 阅读全文

posted @ 2020-05-12 16:28 芦荟~lh 阅读(847) 评论(0) 推荐(0)

windows安装专业版pycharm
摘要:https://www.cnblogs.com/python-test001/p/12536904.html 阅读全文

posted @ 2020-05-12 11:13 芦荟~lh 阅读(197) 评论(0) 推荐(0)

Ubuntu无法远程连接
摘要:无法远程连接到Ubuntu,在Ubuntu上安装一个sshd即可。不用修改配置 https://blog.csdn.net/SIMBA1949/article/details/82914699 阅读全文

posted @ 2020-05-05 15:04 芦荟~lh 阅读(415) 评论(0) 推荐(0)

centOS下安装tree命令
摘要:进行了如下操作: 切换到超管:su yum install tree -y 阅读全文

posted @ 2020-05-03 17:55 芦荟~lh 阅读(1655) 评论(0) 推荐(0)

解决ubuntu “无法获得锁"
摘要:https://www.jianshu.com/p/2cf59e3d99fc 阅读全文

posted @ 2020-05-03 10:47 芦荟~lh 阅读(188) 评论(0) 推荐(0)

虚拟机上Ubuntu无法上网问题
摘要:没有进行步骤5的操作依然连网成功了 https://www.cnblogs.com/teyues/p/6092843.html 阅读全文

posted @ 2020-05-01 16:12 芦荟~lh 阅读(158) 评论(0) 推荐(0)

Ubuntu下载及安装
摘要:https://blog.csdn.net/qq1326702940/article/details/82322079 阅读全文

posted @ 2020-05-01 15:53 芦荟~lh 阅读(243) 评论(0) 推荐(0)

VMware虚拟机提示please remove the installation medium then press enter
摘要:https://jingyan.baidu.com/article/ca00d56c2fc553e99eebcfca.html 阅读全文

posted @ 2020-05-01 15:49 芦荟~lh 阅读(2931) 评论(0) 推荐(0)

notepad++同时编辑多行
摘要:同列多行编辑:按住Alt键,然后按住鼠标左键不放,一直向下拖拉,就可以同时编辑多行 多列多光标编辑:https://blog.csdn.net/weixin_33827965/article/details/91879432 阅读全文

posted @ 2020-03-08 21:45 芦荟~lh 阅读(3983) 评论(0) 推荐(1)

fiddler突然抓不到谷歌浏览器的请求
摘要:fiddler突然抓不到浏览器请求时,首先验证是抓不到某个浏览器还是抓不到全部浏览器的请求,如果是某个浏览器的请求抓不到,那么就是这一个浏览器的设置有问题,不是fiddler的问题 阅读全文

posted @ 2020-03-04 12:17 芦荟~lh 阅读(1419) 评论(1) 推荐(1)

fiddler模拟弱网测试
摘要:https://www.jianshu.com/p/b9e349b8f411 https://blog.csdn.net/qq_41714308/article/details/82894686 阅读全文

posted @ 2020-02-17 17:11 芦荟~lh 阅读(65) 评论(0) 推荐(0)

1 2 3 下一页

导航