tar -zxvf jpegsrc.v9.tar.gz cd jpeg9 ./configure --enable-shared make mkdir /usr/local/jpeg9 mkdir /usr/local/jpeg9/include mkdir /usr/local/jpeg9/lib ...
分类:
系统相关 时间:
2019-08-09 15:21:57
阅读次数:
126
./configure --prefix=[gd安装目录] --with-jpeg=[jpeg-6b安装目录] --with-png=[libpng安装目录] --with-freetype=[freetype安装目录] --with-gettext=[gettext安装目录] (如./config ...
分类:
系统相关 时间:
2019-08-09 15:10:28
阅读次数:
375
一.nginx实现负载均衡或者代理 1. 在前面我们已经说过,安装nginx许多核心模块已经安装,nginx的配置文件是以模块的形式组织的,不同的模块实现不同的功能,其中代理或者说负载是upstream_module模块实现的,所以我们首先要安装nginx,通过./configure文件时,我们可以 ...
分类:
其他好文 时间:
2019-08-09 01:46:57
阅读次数:
105
1、解压源码包 2、配置源码包./configure 3、编译和安装源码包make && make install 问题一、在编译和安装的过程中报错ModuleNotFoundError: No module named '_ctypes' 原因:其实是缺少了一个新需要的开发包libffi-deve ...
分类:
编程语言 时间:
2019-08-09 01:29:32
阅读次数:
113
gitea configure app.ini start_run.vbs reg_svc.bat End ...
分类:
其他好文 时间:
2019-08-08 14:50:44
阅读次数:
148
构建maven项目 创建自定义的文件目录方法: 在项目名称右键-->Builder Path-->Configure Builder Path...Source菜单下的Add Folder按钮 不用勾选选框,直接选中要创建的目录分支后,点击下面的Create New Folder按钮,写目标目录的名 ...
分类:
其他好文 时间:
2019-08-08 13:22:19
阅读次数:
114
PS_HOME/appserv --Application Server psadmin -c boot -d HRDEV 启动应用程序服务器域名为HRDEV psadmin -c parallelboot -d HRDEV 并行启动 psadmin -c configure -d HRDEV 重新... ...
分类:
其他好文 时间:
2019-08-08 09:13:29
阅读次数:
111
我们以前在用asp.net mvc或者webform的时候,经常用用到Application里的事件 start,end等。我们在.net core 里也同样有类似的方法。 在Startup类里,Configure方法里添加一个参数IApplicationLifetime applicationLe ...
分类:
移动开发 时间:
2019-08-08 00:19:29
阅读次数:
206
AddMvcCore() method only adds the core MVC services. AddMvc() method adds all the required MVC services. AddMvc() method calls AddMvcCore() method int ...
分类:
Web程序 时间:
2019-08-07 19:20:22
阅读次数:
123
最近刚刚用 .netcore 开发接口,并使用 EFCore。在并发时,遇到了下面的问题: System.InvalidOperationException: An attempt was made to use the context while it is being configured 在 ...
分类:
Web程序 时间:
2019-08-06 11:09:34
阅读次数:
555