摘要: http://www.mamicode.com/info-detail-1219404.html 阅读全文
posted @ 2017-11-15 22:02 Newman·Li 阅读(152) 评论(0) 推荐(0)
摘要: 原文地址:常用的shell脚本作者:天火1、脚本之间传递参数"1.sh"的脚本,接受参数。如下,如果有一个参数则赋值个sourceFile这个变量,否则用默认值。 Shell代码 #!/bin/bash LANG=en_US.UTF-8 #get parameters sour... 阅读全文
posted @ 2017-11-15 21:51 Newman·Li 阅读(320) 评论(0) 推荐(0)
摘要: 华为云软件包安装MYSQL数据库外网IP处理server {listen 80; #listen [::]:80; server_name testrsh.bounce.com ; index index.html index.htm index.ph... 阅读全文
posted @ 2017-11-15 15:32 Newman·Li 阅读(275) 评论(0) 推荐(0)
摘要: Sqlite和mysql的区别及优缺点http://ivanzz.blog.51cto.com/6378766/1130544 阅读全文
posted @ 2017-11-15 15:30 Newman·Li 阅读(353) 评论(0) 推荐(0)
摘要: 使用showdown.js实现的Markdown在线编辑器DEMO效果图引入showdown.jsHTML代码 Markdown编辑器 ### Hello Markdown Edit! 预览 CSS代码body{margi... 阅读全文
posted @ 2017-11-15 11:09 Newman·Li 阅读(370) 评论(0) 推荐(0)