zoukankan      html  css  js  c++  java
  • backup

    1.垂直居中      http://zhaobinglong.github.io/css-center/    http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html

    2.敏捷开发,bug级别划分

    3.bash构建,设计模式

    4.git reset  revoke rebase 区别

    vue -validator

    规则

    • required: 是否是必须的 • pattern: 正则表达式 • minlength: 最小长度 • maxlength: 最大长度 • min: 最小值 • max: 最小值

    文档

    http://www.vue-js.com/topic/57c394a1449605a028a5ca59

    常用命令

     

    putao1111   密码wo1q2w3e  

     

     https://wsgzao.github.io/post/fq/  翻墙

     

    启动虚拟机web服务

    sudo service httpd start

    sudo service nginx start

     

    连服务器

    ssh root@172.1.40.217 密码klg  (konglinggang简写)  

     

    chown -R 用户  test-php 赋予用户某个文件夹的权限

     

     

    linux 命令

     

    ssh root@172.16.2.3

     

    sudo dscacheutil -flushcache  清除DNS缓存

     

     

    tail -f /tmp/php_error.log  查看服务器日志

    tail -f /var/log/nginx/*

    tail -f /var/log/httpd/*

     

     

     

    服务器配置

    /etc/httpd/conf.d/httpd-vhosts.conf

    /etc/nginx/conf.d/upstream.conf

     

    禁用服务器缓存

    /etc/httpd/conf/httpd.conf

    /etc/nginx/nginx.conf

     

    (sendfile)

     

    rm .git/index

    git reset —hard  origin/master

    git checkout -b branch origin/branch

    ln -s /home/u8qyer/project/fe-m-zworld/page  m

     

    wget http://noah.2b6.me/noah_deploy/deploy_noah.sh

     

     

     

     

     

     

     

     

     

     

  • 相关阅读:
    ngx_lua_waf
    一致性hash算法
    BloomFilter理解
    SkipList理解
    es中的一些知识点记录
    普通类、抽象类和接口区别:
    spring中的事件 applicationevent 讲的确实不错(转)
    CMS和G1的区别,以及Parallel
    SpringBoot优化内嵌的Tomcat ---设置MaxConnections
    tomcat启动nio,apr详解以及配置
  • 原文地址:https://www.cnblogs.com/chengzhenping/p/5832453.html
Copyright © 2011-2022 走看看