参考 https://www.myvoipapp.com/blogs/yxh/2016/07/14/c%E5%90%91lua%E5%87%BD%E6%95%B0%E4%BC%A0%E9%80%92table%E5%8F%82%E6%95%B0/ 1.lua 1.c ...
分类:
其他好文 时间:
2018-01-30 12:38:05
阅读次数:
177
最好的资料:永远是官方的文档 https://webpack.js.org/guides/production/ 开业参考一下别人翻译的: http://webpack.wuhaolin.cn/1%E5%85%A5%E9%97%A8/1-5%E4%BD%BF%E7%94%A8Plugin.html ...
分类:
Web程序 时间:
2018-01-29 11:29:27
阅读次数:
168
from urllib.parse import quote,unquote #字节码 #%E6%88%90%E9%83%BD #quote 字符串-字节码 编码 #unquote 字节码-字符串 解码 s='成都' s1=quote(s,encoding='utf8') print(s1) s4=... ...
分类:
其他好文 时间:
2018-01-18 23:10:54
阅读次数:
180
Bash Shell常用快捷键 原文:https://github.com/hokein/Wiki/wiki/Bash-Shell%E5%B8%B8%E7%94%A8%E5%BF%AB%E6%8D%B7%E9%94%AE 移动光标 ctrl+b: 前移一个字符(backward) ctrl+f: 后 ...
分类:
系统相关 时间:
2018-01-18 01:05:46
阅读次数:
242
来源:http://blog.csdn.net/xxxl/article/details/19494187 1.概述 为了在不同的计算机平台之间传输程序代码和数据,摩托罗拉将程序和数据文件以一种可打印的格式(ASCII格式)编码成s格式文件。s格式文件是Freescale推荐使用的标准文件传送格式。 ...
分类:
其他好文 时间:
2018-01-17 14:29:58
阅读次数:
151
http://www.zhangxinxu.com/wordpress/2012/06/css3-transform-matrix-%E7%9F%A9%E9%98%B5/ ...
分类:
Web程序 时间:
2018-01-13 00:20:39
阅读次数:
173
之前弄过匹配中文的 见 http://www.cnblogs.com/toumingbai/p/4688433.html 西里尔字母 https://zh.wikipedia.org/wiki/%E8%A5%BF%E9%87%8C%E5%B0%94%E5%AD%97%E6%AF%8D 正则包含了 西 ...
分类:
Web程序 时间:
2018-01-04 12:01:19
阅读次数:
229
http://wiki.ubuntu.org.cn/Shell%E7%BC%96%E7%A8%8B%E5%9F%BA%E7%A1%80#Shell.E9.87.8C.E7.9A.84.E6.B5.81.E7.A8.8B.E6.8E.A7.E5.88.B6 ...
分类:
系统相关 时间:
2018-01-02 15:22:38
阅读次数:
176
原文地址:http://xielong.me/2015/04/17/%E6%9C%8D%E5%8A%A1%E7%AB%AF%E6%8A%80%E6%9C%AF%E9%80%89%E5%9E%8B/ 感谢原文作者谢龙的分享 服务框架 MVC Framework:Rose 框架简单易用,并且我米内部服务 ...
分类:
其他好文 时间:
2018-01-02 11:25:55
阅读次数:
129
介绍 优点 缺点 使用场景 参考(https://baike.baidu.com/item/%E8%A3%85%E9%A5%B0%E6%A8%A1%E5%BC%8F/10158540?fr=aladdin) 入门案例: UML图解: 代码: [Component] person: [Concrete ...
分类:
其他好文 时间:
2018-01-01 11:31:10
阅读次数:
160