`
文章列表
这一种方法,配置简单,性能也高。附AJP介绍:   AJP是Apache提供的完成与其它服务器通讯的一种协议。在Apache中通过mod_proxy_ajp模块发送AJP数据,另外一端的服务器需要实现AJP协议,能够接受mod_proxy_ajp模块发送的AJP协议数据,在接受到AJP协议数据后做适当处理,并能够将处理结果以AJP协议方式发送回给mod_proxy_ajp模块。  当使用单独的服务器,在Tomcat实例前端使用本地的Web服务器时,性能要比单独使用Tomcat及其默认的HTTP连接糟得多,即使web应用程序本身相当一部分是由静态文件构成。如果需要将Tomcat同本地的Web服 ...
http://odoo-documention-user.readthedocs.io/crm/leads/voip/setup.html 官方“安装 Asterrisk 服务器”文档 -------------------------   http://www.akretion.com/open-source-contributions/openerp-asterisk-voip-connector Introduction Asterisk is an OpenSource software for telephony. This software is often used ...
当使用了apache的反向代理后,如果其中部分目录不想使用反向代理,按下面设置即可: ProxyPass /mirror/foo/i ! ProxyPass /mirror/foo http://foo.com 将会代理除对/mirror/foo/i请求之外的所有对 foo.com 的/mirror/foo请求。    
推荐一个Chrome扩展,Ripple Emulator。 用了这个扩展,你就可以直接在Chrome上调试Colrdova的功能了。能选择模拟器来测试屏幕大小,还能选择模拟器的Cordova版本。五星推荐,用了你会回来点赞的。
Window上: How to autostart a virtual machine in VMware Workstation     Create a batch file with this line:"C:\Program Files (x86)\VMware\VMware Workstation\vmrun.exe" -T ws start E:\VMs\wxp-a\wxp-a.vmx nogui Replace wxp-a with the name of your virtual machine. Call this batch from your ...
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8" /> <title>无标题文档</title> <!--下面excanvas.js需下载才能在IE下支持canvas--> <!--[if IE]> <script src="http://a.tbcdn.cn/p/fp/2011a/html5.js"></script> <script src= ...
文章目录    APK 文件格式    如何减少apk文件大小        掌握良好的编码习惯        使用 Proguard        广泛使用 Lint        对资源文件进行取舍        资源文件最少化配置        压缩图片        ...
移动前端开发中添加一些webkit专属的HTML5头部标签,帮助浏览器更好解析html代码,更好地将移动web前端页面表现出来。本文整理一些常用的meta标签。   <!DOCTYPE html> <!-- 使用 HTML5 doctype,不区分大小写 --> <html lang="zh-cmn-Hans"> <!-- 更加标准的 lang 属性写法 http://zhi.hu/XyIa --> <head> <!-- 声明文档使用的字符编码 --> <meta ...
#!/bin/bash ################################################################################ # Script for Installation: ODOO Saas4/Trunk server on Ubuntu 14.04 LTS # Author: André Schenkels, ICTSTUDIO 2014 #------------------------------------------------------------------------------- # # T ...
A记录:将域名指向一个IPv4地址(例如:10.10.10.10),需要增加A记录CNAME记录:如果将域名指向一个域名,实现与被指向域名相同的访问效果,需要增加CNAME记录MX记录:建立电子邮箱服务,将指向邮件服务器地址,需要设置MX记录NS记录:域名解析服务器记录,如果要将子域名指定某个域名服务器来解析,需要设置NS记录TXT记录:可任意填写(可为空),通常用做SPF记录(反垃圾邮件)使用AAAA记录:将主机名(或域名)指向一个IPv6地址(例如:ff03:0:0:0:0:0:0:c1),需要添加AAAA记录SRV记录:记录了哪台计算机提供了哪个服务。格式为:服务的名字.协议的类型(例如: ...
MyBatis配置文件修改侦测及重载的实现:   /** * */ package cn.hshb.web.common.mybatis; import java.io.IOException; import java.lang.reflect.Field; import java.lang.reflect.InvocationHandler; import java.lang.reflect.Method; import java.lang.reflect.Proxy; import java.util.ArrayList; import java.util ...
从外网 SSH 进局域网,反向代理+正向代理解决方案(转) 相信很多同学都会碰到这样一个问题。在实验室有一台机器用于日常工作,当我回家了或者回宿舍之后因为没法进入内网,所以访问不到了。如果这个时候我需要 SSH 进 ...
Q: Is it possible to somehow get a hold of a @PathVariable in a @ControllerAdvice given that the PathVariable is only present in some requests?If this was in a Controller, I could write 2 different Controllers. But a ControllerAdvice always applies to all requests. I can't have a ControllerAdvice a ...
The forked VM terminated without saying properly goodbye. VM crash or System.exit called 解决办法: http://stackoverflow.com/questions/23260057/the-forked-vm-terminated-without-saying-properly-goodbye-vm-crash-or-system-exi
没时间多写,直接上代码。   第一步:获取code,其中的链接可以通过任何方式生成,也可以用微信公众号菜单 <?php $APPID='wx7********6beb9db'; //填写高级调用功能的app id $appsecret='ce03f4********09c3b80ae6f1c270d5'; //填写高级调用功能的密钥 $REDIRECT_URI='http://www.***.***:81/wechat/test/getcode_2.php'; $scope='snsapi_base'; //$scope='snsapi_userin ...
Global site tag (gtag.js) - Google Analytics