惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
Stack Overflow Blog
Stack Overflow Blog
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
T
The Blog of Author Tim Ferriss
博客园 - 叶小钗
N
Netflix TechBlog - Medium
腾讯CDC
C
Check Point Blog
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI
S
SegmentFault 最新的问题
F
Fortinet All Blogs
美团技术团队
U
Unit 42
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 司徒正美
F
Full Disclosure
Recorded Future
Recorded Future
D
DataBreaches.Net
博客园 - 【当耐特】
Martin Fowler
Martin Fowler
J
Java Code Geeks
I
InfoQ
Y
Y Combinator Blog
A
About on SuperTechFans
AI
AI
爱范儿
爱范儿
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Forbes - Security
Forbes - Security
W
WeLiveSecurity
M
MIT News - Artificial intelligence
雷峰网
雷峰网
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Simon Willison's Weblog
Simon Willison's Weblog
Schneier on Security
Schneier on Security
The GitHub Blog
The GitHub Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
aimingoo的专栏
aimingoo的专栏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
G
GRAHAM CLULEY
Know Your Adversary
Know Your Adversary
Latest news
Latest news
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
D
Docker
Recent Commits to openclaw:main
Recent Commits to openclaw:main
量子位
V2EX - 技术
V2EX - 技术
Project Zero
Project Zero

博客园 - 逝者如斯(乎)

Redis和Memcached的区别详解 分布式系统原理与范型 - 电子支付系统 Shell Script (2) - global.sh Python (1) - 7 Steps to Mastering Machine Learning With Python Java面试题(1)- 高级特性 Master Nginx(8) - Troubleshooting Techniques Master Nginx(7) - Nginx for the Developer Master Nginx(6) - The Nginx HTTP Server Hadoop实战课程 Java EE (14) -- SSH配置 Self-Paced Training (3) - Docker Operations Self-Paced Training (2) - Docker Fundamentals Self-Paced Training (1) - Introduction to Docker Shell Script Tutorials (0 ~ 62) Master Nginx(5) - Reverse Proxy Advanced Topics Master Nginx(4) - Nginx as a Reverse Proxy Master Nginx(3) - Using the Mail Module Mater Nginx(2) - A Configuration Guide Master Nginx(1) - Installing Nginx and Third-Party Modules
CSS3 (1) - Beginner
逝者如斯(乎) · 2017-04-07 · via 博客园 - 逝者如斯(乎)

/Library/Frameworks/Python.framework/Versions/3.5/bin

git clone https://*corp.com/*-dev.git

/usr/local/packages/aime/ias/run_as_root "su - root"

ssh -X zhaofliu@*.com

mongod --fork --dbpath /Users/*/mongodb/db --logpath /Users/*/mongodb/logs/mongodb.log
memcached -d -t 4 -v 2>>/Users/*/memcached/logs/memcache.log
nginx -c /Users/*/nginx/config/nginx.conf

border-radius
. {

}

text-shadow
. {

}

box-shodow
. {

}

box-sizing:
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

linear-gradient
. {
  backgroud-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#333)); /* Safari*/
  backgroud-image: -webkit-linear-gradient(top, white, #333); /*Chrome 10+ iOS 5+*/
  backgroud-image: -moz-linear-gradient(top, white, #333); /* Firefox 3.6 - 15*/
  backgroud-image: -o-linear-gradient(top, white, #333); /* Opera */
  backgroud-image: linear-gradient(to bottom, white, #333); /* Firefox 16+, IE10, Opera 12.50+ */

}

transition
. {
  -webkit-transition: width 0.2s ease-out 2s, backgroud-color 2s linear;
  -moz-transition: width 0.2s ease-out 2s, backgroud-color 2s linear;
  -o-transition: width 0.2s ease-out 2s, backgroud-color 2s linear;
  transition: width 0.2s ease-out 2s, backgroud-color 2s linear;
}

transform
. {
  -webkit-transform: rotate(7.5deg);
  -moz-transform: rotate(7.5deg);
  -o-transform: rotate(7.5deg);
  transform: rotate(7.5deg);
}

animation
.spin {
  width: 100px;
  height: 100px;
  backgroud-color: white;
  -webkit-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
...
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

google font

<link href="https://fonts.googleapis.com/css?family=Macondo" rel="stylesheet"> 

@fontface

http://www.fontsquirrel.com/