Giter Club home page Giter Club logo

ci_demo's Introduction

安装说明 1.将代码上传到服务器 2.配置数据库 修改application/config/database.php $db['default']['hostname'] = '127.0.0.1';//这个为数据库地址 $db['default']['username'] = 'root';//这个为数据库用户名 $db['default']['password'] = 'root';//这个为数据库密码 $db['default']['database'] = 'demoapk';//这个为数据库的数据库名称 $db['default']['dbprefix'] = '';//这个为表前缀,如果有前缀则填写,如表名称为test_user,则前缀为test_ 修改以上几个地方内容为实际内容

数据库sql文件为根目录下demoapk.sql,直接在数据库导入此文件就可以完成数据库的创建,表的创建 php需要开启curl,mysql扩展

ci_demo's People

Contributors

lifenglsf avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

tony0918

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.