摘要: #include <stdio.h> int add(int n) { if (n == 1) return 1; // 递归终止条件 else return n + add(n-1); // 递归调用 } int main() { printf("Sum is: %d\n", add(100)); 阅读全文
posted @ 2025-02-21 08:21 myrj 阅读(104) 评论(0) 推荐(0) 编辑
摘要: ftplibpexpect telnetlib https://github.com/camelot-dev/camelot 处理提取pdf 解决安装问题https://camelot-py.readthedocs.io/en/master/user/install-deps.html ffmpy安 阅读全文
posted @ 2022-01-13 05:20 myrj 阅读(63) 评论(0) 推荐(0) 编辑
摘要: import emoji #去掉表情等特殊字符 jieshao="包括表情的字符串" jieshao=emoji.demojize(jieshao) def filter_emoji(self,desstr,restr='[emoji]'): ''' 过滤表情 ''' try: co = re.co 阅读全文
posted @ 2021-11-09 05:46 myrj 阅读(1135) 评论(0) 推荐(0) 编辑
摘要: STC单片机采取EEPROM的模式而不采用FLASH.裸机程序指令就在Flash(Flash memory)中存放,而数据就放在了RAM中(flash的写入次数有限制,同时它的速度和RAM还是差很多)。更广泛说,在单片机上RAM存放data段、bss段、堆栈段;ROM(EPROM、EEPROM、Fl 阅读全文
posted @ 2021-08-12 21:03 myrj 阅读(445) 评论(0) 推荐(0) 编辑
摘要: 行号:pow() 列号:column() rem 将所有工作表名称写入到当前工作表第一列 Sub shtName() Dim sht As Worksheet, i As Integer i = 1 For Each sht In Worksheets Cells(i, "A") = sht.Nam 阅读全文
posted @ 2021-07-20 06:38 myrj 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 快看点官网 腾讯平台 快影官方下载 素材 新片场 电影天堂影猫80s网 阅读全文
posted @ 2021-06-28 22:21 myrj 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 1除法运算:两整数相除,结果为整数; 任意浮点数参与的除法运算结果为浮点型。所以pow(16,1/2)=1 pow(16,1.0/2)=4.00 pow(64,1.0/3)=4.00 球的体积v=4.0/3*3.14*pow(r,3); 三角形面积:d=1.0/2*(a+b+c);s=sqrt(d* 阅读全文
posted @ 2021-06-10 05:30 myrj 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学:http://p 阅读全文
posted @ 2020-11-18 14:52 myrj 阅读(646) 评论(0) 推荐(0) 编辑
摘要: SQL查询窗口 选择哪行执行哪行,不选择则从上到下依次执行 delete from xsxx where xsxm is null /****** 删除所有xsxm为null的记录******/ select * from xsxx where xsxm like '张%' //显示所有姓张的记录 阅读全文
posted @ 2020-11-07 09:25 myrj 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 文件格式转换 快速分享 问卷星 文本对比网站 C语言编译器手机版 信息查看网址 网站 tiny hexer 试题电子版2 电子版 微博 小红书 根据要求写sql语句 chatGPT应用 chatGPT应用1STATA17下载 ekcp https://pan.baidu.com/s/1P7AkV-b 阅读全文
posted @ 2020-03-06 18:46 myrj 阅读(780) 评论(0) 推荐(0) 编辑
摘要: import requestsimport re txt='<a href="https://www.vgirls.com/13404.html" class="list-title text-md h-2x" target="_blank">想把夏日的阳光寄给冬日的你</a>'urla=re.fi 阅读全文
posted @ 2020-01-30 19:56 myrj 阅读(1973) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2025-03-27 15:27 myrj 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 微信 小程序 中国信通院 一证通查 查询手机号名下所有帐号 阅读全文
posted @ 2025-03-16 17:08 myrj 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 激活WINDOWS OFFICE终端管理器在命令窗口输入激活命令:irm https://get.activated.win | iex回车 阅读全文
posted @ 2025-03-14 21:21 myrj 阅读(12) 评论(0) 推荐(0) 编辑
摘要: T5 sheng11 北京21 辽宁23 黑龙江31 上海53 云南32 江苏37 山东41 河南42 湖北33 浙江43 湖南45 广西52 贵州55 重庆61 陕西 阅读全文
posted @ 2025-03-09 07:11 myrj 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 联想笔记本电脑键盘灯的开启与关闭:Fn+空格,空格键上有一个图 闪光标志 阅读全文
posted @ 2025-03-05 21:45 myrj 阅读(5) 评论(0) 推荐(0) 编辑
摘要: =xlookup(b7,indirect(d7&"!b:b"),indirect(d7&"!g:g"),0) 假设B7==80031 d7=cy11 则公式在当前工作簿的cy11的B列查找80031,如果找到则将返回对应的G列单元格的内容 阅读全文
posted @ 2025-02-24 20:19 myrj 阅读(2) 评论(0) 推荐(0) 编辑
摘要: #stata 调用python 导入XLSX,导出时最多保留6位小数 python: import pandas as pd df = pd.read_excel(r"E:\statashu2\0224b\jieguo1.xlsx") df.to_excel(r"E:\statashu2\0224b 阅读全文
posted @ 2025-02-24 16:57 myrj 阅读(6) 评论(0) 推荐(0) 编辑
摘要: AI智能画流程图 利用deepseek画流程图: 计算从1-100的和,请用mermaid画流程图,用直线 复制代码再打开https://mermaid.live/edit,粘贴即可 https://diagrammingai.com/client/project 131 1qaz都小写 阅读全文
posted @ 2025-02-22 17:17 myrj 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2025-02-22 17:11 myrj 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 2的三次方:2**37除以3的整数商:7//3 取得numpy帮助: >>> import numpy as nphep>>> help(np)Help on package numpy: 阅读全文
posted @ 2025-02-22 06:16 myrj 阅读(1) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示