How the production environment at Google fits together for networking, monitoring and finishing with a sample service architecture at Google. I am a Site Reliability Engineer at Google, annotating the SRE book in a series of posts. The opinions state…
A brief tour of some of the important components of a Google Datacenter.   A photo of the interior of a real Google Datacenter in North Carolina. Seen here are rows of racks containing machines. I am a Site Reliability Engineer at Google, annotating…
Submary 又升级了,目录结构有变化了 . project.json and Visual Studio 2015 with .NET Core On March 7, 2017, the .NET Core and ASP.NET Core documentation was updated for the release of Visual Studio 2017. The previous version of the documentation used Visual Studio…
Implement a deployment tool such as Ansible, Chef, Puppet, or Salt to automate deployment and management of the production environment…
Publish to a Linux Production Environment By Sourabh Shirhatti In this guide, we will cover setting up a production-ready ASP.NET environment on an Ubuntu 14.04 Server. We will take an existing ASP.NET Core application and place it behind a reverse-p…
一:ef中的三种开发方式 1. db first... db放在第一位,在我们开发之前必须要有完整的database,实际开发中用到最多的... <1> DBset集合的单复数... db => model 2. model first... 根据model生成数据库,和我们的sqlserver的可视化类视图是一样的... 其实sqlserver也是有自己的类视图... 如果用ef来创建: <1> 生成类图.. <2> 根据模型生成数据库... 3. code f…
In Comupter Secuity: from https://en.wikipedia.org/wiki/Sandbox_(computer_security) In computer security, a sandbox is a security mechanism for separating running programs. Sandboxing is frequently used to test unverified programs that may contain a…
最近Google Testing Blog上开始连载The Google Test and Development Environment(Google的测试和开发环境),因为blogspot被墙,我还是原文转载过来. The Google Test and Development Environment - Pt. 1: Office and Equipment The Google Test and Development Environment - Pt. 2: Dogfooding an…
Contents Introduction Background Hello Closure World Dependency Management Making an AJAX call with Google Closure Closure Templates Using plovr to Simplify Closure Development More Closure Templates Animations in Google Closure Using plovr for Produ…
RabbitMQ does not allow re-declaring a queue with different values of parameters such as durability, auto delete, etc. Some parameters could be configured both by queue parameter and server-side policies, but if both are set, queue parameters win. So…