摘要: Dim r1Private Sub Worksheet_SelectionChange(ByVal Target As Range)If Target.Cells.CountLarge <> 1 Then Exit SubIf Target.Formula = "" Then r1 = "空"Els 阅读全文
posted @ 2022-12-27 09:15 aliensky 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 传送门: https://blog.csdn.net/liuchangjie0112/article/details/82964210 阅读全文
posted @ 2021-09-21 14:12 aliensky 阅读(177) 评论(0) 推荐(0) 编辑
摘要: Sub 计算宏运行所用时间() Dim tt As Single tt = Timer '宏名字 MsgBox "ok,用时" & Timer - tt & "秒!" End Sub 转自:https://blog.csdn.net/henryghx/article/details/8806333 阅读全文
posted @ 2021-03-07 21:22 aliensky 阅读(800) 评论(0) 推荐(0) 编辑
摘要: 客户 Customer 供应商 Supplier 仓库 Stockroom 库存 Inventory 货品 Product 型号 Part Number 销售 Sell 单据 Bill 成本 Cost 交货期 Delivery Period 采购 Purchase 采购申请 Purchase Req 阅读全文
posted @ 2020-04-05 16:46 aliensky 阅读(1329) 评论(0) 推荐(0) 编辑
摘要: 首先要明确utools是怎么知道电脑里有什么软件utools是通过扫描C:\ProgramData\Microsoft\Windows\Start Menu\Programs文件夹里的内容来获取你电脑里安装了什么软件。 第二步明确了第个问题,我们只要将电脑中C:\ProgramData\Micros 阅读全文
posted @ 2020-04-05 09:26 aliensky 阅读(3676) 评论(0) 推荐(0) 编辑
摘要: 前言:为什么要用虚拟环境 在实际项目开发中,我们通常会根据自己的需求去下载各种相应的框架库,如falsk,Scrapy等,但是可能每个项目使用的框架库并不一样,或使用框架的版本不一样,这样需要我们根据需求不断的更新或卸载相应的库。直接怼我们的系统级的python环境会给我们的开发环境和项目造成很多不 阅读全文
posted @ 2020-02-22 13:25 aliensky 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 转自:https://yuntianti.com/posts/fix-django3-mysqlclient-import-error/ Django 近期发布了3.0版本,其中首度支持了asyncio让人兴奋, 为此引入了新的网关接口协议ASGI。按异步IO的实现原理,即使使用ASGI替代WSGI 阅读全文
posted @ 2020-02-21 22:56 aliensky 阅读(572) 评论(0) 推荐(0) 编辑
摘要: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads 阅读全文
posted @ 2020-02-21 15:53 aliensky 阅读(4041) 评论(0) 推荐(0) 编辑
摘要: Monokai themes (sublime / boxy) for Pycharm 1.下载文件 https://github.com/simoncos/pycharm-monokai 2. 主题安装 File 文件 Settings 设置 Editor 编辑器 Color Scheme 颜色主 阅读全文
posted @ 2019-10-31 08:34 aliensky 阅读(1719) 评论(0) 推荐(0) 编辑
摘要: 一、1到10以内的平方。 二、1到10以内的偶数平方。 三、输出5000以上的的一半 阅读全文
posted @ 2019-08-02 22:53 aliensky 阅读(339) 评论(0) 推荐(0) 编辑