Skip to content

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

Notifications You must be signed in to change notification settings

trockxi/lua-nginx-redis

 
 

Repository files navigation

开发过程记录

  • 在命令行输入以下命令
    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

This module is licensed under the BSD license

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 69.2%
  • Shell 23.8%
  • PHP 3.6%
  • HTML 3.4%