Giter VIP home page Giter VIP logo

study's Introduction

study

##经验

  • 删除数据,需备份;需删除对应关联关系

服务器 ubuntu16.04

后端

前端

微信小程序

参考教程


其他

  • 切换用户执行命令
useradd nagios
passwd nagios
su - www-data -c '/usr/bin/docker exec dc_fpm_1 php reg_mrg/artisan schedule:run'
  • 查看linux版本
cat /etc/issue

服务器

css3

  • flex浮动效果
flex-basis: 25%;  内部

display: flex;flex-wrap: wrap;justify-content: flex-start; 外部

php

  • 公共部分 common Selector 解析脚本

(正则表达式)[https://cuiqingcai.com/1186.html]

iptables -t filter -N DOCKER

删除某个关键词的进程

ps -ef|grep '关键词'|grep -v grep|awk '{print $2}'|xargs sudo kill

composer安装docker

docker run -v=$(pwd):/app dc_composer install --ignore-platform-reqs

study's People

Contributors

hjd919 avatar

Watchers

 avatar  avatar

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.