搜索结果

  • …源码编译比较简单,但是如果要运行其测试,在mac上还是有些折腾。sqlite3运行测试需要tcl8.6,自带的无法使用(/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/ CFLAGS="-DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_TEMP_STORE=3 -DSQLITE_HAS_CODEC -I/usr/local/opt/openssl/include/" \ …
    5 KB(418个字) - 2023年12月18日 (一) 15:47
  • …on MacOS], 因为在Mac上一直没有找到免费且又比较好用的C++开发工具。但相比起Visual Studio而言,Visual Studio Code还是太简陋了。而今时不同往日了,现在比较倾向于使用C = Visual Studio Code= …
    6 KB(308个字) - 2023年12月19日 (二) 05:58
  • ===为维护者写程序(Write Code for the Maintainer)=== ===代码复用(Code Reuse is Good)=== …
    5 KB(84个字) - 2024年1月18日 (四) 09:00
  • …t you should be able to change class behaviour without altering its source code. How is that possible? Simple, you can derive from class, you can plug in… …add method causes list’s size to grow by 2 instead of 1, you may break the code that uses your class instead of standard ArrayList. And compiler has no way …
    4 KB(720个字) - 2024年1月18日 (四) 08:59