码迷,mamicode.com
首页 >  
搜索关键字:location    ( 8134个结果
nginx location 匹配规则
转自https://moonbingbing.gitbooks.io/openresty-best-practices/ngx/nginx_local_pcre.html location 匹配规则 语法规则 location [=|~|~*|^~] /uri/ { … } 模式含义 locatio ...
分类:其他好文   时间:2020-07-03 15:20:53    阅读次数:81
Nginx配置druid后访问报404的问题
Nginx动静分离时,访问jar包中的静态文件如css\js等,需要将 nginx 配置文件转发到对应的路径上 一下路径可以正确使用。 location ~ /druid/.*\.(woff|ttf|svg|eot|gif|jpg|jpeg|bmp|png|ico|txt|js|css|xml)$ ...
分类:其他好文   时间:2020-07-03 12:42:25    阅读次数:117
java.exe and -classpth or -cp
mydirname=$(dirname $0) java -cp $classes_dir:$lib_dir/*:$config_dir -Doracle.net.wallet_location=${WALLET_HOME} -Doracle.net.tns_admin=${TNS_ADMIN} c ...
分类:编程语言   时间:2020-07-03 12:19:44    阅读次数:67
java.lang.IllegalStateException: The platform metadata area could not be written
java.lang.IllegalStateException: The platform metadata area could not be written: /private/var/folders/tt/8n9j9ywx7zn9tklqhyj2r4_h0000gn/T/AppTransloc ...
分类:编程语言   时间:2020-07-03 00:53:52    阅读次数:135
document对象的一些属性
document.domain // 返回当前网站的域名 document.cookie // 获取所有cookie document.title // 当前文档标题 document.URL // 当前文档的地址 // document.location.href 和 window.locatio ...
分类:其他好文   时间:2020-07-02 16:44:03    阅读次数:46
C#实现一个弹窗监控小程序
一、.实现弹窗淡入淡出等效果即弹窗自动关闭 技术要点: 1.弹窗效果(淡入淡出,自下而上滑入)使用WIN API实现 2.弹出的窗体在一定时间后,自动关闭使用一个timer实现,弹窗开始是,打开timer,到设置时间后,触发timer关闭窗体 代码: using System; using Syst ...
分类:微信   时间:2020-07-02 14:54:45    阅读次数:105
nginx配置根据url的参数值进行转发
server { listen 8081; location / { set $tag ""; set $cs "/index/test/test"; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Host $http_ ...
分类:Web程序   时间:2020-07-01 16:13:49    阅读次数:161
VUE router 导航重复点击报错的问题解决方案
Avoided redundant navigation to current location: 避免了对当前位置的冗余导航 倒是不影响之后的操作 百度了解决方案,在 引用vue-router 的js 中添加以下代码 const originalPush = Router.prototype.pu ...
分类:其他好文   时间:2020-07-01 12:45:07    阅读次数:133
rocketmq 遇到的一次问题记录
今天上线时候碰到这么一个问题:由于上游生产者地址修改了,项目里面原来的消费者地址也要跟着修改。由于项目里面有两个消费者,之前的地址都是一样的。但是是两个不同的消费者,业务也是不同的。但是今天修改了第一个消费者的地址后,通过rocketmq的界面 发现 第二个的实例竟然也跑到了第一个上面。 问题如下: ...
分类:其他好文   时间:2020-06-30 20:39:06    阅读次数:89
H5页面获取微信信息授权,微信授权,微信授权“redirect_uri 参数错误
this.wxInfo.redirect_uri = encodeURIComponent(window.location.href); var h = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=" + this.wxInf ...
分类:微信   时间:2020-06-30 17:39:40    阅读次数:150
8134条   上一页 1 ... 23 24 25 26 27 ... 814 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!