-
ngx-markdown-module
Nginx Markdown module
一个nginx模块,可以将网页中的markdown语法自动转义为html,无需引入其他支持库,执行效率高。
使用--add-module编译Tengine可用dso_install动态加载。
设置实例(http块)
location ~ /*.md {
mdfilter on
mdfilter_utf8 on
}
// Use Handler module
location ~ /*.mkd {
mdhandler
mdhandler_output html
}(Nginx Markdown module a nginx module can be a Web page markdown syntax is automatically escaped as html, without introducing additional support libraries, and high efficiency. Use- add-module compiled Tengine available dso_install dynamic loading. Set the instance (http block) location ~ /* md {mdfilter on mdfilter_utf8 on }.// Use Handler module location ~ /* mkd {mdhandler mdhandler_output html }.)
- 2014-02-06 11:50:09下载
- 积分:1
-
zrrndo
本程序为课程信息管理系统,,阐释了使用MFC来实现的过程,,(This procedure for the course information management system, and illustrates the process of using MFC to achieve that,)
- 2017-06-25 20:14:01下载
- 积分:1
-
template1
用于造波 对于从零开始学习UDF,建议还是先看一下UDF中文帮助,我估计大家知道的都是马世虎翻译的那本吧,感觉挺好。(fluent In order to learn UDF from scratch, it is suggested that we first look at UDF Chinese help.)
- 2018-11-05 10:59:35下载
- 积分:1
-
飞思卡尔第九届摄像组校赛代码。(OV7620摄像头,速度还行)
飞思卡尔第九届摄像组校赛代码。基本功能都可实现,新手可以参考下
- 2022-06-29 15:23:09下载
- 积分:1
-
学校招生,学生选择专业,网络页面,网络,学生…
学校招生学生选择专业,用ASP.NET做WEB页面让学生登录查看,注册,用VB.NET做客户端让学校管理员填写招生计划,课程安排,专业设立等,教师填写学生分数-School enrollment,students select specialty.Web page with ASP.NET,it let students login,register.Client with VB.NET,let school administrator fill up enrollment plan,course arrange,specialty option etc.Teachers can fill up students score.
- 2022-02-26 18:03:48下载
- 积分:1
-
中颖SH367309demo_CODE
中颖代理给开发板程序,里面有BMS控制上传备份记录及容量更新SOC,SOH,等管理
- 2022-03-20 18:41:11下载
- 积分:1
-
66FFma
高准确度,支持50Hz/60Hz IEC 687/1036 标准的准确度要求,在500:1 的动态范围内误差小于0.1 (High accuracy, supports 50Hz/60Hz IEC 687/1036 standard accuracy requirements, the 500:1 dynamic range of error is less than 0.1 )
- 2010-07-17 08:43:58下载
- 积分:1
-
dmt3
从互联网上搜索并下载至少3个英文原版TXT格式小说,设计程序统计每个小说中26个英文出现的次数,所占百分比。
根据程序输出结果分析莫尔斯码对各英文字母设计的编码的合理性。(Search and download from the Internet at least 3 TXT format, original English novel, the novel design process statistics for each of 26 English and the number of occurrences percentage. According to the procedure output of Morse code letters on the design of the code is reasonable.)
- 2010-12-07 22:32:51下载
- 积分:1
-
bmpshow
打开bmp文件的图像,并对图像做相关处理,如滤波,变换等.(Bmp file to open the image, and image-related deal to do, such as filtering, transformation and so on.)
- 2008-07-28 18:43:19下载
- 积分:1
-
SocketStructure
fd_set参数:一个用于检查可读性(readfds),一个用于检查可写性(writefds),另一个用于例外数据(exceptfds)。从根本上说,
fd_set数据类型代表着一系列特定套接字的集合(fd_set parameters : a check for readability (readfds) one could write a check for (writefds) Another exception for the data (exceptfds). Fundamentally speaking, fd_set data types represent the range of specific set of socket)
- 2006-10-18 20:06:04下载
- 积分:1