Pad single-digit numbers with a zero VBA has a Format() function that you can use to pad numbers. animal = “sinani-” & Format$(i, “00”) This will pad single-digit numbers with a 0. Your two- and three-digit numbers will continue to work as expected. From:https://stackoverflow.com/questions/31628535/pad-single-digit-numbers-with-a-zero… Read More
Strings and Manipulations(VBA) Text Functions, Workbook Before continuing please be aware of the following information available in Excel HELP FIND(find_text,within_text,start_num) Worksheet Description VBA CHAR Returns the character specified by the code number CHR CLEAN Removes all nonprintable characters from text Characters 0-31, 129, 141, 143, 144, and 157 CLEAN CODE Returns a numeric code for the first character… Read More
标准差和方差 标准差 标准差是数值分散的测量。 标准差的符号是 σ (希腊语字母 西格马,英语 sigma) 公式很简单:方差的平方根。那么…… “方差是什么?” 方差 方差的定义是: 离平均的平方距离的平均。 按照以下的步骤来计算方差: 求数值的 平均 从每一个数值减去平均,然后求差的平方。 求结果的平均。(为什么要求平方?) 例子 你和朋友们量度了狗狗的身高(毫米): 身高(到肩膀)是:600mm、470mm、170mm、430mm 和 300mm。 求平均、方差和标准差。 第一步是求平均: 答案: 平均 = 600 + 470 + 170 + 430 + 3005 = 19705 = 394 平均身高是 394 mm。我们画在图上: 接着求每条狗和平均的距离: 要计算方差,求每个距离的平方,然后求平均: 方差是 21,704 标准差是方差的平方根: 标准差 σ = √21,704 = 147.32…… = 147 (到最近的毫米) 标准差很有用。 我们现在可以显示哪个高度是在离平均一个标准差(147mm)之内: 标准差是一个甄别数值是正常与否的”标准”。 罗德维拉犬是高的狗,腊肠犬是矮的狗……但不要告诉它们!… Read More
Sniptool – Screen Capture https://www.reasyze.com/sniptool-new-powerfull-snipping-tool-for-windows/… Read More
Python for Machine Learning: Indexing and Slicing for Lists, Tuples, Strings, and other Sequential Types List is arguably the most useful and ubiquitous type in Python. One of the reasons it’s so handy is Python slice notation. In short, slicing is a flexible tool to build new lists out of an existing list. Python supports slice notation for any sequential data type like lists, strings, tuples, bytes, bytearrays, and ranges.… Read More
flask-mdict 架设自己的 MDict Web Server https://github.com/liuyug/flask-mdict! 针对非 IT 人员,多说些: 1. 安装 python3,加入到 windows 路径2. 下载 https://github.com/liuyug/flask-mdict/archive/master.zip 并解压缩3. 打开 cmd 窗口,进入解压缩目录4. 安装依赖包,pip3 install -r requirements.txt5.建立 content 目录, mkdir content8 I. I; a3 d* r6. 下载词频信息 https://github.com/skywind3000/ECDICT/raw/master/ecdict.csv7.将 ecdict.csv 转换为 sqlite3 格式,ecdict.db, 移动到 content 目录下,如果没有不能显示词频信息,其他不影响, 8.将词典文件,mdx/mdd 放到 content 目录下,牛津/朗文/汉典…9.在 cmd 窗口解压缩目录下,运行 flask run10. 浏览器访问 http://127.0.0.1:5000/ 对词典的要求:1. 词典的内容如果是 html 格式,html 的标签必须配对,特别是 <div>,如果缺少会影响后续内容的排版/ 2. 词典如果使用 css ,要求 css 必须符合规范,比如 style 的名字中间不能有空格,style… Read More
Microsoft IME + Japanese Useful ShortCut Press Alt + Shift to change the input language Press Ctrl + Caps Lock to change to Hiragana Press Alt + Caps Lock to change to Katakana Press Alt + ~ to toggle between alphanumeric and kana modes… Read More
阿里靠什么武功秘籍渡过“双十一“的天量冲击 AI与最新技术演进 介绍人工智能与量子计算、数字货币等方面的最新技术。 beyondma ¥9.901人订阅 去订阅 双十一大概会产生多大的数据量呢,可能大家没概念,举个例子央视拍了这么多年电视新闻节目,几十年下来他存了大概80P的数据。而今年双11一天,阿里要处理970P的数据,做为一个IT人,笔者认为今年”双十一“阿里最大的技术看点有有以下两个: 阿里的数据库,也就是刚刚拿下TPC冠军的OcceanBase,处理峰值也达到了骇人听闻的6100万次/秒, 阿里核心系统百分百上云了。 如果把信息系统比做一个武林高手,那么如此之大的交易量代表了他的刚猛威武,而全面触云又代表他灵动飘逸。而能把刚猛和灵活完美结合是简直是神才能达到的境界。 上云虽好,但不适合大规模计算,由于底层与用户之间多了一个虚拟化层,所以云计算平台一般都会产生10%左右的调度损耗,而这10%的损耗也让很多密集计算型的应用场景不太合适使用云平台。所以站在IT视角,云计算也不太合适双十一的场景。那么阿里刚猛兼顾灵活的武功是如何练成的呢? 乾坤大挪移-Tair 通过阿里的官宣来看在Tair之前还有一个LVS的负载均衡层,不过那些都不是国产的自研技术,也不细表了。 Tair是阿里自研的开源缓存服务中间件(Github地址:。https://github.com/alibaba/tair)提供快速访问的内存(MDB引擎)/持久化(LDB引擎)存储服务,基于高性能、高可用的分布式集群架构,满足读写性能要求高及容量可弹性伸缩的业务需求,在双十一秒杀的体系内完成乾坤大挪移般的加速工作。 通常情况下,一个 Tair 集群中包含2台 Configserver 及多台 DataServer。其中两台 Configserver 互为主备。通过和 Dataserver 之间的心跳检测获取集群中存活可用的 Dataserver,构建数据在集群中的分布信息。Dataserver 负责数据的存储,并按照 Configserver 的指示完成数据的复制和迁移工作。Client 在启动的时候,从 Configserver 获取数据分布信息,根据数据分布信息,和相应的 Dataserver 进行交互,完成用户的请求。 其核心的模块就是Configserver,具体的代码在https://github.com/alibaba/tair/blob/master/src/configserver/conf_server_table_manager.cpp 以初始化函数为例: using namespace std; void conf_server_table_manager::init() { flag = client_version = server_version = server_bucket_count = server_copy_count = plugins_version = area_capacity_version = last_load_config_time… Read More
‘Sell me this pen:’ The real answer to The Wolf of Wall Street’s challenge “The real answer is, before I’m even going to sell a pen to anybody, I need to know about the person, I want to know what their needs are, what kind of pens do they use, do they use a pen? How often do they use a pen? Do they like to use a pen… Read More
How To Ask Questions The Smart Way http://www.catb.org/~esr/faqs/smart-questions.html Before You Ask Before asking a technical question by e-mail, or in a newsgroup, or on a website chat board, do the following: Try to find an answer by searching the archives of the forum or mailing list you plan to post to. Try to find an answer by searching the Web. Try to… Read More