2500以内就没有好用的笔记本 - V2EX
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
document.addEventListener('DOMContentLoaded', function() { // Function to escape HTML entities function escapeHtml(text) { if (!text) return ''; var div = document.createElement('div'); div.textCOntent= text; return div.innerHTML; } // Function to render campaign based on display format function renderCampaign(campaign) { let html = ''; let displayFormat = campaign.display_format || 'text-only'; let title = escapeHtml(campaign.title); let description = escapeHtml(campaign.description); let callToAction = escapeHtml(campaign.call_to_action); let link = escapeHtml(campaign.link); // Check if required image URL is available for the display format, fallback to text-only if not if (displayFormat === 'small-with-description' && !campaign.img_small_url) { displayFormat = 'text-only'; } else if (displayFormat === 'banner-only' && !campaign.img_banner_url) { displayFormat = 'text-only'; } else if ((displayFormat === 'big-only' || displayFormat === 'big-with-description' || displayFormat === 'big-with-title-description-button') && !campaign.img_big_url) { displayFormat = 'text-only'; } html = `
${title}
`; switch(displayFormat) { case 'text-only': html += `
${description}
`; break; case 'small-with-description': html += `
${campaign.img_small_cid ? `
` : ''}
${description}
`; break; case 'banner-only': html += `
`; break; case 'big-only': html += `
`; break; case 'big-with-description': html += `
`; html += `
${description}
`; break; case 'big-with-title-description-button': html += `
`; html += `
${description}
`; html += ``; break; default: html += `
${description}
`; } html += `` return html; } // Load campaign from emitter var xhr = new XMLHttpRequest(); xhr.open('GET', '/pro/emitter', true); xhr.setRequestHeader('Content-Type', 'application/json'); xhr.Onreadystatechange= function() { if (xhr.readyState === 4) { if (xhr.status === 200) { try { var campaign = JSON.parse(xhr.responseText); if (campaign && campaign.id) { var html = renderCampaign(campaign); document.getElementById('pro-campaign-container').innerHTML = html; } else { // No campaign to display, hide the container document.getElementById('pro-campaign-container').style.display = 'none'; } } catch (e) { // Parse error, hide the container document.getElementById('pro-campaign-container').style.display = 'none'; console.log('Error parsing campaign data: ' + e.message); } } else { // HTTP error, hide the container document.getElementById('pro-campaign-container').style.display = 'none'; console.log('Error loading campaign: HTTP ' + xhr.status); } } }; xhr.send(); });
59973
V2EX    硬件

2500以内就没有好用的笔记本

  •  
  •   59973 2023-12-13 13:40:49 +08:00 via Android 2806 次点击
    这是一个创建于 671 天前的主题,其中的信息可能已经有所发展或是发生改变。
    模仿一下外站的口吻,v2ex 全是大佬,求推荐一个 2500 以内的性能本显卡比亮机卡好点就行,全新二手都行!

    谢谢各位大佬了,选了好长时间了!
    22 条回复    2023-12-30 02:37:17 +08:00
    QUC062IzY3M1Y6dg
        1
    QUC062IzY3M1Y6dg  
       2023-12-13 14:23:18 +08:00
    额 这个价位不如自己组一个,扣扣配置应该够
    二手笔记本也都是多少年前的了,开个网页卡半天
    kanepan19
        2
    kanepan19  
       2023-12-13 15:04:53 +08:00   2
    amd 5800h 轻薄本,咸鱼
    llhhss
        3
    llhhss  
       2023-12-13 15:15:10 +08:00   1
    你说的对 [doge]
    coderluan
        4
    coderluan  
       2023-12-13 15:16:52 +08:00
    模仿的一点不到位。

    恕我直言,2500 以内的笔记本电脑都是垃圾,不服来辩。

    楼主便携性要求高么,这价位可以买个 1500 左右的 AMD 主机,然后再配个便携显示器。
    murmur
        5
    murmur  
       2023-12-13 15:17:39 +08:00
    这个价格二手能买到 5800u 的么
    asdgsdg98
        6
    asdgsdg98  
       2023-12-13 15:22:37 +08:00
    品相稍微好点的二手都难买
    24
        7
    24  
       2023-12-13 15:29:32 +08:00
    我有一个小新 pro13 2020 版,amd 4800u 16 + 512 版本的,楼主有意的话可以联系我,查了下同款的 4600u 版本闲鱼大概标价 1800 左右,我就标价 1900 吧,成色应该算尚可,一直连显示器+键盘+鼠标用的,包邮了,base64 加密 绿色聊天软件 d2FudHNz
    24
        8
    24  
       2023-12-13 15:30:40 +08:00
    @24 #7 补充,加绿色然后走闲鱼交易。
    ZhouHeiYaWang
        9
    ZhouHeiYaWang  
       2023-12-13 15:46:14 +08:00
    啊啊啊,你说得对,确实没好用的
    lakehylia
        10
    lakehylia  
       2023-12-13 15:48:36 +08:00   1
    神船啊,没别的牌子了
    LYwyc2
        11
    LYwyc2  
       2023-12-13 15:49:17 +08:00
    恕我直言,3000 以内的笔记本电脑都是垃圾,纯纯浪费钱,有这钱不如去买基金
    OBNtHBZY3N3lxGVT
        12
    OBNtHBZY3N3lxGVT  
       2023-12-13 15:50:21 +08:00
    啊对对对,大家都是用五万起步的笔记本的,谁用 2500 的啊,你买个手机都行啊
    18xlX5iTe9mdoau0
        13
    18xlX5iTe9mdoau0  
       2023-12-13 15:51:46 +08:00   1
    晨光和得力都不错
    GP1
        14
    GP1  
       2023-12-13 16:15:50 +08:00
    thqw0925
      nbsp; 15
    thqw0925  
       2023-12-13 16:31:47 +08:00
    看看闲鱼/淘宝还能不能找到正在清库存的 11 代 intel NUC laptop M15 ,一般是银色 8G 内存 11 代 i5
    优势是大电池加全金属机身,清华同方代工的
    littlewing
        16
    littlewing  
       2023-12-13 16:43:11 +08:00
    你说得对,确实没有
    sx931210
        17
    sx931210  
       2023-12-13 17:16:27 +08:00
    牛逼牛逼,说的不错
    kriko
        18
    kriko  
       2023-12-13 17:39:22 +08:00
    闲鱼蹲,说不定能捡到一个 6800h 笔记本
    murmur
        19
    murmur  
       2023-12-13 17:43:22 +08:00
    那这么说我这有个 5800u 可以出给你,广州,不一定,看新的 intel ultra 啥素质
    LDa
        20
    LDa  
       2023-12-14 13:46:31 +08:00
    不如买台 steam deck 试试?
    sephiroka
        21
    sephiroka  
       2023-12-22 16:13:02 +08:00
    2999 有一个悟空啥的,我朋友刚买
    vinckdu997
        22
    vinckdu997  
       2023-12-30 02:37:17 +08:00 via Android
    二手 ThinkPad T14
    关于     帮助文档     自助推广系统     博客     API     FAQ     Solana     2988 人在线   最高记录 6679       Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 24ms UTC 13:46 PVG 21:46 LAX 06:46 JFK 09:46
    Do have faith in what you're doing.
    ubao snddm index pchome yahoo rakuten mypaper meadowduck bidyahoo youbao zxmzxm asda bnvcg cvbfg dfscv mmhjk xxddc yybgb zznbn ccubao uaitu acv GXCV ET GDG YH FG BCVB FJFH CBRE CBC GDG ET54 WRWR RWER WREW WRWER RWER SDG EW SF DSFSF fbbs ubao fhd dfg ewr dg df ewwr ewwr et ruyut utut dfg fgd gdfgt etg dfgt dfgd ert4 gd fgg wr 235 wer3 we vsdf sdf gdf ert xcv sdf rwer hfd dfg cvb rwf afb dfh jgh bmn lgh rty gfds cxv xcv xcs vdas fdf fgd cv sdf tert sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf shasha9178 shasha9178 shasha9178 shasha9178 shasha9178 liflif2 liflif2 liflif2 liflif2 liflif2 liblib3 liblib3 liblib3 liblib3 liblib3 zhazha444 zhazha444 zhazha444 zhazha444 zhazha444 dende5 dende denden denden2 denden21 fenfen9 fenf619 fen619 fenfe9 fe619 sdf sdf sdf sdf sdf zhazh90 zhazh0 zhaa50 zha90 zh590 zho zhoz zhozh zhozho zhozho2 lislis lls95 lili95 lils5 liss9 sdf0ty987 sdft876 sdft9876 sdf09876 sd0t9876 sdf0ty98 sdf0976 sdf0ty986 sdf0ty96 sdf0t76 sdf0876 df0ty98 sf0t876 sd0ty76 sdy76 sdf76 sdf0t76 sdf0ty9 sdf0ty98 sdf0ty987 sdf0ty98 sdf6676 sdf876 sd876 sd876 sdf6 sdf6 sdf9876 sdf0t sdf06 sdf0ty9776 sdf0ty9776 sdf0ty76 sdf8876 sdf0t sd6 sdf06 s688876 sd688 sdf86