haha512

haha512

V2EX member #405446, joined on 2019-04-24 09:36:08 +08:00
技术会有进步吗
程序员  •  haha512  •  Oct 12, 2023
已开始的 app 备案
  •  2   
    分享发现  •  haha512  •  Nov 12, 2023  •  Lastly replied by bilibiliQQ
    16
    这是一个 PHP 的 整数 浮点数转换 bug?
    程序员  •  haha512  •  Jul 10, 2023  •  Lastly replied by Symo
    12
    一种神奇的感觉
    问与答  •  haha512  •  Jun 17, 2023  •  Lastly replied by whh945atsyzx
    48
    一元机场节点安全吗,不会是钓鱼吧
    程序员  •  haha512  •  Dec 16, 2025  •  Lastly replied by woyaobaofu
    122
    这个 gitee 项目的 REMDME.md 哪个会是敏感词
    程序员  •  haha512  •  Oct 16, 2022  •  Lastly replied by Cy86
    55
    haha512's recent replies
    Oct 11, 2023
    Replied to a topic by test9106 程序员 清晰点的卫星地图
    卫星地图一般都是几年前的数据吧,看停车位没啥用,还是街景吧
    Oct 11, 2023
    Replied to a topic by lanweizhujiao 程序员 Java 自己写什么功能可以提升技术?
    模仿 laravel DB 写个 95%还原的 java 版吧。

    https://laravel.com/docs/10.x/queries


    ```

    $users = DB::table('users')
    ->join('contacts', 'users.id', '=', 'contacts.user_id')
    ->join('orders', 'users.id', '=', 'orders.user_id')
    ->select('users.*', 'contacts.phone', 'orders.price')
    ->get();

    $latestPosts = DB::table('posts')
    ->select('user_id', DB::raw('MAX(created_at) as last_post_created_at'))
    ->where('is_published', true)
    ->groupBy('user_id');

    $users = DB::table('users')
    ->where('votes', '>', 100)
    ->orWhere('name', 'John')
    ->get();

    $users = User::where(function (Builder $query) {
    $query->select('type')
    ->from('membership')
    ->whereColumn('membership.user_id', 'users.id')
    ->orderByDesc('membership.start_date')
    ->limit(1);
    }, 'Pro')->get();


    ```
    7. 锁屏界面负一屏无法关闭。什么脑残设计.

    ---
    这个可以关闭,设置-搜索负一屏,智能助理关闭
    Oct 10, 2023
    Replied to a topic by lanweizhujiao 程序员 Java 自己写什么功能可以提升技术?
    写一个轻量级的 spring boot 类似 国内 solon ,orm 类似 laravel ORM 般好用
    Oct 10, 2023
    Replied to a topic by lcbyfc1 分享创造 第一个发布的个人网站,纯属好玩
    虽然但是。
    F12 打开浏览器控制台,(十进制数字).toString(2) 马上出结果

    Oct 9, 2023
    Replied to a topic by muchenlou 情感问题 失恋了,怎么才能不去想她
    找一个新的,这是最好的方法,没有之一
    在工作中,应该考虑自己的决定和行动会对同事带来的影响吗?
    在生活中,会在乎、关心朋友的感受吗
    在家庭里,应该考虑、在意父母的面子吗

    或者 我命由我不由天,我想咋办就咋办,耶稣来了也不行
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3166 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 00:22 · PVG 08:22 · LAX 17:22 · JFK 20:22
    ♥ Do have faith in what you're doing.