Code Monkey home page Code Monkey logo

match-you's Issues

tips建议

最后的tips,建议放到readme前面去吧,防止有出现和我一样粗心的小伙伴(指没看完readme就开始混pr了)。

添加开源协议

请给本项目添加开源协议,方便大家合规的引用此项目。

另外这是我唯一不建议使用 996.ICU 协议的仓库。

环境变量也是配置的重要一环,建议一起干掉

考虑到各种环境变量,也是重要的一个配置项,建议一起初始化掉。
能想到的有:

  • javahome、gopath等一众“重要”环境变量。
  • 使用gredle之类工具里面,私有库的证书、git配置、git的ssh配置等。
    git的配置,比如啥core.longpath, ssl之类的还是挺让人头疼的。
  • 应该不用把.vscode,.vs干掉吧。。。这个有点过分了。(如果不在git库里面也推荐干掉)

feat: Java/KT 清理不完整

对于抓哇:

  1. Maven本地缓存
  2. Maven本地仓库($HOME/.m2)
  3. Gradle默认HOME($HOME/.gradle,在没有指定$GRADLE_HOME时)

对于科特林:

  1. 上面全部
  2. konan缓存($HOME/.konan)

nuget 的可能存在修改了配置

nuget 的可能存在修改了配置
在原有的获取文件夹获取不到的情况下,可以执行下面命令进行获取

dotnet nuget locals all --list

其他命令

# Clear the 3.x+ cache (use either command)
dotnet nuget locals http-cache --clear
nuget locals http-cache -clear

# Clear the 2.x cache (NuGet CLI 3.5 and earlier only)
nuget locals packages-cache -clear

# Clear the global packages folder (use either command)
dotnet nuget locals global-packages --clear
nuget locals global-packages -clear

# Clear the temporary cache (use either command)
dotnet nuget locals temp --clear
nuget locals temp -clear

# Clear the plugins cache (use either command)
dotnet nuget locals plugins-cache --clear
nuget locals plugins-cache -clear

# Clear all caches (use either command)
dotnet nuget locals all --clear
nuget locals all -clear

骗子!

我写了一个脚本把这个项目运行了100次啥都没删掉

Minecraft 配你吗可行性分析

Minecraft 的环境配置也个头疼问题,

mc 主程序配置 options.txt server.properties 之类的
mc 扩展包之类的 bukkit.yml .etc
mc 插件配置文件 script/* config/* plugins/* 以及比较出名的不规整的插件 dynmap 之类的

看起来还是可以做的

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.