Git Product home page Git Product logo

dalpine's Introduction

བཀྲ་ཤིས་བདེ་ལེགས་

  • Practice wakatime
  • Profile Website Website Website Website Website Website Website
  • Product Website
  • Progress Website' Website' Website
  • Poetry Daily

四 支

茶對酒,賦對詩,燕子對鶯兒。栽花對種竹,落絮對遊絲。四目頡,一足夔,鴝鵒對鷺鷥。半池紅菡萏,一架白荼蘼。幾陣秋風能應候,一犁春雨甚知時。智伯恩深,國士吞變形之炭;羊公德大,邑人豎墮淚之碑。

行對止,速對遲,舞劍對圍棋。花箋對草字,竹簡對毛錐。汾水鼎,峴山碑,虎豹對熊羆。花開紅錦繡,水漾碧琉璃。去婦因探鄰舍棗,出妻爲種後園葵。笛韻和諧,仙管恰從雲裏降;櫓聲咿軋,漁舟正向雪中移。

戈對甲,鼓對旗,紫燕對黃鸝。梅酸對李苦,青眼對白眉。三弄笛,一圍棋,雨打對風吹。海棠春睡早,楊柳晝眠遲。張駿曾爲槐樹賦,杜陵不作海棠詩。晉士特奇,可比一斑之豹;唐儒博識,堪爲五總之龜。

dalpine's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

nann-auto

dalpine's Issues

精简Docker镜像大小的必要性

https://dockone.io/article/8163

下面是精简Docker镜像尺寸的好处:

  • 减少构建时间
  • 减少磁盘使用量
  • 减少下载时间
  • 因为包含文件少,攻击面减小,提高了安全性
  • 提高部署速度

一、优化基础镜像

二、串联 Dockerfile 指令

三、使用多阶段构建

四、构建业务服务镜像技巧

五、其他优化办法

// 我们应该把多个命令串联合并为一个 RUN(通过运算符&&和/ 来实现)
apk --update add php7 && rm -rf /var/cache/apk/*

add ERROR print

try:
    import gensim
    print(gensim)
except:
    print("ERROR gensim")

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.