congcong 的文章
-
-
【无标题】
Coins There are N kinds of coins. Each kind of coins has a value V and a weight W. Tony wants to go traveling. Unfortunately, he can only carry coin…… -
汉字转拼音,带多音字的
from pypinyin import pinyin, lazy_pinyin, Style msg ='客解投甚处来?' pinyin(msg,heteronym=True) 汉字转拼音,带多音字的最先出现在Python成神之路。 -
proteus——串口通信奇偶标志方式
1.电路图 2.代码 (1)甲机发送 #include//包含访问sfr库函数rug51、h sbitP27=P2^7,//定义奇偶标志灯驱动端 bit F=0;//定义乙机回复标志-并清0 unsigned char …… -
-
Windows下使用VS2019编译libiconv-1.16
Windows下使用VS2019编译libiconv-1.16 参考了 https://blog.csdn.net/zhouguangcai8/article/details/105270657,在其上做了精减与额外说明 获取libiconv-1.1…… -
-
okhttp3 url轮询负载均衡拦截器
okhttp3添加拦截器 new OkHttpClient.Builder().addInterceptor(new PollInterceptor(urls)).build() 添加日志拦截器: HttpLoggingInterceptor httpLoggingIn…… -
Java设计模式再相识 (二)——原型模式
本文在Yeliheng的技术小站同步发布 当你的系统存在相同或者相似对象需要创建,你可能会想到使用new 对象名() 来创建。但如果你的系统存在大量相同对象需要创建…… -
Windows 10 ISO 官方镜像下载
前言 以下网站不是微软官方的正式下载网站,但却是全网镜像下载纯净、简便的网站。 新版网站 该网站需要进行下登录才可下载 https://next.itellyou.cn/Origina……
友情链接