随笔分类 -  分享

个人感觉还不错的技术性博客分享
摘要:阅读AT指令的相关文档发现了描述中有“上报urc”这种字眼。 这篇文章写的很好,一下子就明白urc是什么了: https://blog.csdn.net/qq_33181655/article/details/108739609 马克一下 阅读全文
posted @ 2022-08-24 09:33 然终酒肆 阅读(1629) 评论(0) 推荐(0) 编辑
摘要:parsec。 比todesk,向日葵等软件,速度明显快很多。好像是因为他是p2p连接,点对点,而其他远控都是以服务器作为中转。 阅读全文
posted @ 2022-06-03 12:40 然终酒肆 阅读(188) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/miaowulj/p/11309207.html 阅读全文
posted @ 2022-02-17 10:52 然终酒肆 阅读(384) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/fenghuan/p/4794514.html 阅读全文
posted @ 2022-02-16 19:38 然终酒肆 阅读(13) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/buanxu/p/12757291.html https://www.cnblogs.com/duxie/p/11306023.html 阅读全文
posted @ 2022-02-14 21:20 然终酒肆 阅读(9) 评论(0) 推荐(0) 编辑
摘要:我才知道这两种方法都行 但是对于普通的指针 比如int *p 你的*p是指向的值 p是你的地址 阅读全文
posted @ 2022-01-20 12:51 然终酒肆 阅读(76) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_40831381/article/details/90145426 https://www.cnblogs.com/knowledgesea/p/4177830.html 阅读全文
posted @ 2022-01-07 18:59 然终酒肆 阅读(23) 评论(0) 推荐(0) 编辑
摘要:https://www.w3school.com.cn/tags/tag_div.asp 阅读全文
posted @ 2022-01-07 10:17 然终酒肆 阅读(39) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_42710433/article/details/104945201 亲测可行 阅读全文
posted @ 2021-03-13 12:30 然终酒肆 阅读(195) 评论(0) 推荐(0) 编辑
摘要:写的很好!!!: https://blog.csdn.net/liangzhaoyang1/article/details/51413108 阅读全文
posted @ 2021-01-26 15:33 然终酒肆 阅读(49) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/knowledgesea/archive/2013/01/02/2841588.html 阅读全文
posted @ 2021-01-16 21:06 然终酒肆 阅读(52) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/buaaxhzh/p/9138307.html 写的很好 阅读全文
posted @ 2020-12-23 18:49 然终酒肆 阅读(164) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/asahiLikka/p/11712298.html 看懂了 数字图像处理 就t。m。过了! 阅读全文
posted @ 2020-12-19 23:51 然终酒肆 阅读(174) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/u013539952/article/details/80610260 写的一点废话也没有 舒服 阅读全文
posted @ 2020-12-19 23:38 然终酒肆 阅读(72) 评论(0) 推荐(0) 编辑
摘要:前缀和 阅读全文
posted @ 2020-12-13 16:42 然终酒肆 阅读(91) 评论(0) 推荐(0) 编辑
摘要:位运算的奇技淫巧 阅读全文
posted @ 2020-12-13 12:59 然终酒肆 阅读(64) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/evening/archive/2012/03/29/2423554.html 阅读全文
posted @ 2020-11-22 22:17 然终酒肆 阅读(52) 评论(0) 推荐(0) 编辑
摘要:学到了 原问题: 回答: 1 def justify_text(text): 2 # split text into lines and find longest 3 lines = [line.strip() for line in text.split("\n")] 4 ll = len(max 阅读全文
posted @ 2020-11-20 16:24 然终酒肆 阅读(514) 评论(0) 推荐(0) 编辑
摘要:https://jingyan.baidu.com/article/d2b1d102cf998b5c7f37d442.html 写的很好 分享了 之前kali linux 一直用不来 win7虚拟机是可行的 阅读全文
posted @ 2020-11-02 21:51 然终酒肆 阅读(201) 评论(0) 推荐(0) 编辑
摘要:写的很好 import pymysql conn = pymysql.connect(host = '127.0.0.1',port = 3306,user = 'root',passwd = '123',db = 'sqlexample') #创建连接(连接数据库) cursor = conn.c 阅读全文
posted @ 2020-10-25 15:45 然终酒肆 阅读(843) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示