GithubHelp home page GithubHelp logo

data-management's Introduction

data-management

一个简单的数据管理平台

2018/11/19 shakker2c 增加订单表格页面(OrderForm.aspx),显示订单数据。
2018/11/20 shakker2c 增加订单表格页面的按钮设计。
2018/11/22 shakker2c 实现按钮设计功能,数据库命令模块化。
2018/11/23 shakker2c 设计数据结构保存用户的数据对象, 实现后台增删改的功能
public struct MySqlContext {
        public MySqlConnection conn; // 用户请求的数据库连接对象
        public MySqlCommand comm; // 用户请求的command命令对象
        public MySqlRequest status; // 数据库请求的命令号
        public string context; // 用户请求的command命令描述
        public int res; // 数据库执行操作时执行的行
        public CreateCommand create_cmd; // 用户自定义数据库命令创建方法
        public CommandCallBack callback; // 用户自定义方法
}
2018/11/24 shakker2c 设计登录页面,使用数据结构保存用户数据对象,MySqlCmd添加登录调用自定义方法防止sql注入, 使用Session["user_context"]保存读取数据库的内容,修改后台登录后进入订单的页面,让对应的表格显示到用户浏览器
2018/11/27 shakker2c 修改自动生成mysql语句的逻辑,避免生成“”字符导致数据库中添加了无效的数据

data-management's People

Contributors

alittlelittlestar avatar jtabibito avatar

Watchers

 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.