Code Monkey home page Code Monkey logo

resumeonline's Introduction

ftqq 全栈课程实践 -- 在线简历系统

目标,学习PHP和MySQL

功能:1. 作者发布简历
      2. 其他人阅读简历



v1.0: 单人发布     
文件结构: 1. 发布页面publish.php   提供一个带有表单的页面,作者在页面中填写简历信息;页面中有save按钮,点击后保存页面内容。
          2. 保存处理save.php    提供处理页面数据的功能逻辑
          3. 浏览界面resume.php   在线展示提交的简历



v1.1  多人发布
文件更改: 1. 支持多份建立,data.php文件的格式保存为序列化后的“数组”
          2. 添加简历列表页面 list.php
          3. 添加简历详细页面 detail.php

问题:

    - 采用 索引值 来定位简历,如果删除某一份简历,将会导致之前的简历错位

解决方法:

    - 给每一份简历数据添加一个 id
    - 这个 id 不需要制定, 自动分配: 分配后自动增加
    - 自增 id 应该只增加, 不减小, 这样能防止以前的 id 被占用

resumeonline's People

Contributors

ryanho84 avatar

Watchers

James Cloos 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.