Skip to content
  • Gogs部署坑死我了...

    编程
    3
    0 Votes
    3 Posts
    919 Views
    BruceB

    @闲淡酱 ubuntu的docker还要自己加PPA所以我就懒得搞了,倒是ArchLinux直接加到官方仓库里了,deb系快和他学学啊

  • 破事氵

    水区
    1
    0 Votes
    1 Posts
    721 Views
    No one has replied
  • 破事氵

    水区
    1
    0 Votes
    1 Posts
    635 Views
    No one has replied
  • 0 Votes
    3 Posts
    924 Views
    闲淡酱

    @bruce 中间多了个 ] ,帮你处理了😁

  • 图片上传恢复正常

    站务
    4
    0 Votes
    4 Posts
    2k Views
    BruceB

    @闲淡酱 QQ图片20201116024302.gif

  • 来氵了

    水区
    1
    0 Votes
    1 Posts
    619 Views
    No one has replied
  • 0 Votes
    1 Posts
    552 Views
    No one has replied
  • 把我的VIM配置上传到码云了

    Linux
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 尝试一下码云的挂件功能...

    编程
    1
    0 Votes
    1 Posts
    487 Views
    No one has replied
  • 0 Votes
    6 Posts
    898 Views
    BruceB
    第11话

    真就剧情全靠乱编呗
    博士和BOSS都是外星人,BOSS是博士的妻子,外星的兴亡把她变成了怪物,博士为了救妻子研制疫苗(我就先不吐槽疫苗治病这个bug了)
    你说你研制疫苗也就算了,为什么还要先研制一个能增强怪物能力的药?
    然后主角团在打BOSS,博士不去阻止,埋头继续研制疫苗。
    然后主角团把BOSS杀了,博士刚好研制完疫苗,赶到现场,然后开始讲故事,然后说我没有目标了,我要反水,主角都去死吧(我:???)
    我寻思好几集之前BOSS出现的时候你怎么不说?就为了剧情强行不说?

    还有这一集彻底把第一集的设定吃了,2个主角团成员被GIBIA刺中,只要几秒就可以被同化。说好的5小时呢?

    然后主角团开始排队送死
    A:我来阻止他!...A卒
    众(站着不动):A你怎么死了!...B卒
    众(站着不动):B你怎么死了!...C卒
    (其实因为出场太少,我连ABC是谁,叫什么名都记不清了)

    难道新冠肺炎还会影响智商?祝愿病魔早日战胜制作组人员。

  • 0 Votes
    2 Posts
    529 Views
    BruceB

    @Bruce 稍微改变了一下按键方式,现在是用右手无名指去按=\了,舒服多了

  • Go的OOP就是个残废

    编程
    1
    0 Votes
    1 Posts
    457 Views
    No one has replied
  • 推荐一下我的vim配置

    Linux
    3
    0 Votes
    3 Posts
    2k Views
    BruceB

    @Bruce 持续折腾中...把万年不更新的Vundle换成了vim-plug

    使用新的vim-plug进行插件管理 使用coc.nvim以及各种插件进行代码补全
    8WFR_BBO@PJ_XV0DLY_U_A8.png set nocompatible call plug#begin('~/.vim/plugged') Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'tomasiser/vim-code-dark' Plug 'tpope/vim-fugitive' Plug 'vim-airline/vim-airline' Plug 'honza/vim-snippets' Plug 'octol/vim-cpp-enhanced-highlight' " All of your Plugins must be added before the following line call plug#end() let g:coc_global_extensions=['coc-cmake', 'coc-json', 'coc-python', 'coc-html', 'coc-tsserver', 'coc-snippets', 'coc-highlight'] let g:cpp_class_scope_highlight=1 let g:cpp_member_variable_highlight=1 let g:cpp_class_decl_highlight=1 let g:cpp_posix_standard=1 let g:cpp_experimental_simple_template_highlight=1 let g:cpp_concepts_highlight=1 " coc completion settings inoremap <silent><expr> <TAB> \ pumvisible()? coc#_select_confirm() : \ coc#expandableOrJumpable() ? "\<C-r>=coc#rpc#request('doKeymap', ['snippets-expand-jump',''])\<CR>" : \ <SID>check_back_space()? "\<TAB>" : \ coc#refresh() function! s:check_back_space() abort let col = col('.') - 1 return !col || getline('.')[col - 1] =~# '\s' endfunction let g:coc_snippet_next='<tab>' filetype plugin indent on set t_Co=256 set t_ut= colorscheme codedark set laststatus=2 set nowrap set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab set nu set smartindent set cursorline set cc=81 inoremap ' ''<ESC>i inoremap " ""<ESC>i inoremap ( ()<ESC>i inoremap [ []<ESC>i " inoremap < <><ESC>i inoremap ` ``<ESC>i inoremap { {}<ESC>i let g:airline#extensions#hunks#enabled=0 let g:airline#extensions#branch#enabled=1 if !exists('g:airline_symbols') let g:airline_symbols = {} endif let g:airline_symbols.space = "\ua0"
  • 0 Votes
    2 Posts
    527 Views
    a-wingA

    我觉得不兼容是正常的(

  • 0 Votes
    2 Posts
    509 Views
    a-wingA

    学什么 Java 。赶快过来用 golang

  • 0 Votes
    1 Posts
    452 Views
    No one has replied
  • 0 Votes
    1 Posts
    526 Views
    No one has replied
  • 0 Votes
    1 Posts
    507 Views
    No one has replied
  • 0 Votes
    2 Posts
    495 Views
    a-wingA

    算法解数独其实是个经典问题。。。

  • 0 Votes
    2 Posts
    496 Views
    a-wingA

    嗯。 windows 不配当开发用的 OS