x64dbg - 0 views
danielstjules/jsinspect · GitHub - 0 views
dullgiulio/pingo · GitHub - 0 views
中華電信emome,4G涵蓋率遍布全台,行動生活輕鬆升級 > 首頁 - 0 views
Larvata - 0 views
Getting Started with Docker - Servers for Hackers - 0 views
-
Docker is an isolated portion of the host computer, sharing the host kernel (OS) and even its bin/libraries if appropriate.
-
the Docker Container contains the parts that make Ubuntu different from CoreOS.
-
A Docker container only stays alive as long as there is an active process being run in it.
- ...10 more annotations...
Durable Queue by Cassandra - 0 views
導入 Vagrant 做開發配置 - 0 views
Break Deep Associations - 0 views
-
常寫單元測試的開發者,多半已經養成遇到難測的元件時,就替該元件抽一個 interface 隔離
-
部署的時候再藉由 Dependency Injection 注入真正的實作
-
將它們隔離。這跟 class 抽 interface 其實很像的,都讓耦合下降,提高模組化
- ...1 more annotation...
What is Growth Hack? « Blog.XDite.net - 0 views
#JavaScript:this用法整理 - 翼世界夢想領域 - 0 views
-
JavaScript裡的this看的是究竟是誰調用該函式,而不是看該函式被定義在哪個物件內
-
call與apply都是呼叫該函式並讓該函式的this指向給予call或apply的第一個參數。
-
call和apply的差別則是在於其後面給予被調用之函式的參數放入的方法不同
- ...2 more annotations...
NetHogs - 監看每支程式頻寬使用情形 - 0 views
[Swift] Push Notification - 0 views
Swift 推播處理 (2) - 0 views
jQuery Fancy Gestures | anant garg - 0 views
Best practices for writing Dockerfiles - Docker Documentation - 0 views
-
Run only one process per container
-
use current Official Repositories as the basis for your image
-
put long or complex RUN statements on multiple lines separated with backslashes.
- ...16 more annotations...
Dockerfile Best Practices - 0 views
Docker Explained: Using Dockerfiles to Automate Building of Images | DigitalOcean - 0 views
-
CMD would be running an application upon creation of a container which is already installed using RUN (e.g. RUN apt-get install …) inside the image
-
ENTRYPOINT argument sets the concrete default application that is used every time a container is created using the image.
-
ENV command is used to set the environment variables (one or more).
- ...6 more annotations...
JSON-LD - JSON for Linking Data - 0 views
« First
‹ Previous
121 - 140
Next ›
Last »
Showing 20▼ items per page