30 | 遗留系统集成:为已有系统数据库生成管理后台
31 | Django的中间件(Middleware)
35 | 错误和异常日志上报:捕获异常上报到Sentry并发送钉钉群通知
36 | Django安全防护:防止XSS跨站脚本攻击
37 | Django安全防护:CSRF跨站请求伪造和SQL注入攻击
38 | Django Rest Framework开放API
39 | 在Django中使用缓存&Redis的使用
40 | Django与Celery 集成:Celery的使用
41 | Django与Celery集成:异步任务
42 | Django与Celery集成:定时任务
45 | Django之美:3 行代码支持大数据量的关联外键 (autocomplete_fields)
46 | Django之美:20行代码实现只读站点ReadOnlyAdmin
47| Django之美:10行代码自动注册所有Model到Admin管理后台
48 | Django之美:Signals信号及其使用场景
49 | Django之美:优雅的架构设计 - CSR架构总结之Celery
50 | Django之美:优雅的架构设计 - CSR架构总结之Sentry&Django Rest Framework
51 | Django之美:Django的常用插件
精选留言(2)
root@VM-16-3-ubuntu:~/Downloads/tengine-2.3.2# make && make install
make -f objs/Makefile
make[1]: Entering directory '/home/ubuntu/Downloads/tengine-2.3.2'
cd /Downloads/pcre-8.44 \
&& if [ -f Makefile ]; then make distclean; fi \
&& CC="cc" CFLAGS="-O2 -fomit-frame-pointer -pipe " \
./configure --disable-shared
/bin/sh: 1: cd: can't cd to /Downloads/pcre-8.44
objs/Makefile:1320: recipe for target '/Downloads/pcre-8.44/Makefile' failed
make[1]: *** [/Downloads/pcre-8.44/Makefile] Error 2
make[1]: Leaving directory '/home/ubuntu/Downloads/tengine-2.3.2'
Makefile:8: recipe for target 'build' failed
make: *** [build] Error 2