GithubHelp home page GithubHelp logo

skyformat99 / lua-nginx-redis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tinywan/lua-nginx-redis

0.0 2.0 0.0 1.28 MB

Redis执行Lua、Lua开发Nginx、OpenResty开发、Lua案例、Nginx基础总结等(Redis performs Lua, Lua develops Nginx, OpenResty development, Lua case, Nginx Foundation)

Home Page: http://www.tinywan.top/

Lua 69.18% Shell 23.83% HTML 3.41% PHP 3.58%

lua-nginx-redis's Introduction

目录

开发过程记录

Visual Studio Code 向github提交代码不用输入帐号密码

  • 在命令行输入以下命令
    git config --global credential.helper store
    

    这一步会在用户目录下的.gitconfig文件最后添加:

    [credential]
    helper = store
    
  • push 代码

    push你的代码 (git push), 这时会让你输入用户名和密码, 这一步输入的用户名密码会被记住, 下次再push代码时就不用输入用户名密码!这一步会在用户目录下生成文件.git-credential记录用户名密码的信息。

  • Markdown 的超级链接技术

    【1】需要链接的地址:

    [解决向github提交代码不用输入帐号密码](#githubpush)  
    

    【2】要链接到的地方:

    <a name="githubpush"/> 解决向github提交代码不用输入帐号密码
    

    通过【1】和【2】可以很完美的实现一个连接哦!

掘金爬虫

Markdown

Lua-Ngx

Markdown

Live demo

Changes are automatically rendered as you type.

  • Follows the CommonMark spec
  • Renders actual, "native" React DOM elements
  • Allows you to escape or skip HTML (try toggling the checkboxes above)
  • If you escape or skip the HTML, no dangerouslySetInnerHTML is used! Yay!

HTML block below

This blockquote will change based on the HTML settings above.

How about some code?

var React = require('react');
var Markdown = require('react-markdown');

React.render(
    <Markdown source="# Your markdown here" />,
    document.getElementById('content')
);

Pretty neat, eh?

More info?

Read usage information and more on GitHub


A component by VaffelNinja / Espen Hovlandsdal

Copyright and License

This module is licensed under the BSD license

Copyright (C) 2017, by Wanshaobo "Tinywan".

lua-nginx-redis's People

Contributors

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