码迷,mamicode.com
首页 >  
搜索关键字:creating domain    ( 5380个结果
nginx 伪静态 rewrite
前一段时间领导让我用nginx做个伪静态,实现效果如下:原URLhttp://www.domain.com/abc/def.jsp?x=1&y=2&z=3转换为http://www.domain.com/abc/def-1-2-3.html,当我访问原URL时,浏览器的地址栏里显示的是转换后的URl,但内容还是原来动态页面的内容。开始我是这么写的..
分类:其他好文   时间:2015-06-10 01:15:58    阅读次数:127
使用Fastjson提示No serializer found for class
在调用Json串生成方法时,提示:No serializer found for class com.jeremxy.domain.EpgDetail and no propertiesdiscovered to create BeanSerializer (to avoid exception, ...
分类:Web程序   时间:2015-06-09 16:29:37    阅读次数:526
AFN的错误解决
今天使用AFN框架时出现了以下错误提示信息Error Domain=com.alamofire.error.serialization.response Code=-1016 "Request failed: unacceptable content-type: text/html"经过百度,发现原...
分类:其他好文   时间:2015-06-09 15:29:03    阅读次数:153
OenLDAP 配置记录
Create: 2012-12-24 Update: 2012-12-27 参考: http://blog.christophersmart.com/articles/openldap-how-to-fedora/ 概述 测试环境 CentOS 6.3 domain: gdu.me LDAP server: ldap.gdu.me DEVICE="eth1" BOOTPRO...
分类:其他好文   时间:2015-06-09 12:05:59    阅读次数:279
nginx将泛解析的匹配域名绑定到子目录配置方法
server { listen 80; server_name domain.com *.domain.com; if ($host ~* ^([^\.]+)\.([^\.]+\.[^\.]+)$) { set $subdomain $1; set $domain $2; } location / ...
分类:其他好文   时间:2015-06-09 11:17:41    阅读次数:118
Hybris 3. ---- Part I- Trail ~ New Data Model
动机     数据模型是一个扩展并定义的基础应用程序的“problem domain”或者应用程序的结构。业务逻辑总是位于顶部的数据模型。这个步骤显示了如何根据另一个扩展是一个数据模型的定义。 我们的任务 ????...
分类:其他好文   时间:2015-06-08 13:34:24    阅读次数:318
Apache 常见报错
1.httpd -k 命令,报错:AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using wangliguodeMacBook-Pro.local. Set the 'S...
分类:Web程序   时间:2015-06-08 09:37:47    阅读次数:128
设计模式之十一:抽象工厂模式(Abstract Factory)
抽象工厂模式: 提供了一个创建一系列相关的或相互依赖的对象的接口而不需要具体指定它们的类型。Provide an interface for creating families of related or dependent objects without specifying their concrete classes.UML类图:主要包括: AbstractFactory(Continent...
分类:其他好文   时间:2015-06-07 01:09:29    阅读次数:109
LANP+KEEPALIVED集群(二)
LANP+KEEPALIVED集群(二)#基于不同域名server{listen80;server_namenginx.postfix.local;charsetutf-8;access_loglogs/domain.logmain;location/{roothtml/domain;indexdomain.html;}error_page500502503504/50x.html;location=/50x.html{roothtml;}}#图示,访问nginx.postfi..
分类:其他好文   时间:2015-06-06 23:44:49    阅读次数:179
Oracle开发常用函数
max最大数自动加 1create or replace function fun_getmaxlot( vend in varchar2 , domain IN VARCHAR2, tag in varchar2) RETURN VARCHAR2 AS MAX...
分类:数据库   时间:2015-06-06 12:02:29    阅读次数:140
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!