V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
jeesk
V2EX  ›  Android

cs.android.com 代码无法复制?

  •  
  •   jeesk · 7 天前 · 1080 次点击

    问了 gemini , 说是保护知识产权.

    第 1 条附言  ·  7 天前
    后面下了一个 super copy 插件搞定
    8 条回复    2024-11-11 17:47:52 +08:00
    SunsetShimmer
        1
    SunsetShimmer  
       7 天前
    Firefox 能复制。
    Donaldo
        2
    Donaldo  
       7 天前
    private:
    Framework();
    ~Framework() = default;

    Framework(const Framework &) = delete;
    Framework &operator=(const Framework &) = delete;

    void run_test(const TestInfo &info, TestCaseFactory &test_factory);
    std::map<TestResult::Status, int> count_test_results() const;

    /** Returns the current test suite name.
    *
    * @warning Cannot be used at execution time to get the test suite of the
    * currently executed test case. It can only be used for registering test
    * cases.
    *
    * @return Name of the current test suite.
    */

    Chrome 也可以,随便复制了一段 https://cs.android.com/android/platform/superproject/main/+/main:external/ComputeLibrary/tests/framework/Framework.h;l=326
    Configuration
        3
    Configuration  
       7 天前
    复制畅通无阻。

    AI 最擅长一本正经胡说八道
    ronman
        4
    ronman  
       7 天前
    这种事情为啥要问 ai 。。。
    LanhuaMa
        5
    LanhuaMa  
       6 天前
    我怎么复制一点问题都没有...
    344457769
        6
    344457769  
       6 天前
    前排提醒,不推荐使用 SuperCopy ,/t/1084504
    jeesk
        7
    jeesk  
    OP
       6 天前
    @344457769 多些提醒。
    foldervapp
        8
    foldervapp  
       3 天前
    AOSP 是 apache 协议的,肯定可以复制。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2602 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 15:58 · PVG 23:58 · LAX 07:58 · JFK 10:58
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.