`
wutao8818
  • 浏览: 607079 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论
文章列表
nginx path prefix: "/usr/nginx"   nginx binary file: "/usr/nginx/sbin/nginx"   nginx configuration prefix: "/usr/nginx/conf"   nginx configuration file: "/usr/nginx/conf/nginx.conf"   nginx pid file: "/usr/nginx/logs/nginx.pid"   nginx error log file: ...
目前google 地图的API中包含featureType参数可以设置关闭POI信息。 百度地图最近刚出的自定义地图接口存在一个BUG。 http://developer.baidu.com/map/reference/index.php?title=Class:%E6%A0%B8%E5%BF%83%E7%B1%BB/MapStyle features 设置地图上展示的元素种类,支持point(兴趣点)、road(道路)、water(河流)、land(陆地)、building(建筑物)。(自2.0新增) 这个参数不包括POI的时候,连道路的名字都不显示了。难道道路的名称都算POI吗? 问 ...
在自定义地图参数上,比百度地图的参数丰富很多。唯一的遗憾是稳定性太差。也是中国特色。 百度自定义地图8月份才出来,和google比起来确实还很年轻。 var mapStyle ={ features: ["road", "building","water","land"],//隐藏地图上的poi style : "dark" //设置地图风格为高端黑 } map.setMapStyle(mapStyle); POI去掉以后,连RO ...
centos6.4 YUM的时候还是5.0的mysql,真不知道怎么想的。 网上介绍了很多方法,其实MYSQL官方目前已经直接支持YUM安装6.5。大家可以去看看 Installing MySQL on Linux Using the MySQL Yum Repository http://dev.mysql.com/doc/mysql-repo-excerpt/5.6/en/linux-installation-yum-repo.html 大爱
最近需要从1.X 升级到3,很多页面失效,查找错误原因是DWRUtils找不到,查找DWR官方升级文档后发现是 DWREngine  DWRUtil  变更造成,修改后正常。 Upgrading from DWR version 2.0 to DWR version 3.0 DWR 3.0 has not been officially released yet. This pages tracks the changes that we see as being required when the final release comes. If you are upgrading fro ...
来源:http://www.blogjava.net/superliuwr/archive/2009/05/06/269214.html 创建分支 创建分支最快捷简便的方法就是直接对url操作,然后从新的url co出工作拷贝。在Subversion server上,用硬链接的方式处理不同version之间相同的文件。 svn copy http://svn.example.com/svnroot/comet/trunk http://svn.example.com/svnroot/comet/branches/2.8 –m “creating a private branch of co ...
可能的原因是数据库版本。。在5.1中 innodb 的创建表时SQL写法与5.5的不一致所以如果变更了数据库的时候需要注意这个问题。当然这个问题也容易发现,打开SQL打印功能把SQL放到MYSQL界面运行一下就知道了。然后和现有的正确的表的创建语句做个对比,就会发现。  最后的 innodb 语法变了。9.5成新40l热水器出(滨江中兴花园,区政府旁)   滨江附近的商店  
E:\Program Files\Apache Software Foundation\Apache2.2\bin>ab -n 1000 -c 10 http://www.abc.com/ 引用 This is ApacheBench, Version 2.3 <$Revision: 655654 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org ...
RGraph: HTML5/Javascript charts for your website http://www.rgraph.net/ jQuery Visualize Plugin Visualize是一个利用HTML5 Canvas将Tables标签转换成图表的jQuery插件。支持的图表类型包括:线状图,柱状图,饼状图。可以设置图表标题,高度/宽度,颜色等。 http://www.filamentgroup.com/examples/charting_v2/ jCanvasjQuery meets the HTML5 canvas http://calebevans.me ...
我们知道equals方法在HashSet中起到了contains中判断是否为同一对象的作用。 public class CartItem extends BaseObject { private Product product; private Integer amount; public boolean equals(Object o) { return this.product.getId().equals(((CartItem) o).getProduct().getId()); } public int hashCode() { retu ...
Java生成缩略图之Thumbnailator http://rensanning.iteye.com/blog/1545708 http://code.google.com/p/thumbnailator/
首先说下场景: a.blog.com b.blog.com 其实是一个tomcat,分出很多个假的2级域名好看的。 现在在a.blog.com登录了,去了b.blog.com怎么就没有登录信息了?奇怪的。就是因为tomcat自生成的JSESSIONID COOKIES 有问题了,作用域只在a.blog.com。如果能把作用域放到 blog.com 那就OK了。 这里有个方法: 1、跨域共享cookie和跨域共享session http://hi.baidu.com/hilaihiqu/blog/item/6bc33c504a9802421138c272.html 要写TOMCA ...
http://www.jplayer.org/latest/developer-guide/#jPlayer-play 阿凡提网上商城

服务器NGDNS设置

    博客分类:
  • DNS
LINUX版本安装配置说明 1.以root帐号下载dnsng-1.0.1.tar并解压包,请运行以下命令: wget http://www.dnsng.com/software/dnsng-1.0.1.tar tar -xvf dnsng-1.0.1.tar 最后解开后有一个dnsng-1_0_1.bin文件。 ,如图所示: 2.运行以下命令使文件dnsng-1_0_1.bin可 ...
Learning Scala 面向 Java 开发人员的 Scala 指南系列 网上超市平台BOSS系统技术方案介绍
Global site tag (gtag.js) - Google Analytics