Giter Club home page Giter Club logo

doc's Introduction

百度网盘

其它

WiFi万能钥匙下载
纸币收藏文字转语音谷歌地图上驾驶车辆机器人布吉的舞蹈
图片设计图片放入手机模型键盘娱乐

#CMD命令(获取Wifi密码)
netsh wlan show profile
netsh wlan export profile folder=C:\ key=clear

批量清空代码注释

# Visual Studio Code
  # 打开项目代码目录 > Ctrl+Shift+F
  > 搜索:\/\*[\s\S]*\*\/|\/\/.*  # 使用正则表达式(Alt+R)
  > 要包含的文件:*.cs *.c *.cpp *.h *.js *.ts ...
# Visual Studio ^2019
  # 打开项目解决方案 > Ctrl+Shift+F > 选择“在文件中替换”:
  > 搜索:^[ \t]*//[^\n]*\n            # 使用正则表达式(Alt+E) > 删除注释
  > 搜索:^[ \t]*//[^\n]*Token[^\n]+\n # 使用正则表达式(Alt+E) > 删除注释(包含Token)
  > 搜索:^(?([^\r\n])\s)*\r?$\r?\n    # 使用正则表达式(Alt+E) > 删除空行
  > 查找范围:整个解决方案
  > 文件类型:默认或手动选择

doc's People

Contributors

angenal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.