Giter Site home page Giter Site logo

xieproject002's Introduction

2017-08-17
1. 首先是把php从56搞到70+
2. 选择一个优雅的开发框架,并搭建于此相关的环境,快速开发
3. 设计数据库表结构,以及读写excel的代码
4. 开始做前端界面

2017-08-23


2017-11-11
代码重构
1、将商铺代码全部重写,移动到/shop目录下
2、将微信认证、缓存、图片等,对于每一个活动,单独使用,放置到/activity目录下
3、降低活动之间的耦合
4、如果活动下线直接删除activity下的目录即可
5、导出数据到Excel,记得在当前目录建立一个tmp目录存放缓存文件。权限是777

Doctrine 数据库管理快捷命令

//全部删除
vendor/bin/doctrine orm:schema-tool:drop --force

//新建数据库
vendor/bin/doctrine orm:schema-tool:create

//更新数据库表
vendor/bin/doctrine orm:schema-tool:update --force

//参考地址
https://pkg.phpcomposer.com

xieproject002's People

Contributors

sooglejay 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.