• 2024-04-16自定义pre-commit 开发格式简单说明
    内容来自官方文档,主要是简单说明下,方便学习约定git项目需要包含.pre-commit-hooks.yaml文件,里边内容格式如下-id:trailing-whitespacename:TrimTrailingWhitespacedescription:Thishooktrimstrailingwhitespace.entry:trailing-w
  • 2024-03-24Trim的使用 C#
    Trim的使用Thesemethodsaredesignedfortrimmingcharactersfromstrings.Here'sabreakdownofeachmethod,alongwithexamplesoftheirusage:1.Trim(chartrimChar):Removesallleadingandtrailinginstancesofaspecificcharacterfromastring
  • 2023-11-17Source Insight空格显示异常
    摘自:https://blog.csdn.net/ljz0929/article/details/108300470 有时候在使用sourceinsight的会发现两个变量命名有多个空格,但是显示的只有一个空格,还有可能连在了一起的情况。这时我们只需要设置一下,关闭FixedWhitespace功能即可。 
  • 2023-09-27How to add a string that contains whitespace to array in shell script All In One
    HowtoaddastringthatcontainswhitespacetoarrayinshellscriptAllInOneIhavetriedsomewaystoaddastringwhichcontainwhitespacetoarrayinshellscript,butfailed.stringvariablesconcatenate#!/usr/bin/envbashstr1="hello&qu
  • 2023-04-24VSCode选中空行时光标自动回到行首位置的问题记录
    1、问题描述由于最近更换了VSCode编辑器,出现了一些和之前使用VS不一样的地方,比如当我按下回车新开一行时,会发现该行的格式是正确的,光标会在正确的位置,但是当我继续回车时,上一个空行的格式会被清掉,光标会回到行首2、解决方案1、首先通过RenderWhitespace=all打开了空格显示
  • 2023-02-23深入学习jquery源码之filter()与find()
    深入学习jquery源码之filter()与find()filter(expr|obj|ele|fn)概述筛选出与指定表达式匹配的元素集合。这个方法用于缩小匹配的范围。用逗号分隔多个表达式参数expr Strin
  • 2023-02-01代码规范配置editorconfig
    root=true[*]#表示所有文件适用charset=utf-8#设置文件字符集为utf-8indent_style=space#缩进风格indent_size=2#缩进大小end_of_line=lf#控制
  • 2022-12-11python 操作 WhiteSpace 语言
    python操作WhiteSpace语言目录python操作WhiteSpace语言1WhiteSpace简介2Python操作栈流程1WhiteSpace简介WhiteSpace,是一种只用空白字符(空格,TAB和回车)编
  • 2022-11-07用Rust刷leetcode第八题
    ProblemImplement ​​atoi​​​ which convertsastringtoaninteger.Thefunctionfirstdiscardsasmanywhitespacecharactersasnecessaryuntilthefirst
  • 2022-08-28[转]Python PEP8 代码规范常见问题及解决方法
    转自:https://blog.csdn.net/qq_36759224/article/details/89304878 Python的PEP8代码规范,将常见的PEP8代码规范问题和解决方法记录一下,学习一下,养成良好