Till now, I need to run docker with sudo. To solve this, just need to add current user to docker group.
(options if no docker group exists) sudo groupadd docker
sudo gpasswd -a {username} docker
That’s all.
Till now, I need to run docker with sudo. To solve this, just need to add current user to docker group.
(options if no docker group exists) sudo groupadd docker
sudo gpasswd -a {username} docker
That’s all.
今天面试的时候,被问了一个问题我不知道的就是Vanish服务器。事后我查了一下。
中文介绍
https://www.w3cplus.com/performance/using-edge-side-includes-in-varnish.html
英语介绍
https://www.smashingmagazine.com/2015/02/using-edge-side-includes-in-varnish/
在这里记录一下。
sudo apt install php-dev php-pear
sudo pecl install mongodb
add mongodb.so in php.ini
just with two simple Symfony commands are all model php files is genereated. It is so cool.
php bin/console doctrine:mapping:import „App\Entity“ annotation –path=src/Entity |
for getter/setter
php bin/console make:entity –regenerate App |
Source: https://symfony.com/doc/current/doctrine/reverse_engineering.html
在infoq的网站是那个看到Uber公司的一个开发者的一篇文章,听有意义的。摘录如下:
原文链接:
我认为,计算机科学当中的一切东西都存在一种权衡,不存在所谓的通用的高级语言。无论你做什么,都要明白你为什么要这么做,不要让它演变成各派固执己见的政治斗争。
设立好故障点。如果你意识到自己犯了一个错误,你要弄清楚如何做出权衡,并给自己一条出路。你陷在错误决策中的时间越长,成本就越高。不要做一个对解决问题没有贡献的坏脾气的人,不要做一个给别人制造更大问题的狂热者。与我共事过的那些优秀的工程师们都很善于避免落入这两个陷阱。
它的上游可以通过resolvectl
命令来查看,
Link: https://blog.csdn.net/tcliuwenwen/article/details/108267745