module
-
Python 数据可视化库 matplotlib 学习
库内模块 Module Class Notes
-
Python常用命令行参数
Python常用命令行参数 -V 参数,输出Python的版本,或者–version -u 参数,在print记录时候很有用,使用这个参数 会强制 stdin, stdout 和…
-
ijkplayer编译-RTSP
1.编译平台和版本 使用操作系统 Ubuntu 18.04 使用ndk版本:android-ndk-r14b-linux-x86_64.zip (使用r17c编译会报错) AS版本…
-
nginx版本升级
0)备份(其实不用备份这么多)cd /usr/local/cp -r nginx nginx-bak-20220627 1)上传nginx压缩包,data目录下(参考原来的),解压…
-
首页可以进去,其他页面一点击跳转出现The requested URL * was not found on this server.;
检测你的apache开启了rewrite_module模块, 如果开启了Apache的rewrite_module模块: 在项目目录添加.htaccess文件。 如果没有开…
-
Ubuntu 使用idea 2022.1.3中文失效
首先,亲测有效,但是只使用了ibus,所以建议使用ibus; 1.去IDEA的bin目录下的idea.sh文件的前面加上: # 如果是 Fcitx export XIM=”fcit…
-
Ubuntu 使用idea 2022.1.3中文失效
首先,亲测有效,但是只使用了ibus,所以建议使用ibus; 1.去IDEA的bin目录下的idea.sh文件的前面加上: # 如果是 Fcitx export XIM=”fcit…
-
关于c#:Orchard Modules中如何实现多线程?
How to implement multi threading in Orchard Modules? 这是一个关于 Orchard 中多线程的常见问题。 我有一个带有控制器的模…
-
修改nginx的http响应头server,以及真实ip模块、ssl模块、压缩模块的安装
修改nginx的http响应头server字段修改源码 src/http/ngx_http_header_filter_module.c修改前:static u_char ngx_…
-
webpack基础——模块热替换
module.exports = { mode: ‘development’, devtool: ‘eval’, devServer: { static: ‘./dist’, ho…