axios({ method:"POST", // url:configure.state.gateway, url:'/api', // headers: { // "Content-Type": "multipart/form-data", // 'Content-Type': 'applica ...
分类:
移动开发 时间:
2020-07-06 16:19:34
阅读次数:
75
git clone https://github.com/TarsPHP/tars-extension.gitcd /opt/tars/TarsPHP/tars-extensionphpize./configure makemake install extension=phptars.so ...
分类:
Web程序 时间:
2020-07-06 13:13:07
阅读次数:
80
转:https://blog.csdn.net/weixin_42978870/article/details/83623435 方案一 1、在使用的项目右击,点击Build Path → Configure Build Path 2、在弹出的窗口中点击Libraries选项卡 3、展开JRE Sy ...
分类:
编程语言 时间:
2020-07-05 18:57:34
阅读次数:
317
链接: https://pan.baidu.com/s/1vSj474Gq8mLVCWGyNCvh6A 提取码: mmb8 1、安装pcre依赖 将安装文件上传到 linux中 解压压缩文件 :tar -xvf pcre-8.37.tar.gz 进入解压之后的目录:执行 ./configure 安装 ...
分类:
系统相关 时间:
2020-07-04 22:27:40
阅读次数:
95
Using Database Resource Manager ObjectivesAfter completing this lesson, you should be able to do the following:? Configure the Database Resource Manag ...
分类:
数据库 时间:
2020-07-04 20:48:36
阅读次数:
69
装包:npm install jquery --save 方式一 全局使用 1)main.js中引入 // jquery import $ from 'jquery' Vue.prototype.$ = $; 2)更改vue.config.js const webpack = require('we ...
分类:
Web程序 时间:
2020-07-03 19:12:59
阅读次数:
76
Archive old log files NLog 4.5 makes it easy to setup archive logic to move/cleanup old files with dynamic fileName-Layout. You just need to configure ...
分类:
其他好文 时间:
2020-07-03 15:55:03
阅读次数:
68
官网下载:https://docs.microsoft.com/zh-cn/sql/samples/adventureworks-install-configure?view=sql-server-ver15&tabs=tsql 官网github:https://github.com/microso ...
分类:
数据库 时间:
2020-07-03 15:49:58
阅读次数:
110
spring Security下,X-Frame-Options默认为DENY,非Spring Security环境下,X-Frame-Options的默认大多也是DENY: DENY:浏览器拒绝当前页面加载任何Frame页面 SAMEORIGIN:frame页面的地址只能为同源域名下的页面 ALL ...
分类:
编程语言 时间:
2020-07-02 19:51:30
阅读次数:
81
参考apache安装文档 tip:已按照要求安装当前最新版本apr、apr-util、pcre 1、按照文档将apr、apr-util去掉版本号的方式移动到/httpd/srclib目录下,执行./configure --prefix=/usr/local/apache2 解决方式:缺少expat依 ...
分类:
Web程序 时间:
2020-07-02 16:53:47
阅读次数:
99