所以你们有没有觉得非常不错的个人博客可以推荐一些? - V2EX
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
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(); });
AlwaysBee
24.8D
0.87D

所以你们有没有觉得非常不错的个人博客可以推荐一些?

  •  2
     
  •   AlwaysBee Apr 11, 2017 9591 views
    This topic creted in 3316 days ago, the information mentioned may be changed or developed.

    我发现一些个人博主写得文章非常的不错,但是被发现的成本太高了,所以想在这里征集一些大家认为不错的个人博客

    PS :估计有些人又想借楼怒刷一波存在感了,如果你觉得自己的就很不错,欢迎厚着脸皮自荐,哈哈

    Supplement 1    Apr 11, 2017
    我是认真的
    Supplement 2    Apr 12, 2017
    又有人来骗流量了,有点诚意嘛,铜币不是问题。。。
    47 replies    2017-04-19 21:14:00 +08:00
    isCyan
        1
    isCyan  
       Apr 11, 2017 via Android   2
    又是一个月经晒博客骗铜币贴哈哈(逃
    AlwaysBee
        2
    AlwaysBee  
    OP
       Apr 11, 2017
    @isCyan 没有,我是认真的
    chairuosen
        3
    chairuosen  
       Apr 11, 2017   2
    推荐一个,不是我的 http://spaces.ac.cn/
    AlwaysBee
        4
    AlwaysBee  
    OP
       Apr 11, 2017   1
    我自己推荐几个吧
    湾区日报 https://wanqu.co/
    一个自由职业者的 https://blog.ashchan.com/
    前同事的(主要关于 Go) http://zenlife.tk/index
    misaka19000
        5
    misaka19000  
       Apr 11, 2017 via Android   1
    designer
        6
    designer  
       Apr 11, 2017   1
    下面这个地址已经占了 V2EX 博主们的半壁江山
    http://chuangzaoshi.com/friends
    Kilerd
        7
    Kilerd  
       Apr 11, 2017
    @designer 才这么点就 半壁江山了??


    顺便贴一波博客, 偏偏流量

    https://www.kilerd.me
    corboy
        8
    corboy  
       Apr 11, 2017   2
    http://tech.meituan.com/ 不算个人博客,算企业博客吧,不过质量不错
    visionsmile
        9
    visionsmile  
       Apr 11, 2017
    自己的博客,主要是 C/C++方面的笔记和文章 http://imzlp.me/
    bdbai
        10
    bdbai  
       Apr 11, 2017 via Android   1
    bluebird0605
        11
    bluebird0605  
       Apr 11, 2017 via iPhone
    留一个人 dailyio.me
    bluebird0605
        12
    bluebird0605  
       Apr 11, 2017 via iPhone   1
    AlwaysBee
        13
    AlwaysBee  
    OP
       Apr 11, 2017
    @bluebird0605 非常棒
    boolean93
        14
    boolean93  
       Apr 11, 2017 via iPhone   1
    不觉得我的博客非常不错,但是域名不错。 ios.dog
    sorra
        15
    sorra  
       Apr 11, 2017
    我刚在隔壁楼 t/354186 贴了自己造的社区,我在上面写博客 https://www.qingjingjie.com/
    billion
        16
    billion  
       Apr 11, 2017   1
    wbolor
        17
    wbolor  
       Apr 11, 2017
    woorz
        19
    woorz  
       Apr 11, 2017
    http://sanshan.ren 在 GCE 看下速度
    sumhat
        20
    sumhat  
       Apr 12, 2017
    来晚了 https://leonax.net/

    GCE
    wangjialin
        21
    wangjialin  
       Apr 12, 2017
    美食博主五月天 一个热爱生活善于发现生活美好的“技术”博客 gleamwang.com 都好几个月没更竟然还有人访问也是感动
    geelaw
        22
    geelaw  
       Apr 12, 2017
    Old New Thing 啊! https://blogs.msdn.microsoft.com/oldnewthing/

    然后我的 blog 一些理念是我阅读 Old New Thing 之后自己觉得或提炼出来的,主要凝结在网页的前端设计上,也厚脸皮拉个流量(但是没有任何变现渠道,在最近也没有变现的可能或打算) https://geelaw.blog/ 博文属于一阵一阵的,没有特别的主题。
    DearTanker
        23
    DearTanker  
       Apr 12, 2017
    我觉得自己的博客(杂)还不错:
    https://blog.deartanker.com

    然后我觉得朋友的博客( Java )更不错:
    http://tengj.top/
    missdeer
        24
    missdeer  
       Apr 12, 2017   1
    纯粹骗点击: https://blog.minidump.info/
    weiwei202
        25
    weiwei202  
       Apr 12, 2017   1
    那我就厚着脸皮推荐自己的了。。。 http://shouxieke.net
    cai314494687
        26
    cai314494687  
       Apr 12, 2017
    我来推荐几个:
    cai314494687
        27
    cai314494687  
       Apr 12, 2017   1
    Lucups
        28
    Lucups  
       Apr 12, 2017
    看来要自荐一把了 https://tony.engineer/

    重点是域名比文章好看。
    helloSwift
        29
    helloSwift  
       Apr 12, 2017
    @missdeer 挺好
    windfarer
        30
    windfarer  
       Apr 12, 2017
    又到了一个晒博客骗流量的时间 https://farer.org
    viosey
        31
    viosey  
       Apr 12, 2017 via Android
    又到了一个晒博客骗流量的时间 https://blog.viosey.com
    ylsc633
        32
    ylsc633  
       Apr 12, 2017
    我一直以为就我的博客可能打开的比较慢!我随机点了上面的五个。。嗯!比我的还慢。。

    随手 https://www.iphpt.com
    livc
        33
    livc  
       Apr 12, 2017
    楼上所有博客已 D
    shustrovsky
        34
    shustrovsky  
       Apr 12, 2017
    又到了晒博客时间 赶紧搭上这班车!
    http://imshu.cc
    solrted
        35
    solrted  
       Apr 12, 2017
    发在这里的博客地址清一色上了 https,有几个没上 https 的你们要好好反思反思了!!!
    windfarer
        36
    windfarer  
       Apr 12, 2017
    @weiwei202 这个站我喜欢!
    orzfly
        37
    orzfly  
       Apr 12, 2017 via Android
    https://wiki.orzfly.com 虽然不是博客而是笔记)
    chunqiuyiyu
        38
    chunqiuyiyu  
       Apr 12, 2017 via iPhone
    晒博客,骗流量喽! http://www.chunqiuyiyu.com
    cqcn1991
        39
    cqcn1991  
       Apr 12, 2017 via iPhone
    idblife
        40
    idblife  
       Apr 12, 2017
    yjxjn
        41
    yjxjn  
       Apr 12, 2017
    SingeeKing
        42
    SingeeKing  
    PRO
       Apr 12, 2017
    额,我也来一个?
    主要是给自己看的= =

    https://singee.me
    xiubin
        43
    xiubin  
       Apr 13, 2017
    咦,这个不错 https://sanyucz.top/
    tomato3
        44
    tomato3  
       Apr 13, 2017 via Android
    jwdstefanie
        45
    jwdstefanie  
       Apr 13, 2017
    又到了 show 博客的时刻 show time~ www.jwdstef.com
    haoyu0023
        46
    haoyu0023  
       Apr 16, 2017
    @bluebird0605 坡爷在这自荐啊!!!
    289838089
        47
    289838089  
       Apr 19, 2017 via iPhone
    shangrui.pub
    About     Help     Advertise     Blog     API     FAQ     Solana     2921 Online   Highest 6679       Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 232ms UTC 11:57 PVG 19:57 LAX 04:57 JFK 07:57
    Do have faith in what you're doing.
    ubao msn 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