GithubHelp home page GithubHelp logo

codepalace's Introduction

codePalace

这里收集了一些 web 开发中常用的代码块。目前还有很多在我之前的云笔记里,往后再慢慢移过来吧Orz

worldPlace (全球各个国家和地方名字) :

- a_place.sql : 生成的sql文件

- index.php : 将xml文件转成sql文件的php脚本

- LocList.xml : 全球各个国家和地方名字的xml文件

industry (2017最新行业类别) :

- a_industry.sql : 生成的sql文件

- index.php : 转换sql格式的php脚本,可以随意自己定制

- industry.sql : 原格式sql

messageQueue (消息队列) :

- in.php : 入队脚本

- out.php : 出队脚本

相对于php来说操作系统级别的事件还是用shell好,所以这里只要把这两个脚本用crontab做个定时任务就好了

encryption (加密相关)

- asymmetric.php : 使用openssl实现非对称加密

- oneway.php : 单向散列加密

- priv.key : 非对称加密生成的私钥

- pub.key : 非对称加密生成的公钥

- symmetric.php : 对称加密

fileUpload (文件表单上传)

- static : fileUpload插件用到的静态资源

- vendor : composer的包,主要是七牛云存储的

- advanced.html : 插件版本文件上传的静态页面

- advanced.php : 插件版本文件上传的后台处理脚本

- composer.json : composer的配置,可以不用管

- simple.html : 简单版文件上传的静态页面

- simple.php : 简单版文件上传的后台处理脚本

一共分为简单版和插件版文件上传方式,简单版就simple.html和simple.php就够了,插件版都不能少

algorithm (常用算法)

- search.php : 查找,主要是二分法查找

- sort.php : 排序,冒泡排序,选择排序,插入排序,快速排序

codepalace's People

Contributors

zhugeliange avatar

Watchers

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