会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
..
luohaonan
.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
19
下一页
2020年10月27日
arduino#esp8266 - 管脚定义
摘要: // 左侧D0 ~ D10 是在arduino中对管脚的定义 // 右侧0 ~ 16 是在esp8266中对gpio的定义 static const uint8_t D0 = 16; static const uint8_t D1 = 5; static const uint8_t D2 = 4;
阅读全文
posted @ 2020-10-27 14:18 罗浩楠
阅读(5167)
评论(1)
推荐(0)
2020年10月22日
day20201022 - mq in sb
摘要: pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-activemq</artifactId> </dependency> View Code properi
阅读全文
posted @ 2020-10-22 15:16 罗浩楠
阅读(91)
评论(0)
推荐(0)
2020年10月19日
day20201019 -- go get proxy
摘要: set http_proxy socks5://127.0.0.1:10808 set https_proxy socks5://127.0.0.1:10808 go get -v url
阅读全文
posted @ 2020-10-19 11:35 罗浩楠
阅读(88)
评论(0)
推荐(0)
2020年10月17日
day20201017 - nodejs - http-server
摘要: npm install http-server -g 在任意目录cmd hs 就开启了一个http服务器。方便文件传输。
阅读全文
posted @ 2020-10-17 17:26 罗浩楠
阅读(69)
评论(0)
推荐(0)
2020年10月14日
python - 开源软件you-get源码学习 | todo
摘要: // 软件运行流程 // 亿点点细节 // 涉及到的库 // get到的知识点
阅读全文
posted @ 2020-10-14 17:22 罗浩楠
阅读(456)
评论(0)
推荐(0)
ffmpeg - 0
摘要: fast forward movie picture experts group. 官网这里,很有趣。 ffmpeg is a very fast video and audio converter that can also grab from a live audio/video source.
阅读全文
posted @ 2020-10-14 16:12 罗浩楠
阅读(121)
评论(1)
推荐(0)
python - 常用库的学习 -- todo
摘要: //todo
阅读全文
posted @ 2020-10-14 11:57 罗浩楠
阅读(90)
评论(0)
推荐(0)
python - 发布自己的模块(脚本) 到pypi.org
摘要: // 参考链接们 官方文档,参考文档1,参考文档2, // 可能遇到的问题们 400 - file already exists 上传时候指定版本号499 - client disconnected网络问题,多试几次403 - isn't allowed to upload to project改个
阅读全文
posted @ 2020-10-14 08:41 罗浩楠
阅读(479)
评论(0)
推荐(0)
python - 零碎知识点
摘要: 1. 文件路径问题,参考1 import os os.path.realpath("用户输入的路径") #获取绝对路径,组要是路径分隔符会由操作系统决定,如果windows下输入/会被转换成\,更多相关请help("os.path")查看。gogs-repositories 2.获取脚本携带的参数,
阅读全文
posted @ 2020-10-14 08:37 罗浩楠
阅读(136)
评论(0)
推荐(0)
2020年10月13日
day20201013 ---批量文件名修改小工具
摘要: 经常有批量修改文件名的需求,感觉网上找的不好用,自己整一个,C语言不会,网上找的代码拼凑了一个小工具。点我下载 用法: 代码: #include <iostream> #include <cstring> #include <io.h> #include <regex> #include <stri
阅读全文
posted @ 2020-10-13 10:56 罗浩楠
阅读(131)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
19
下一页
公告
..