摘要: 1、修改配置文件Apache\conf\httpd.conf找到LoadModule vhost_alias_module modules/mod_vhost_alias.so 去掉前面的#找到Include conf/extra/httpd-vhosts.conf ... 阅读全文
posted @ 2014-05-23 09:23 王大刀 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 基础概念:抽象工厂类、具体工厂类、抽象产品类、具体产品类适用领域:不断增加产品种类第一步:创建抽象产品类以及一个具体产品类 //抽象产品类,只有一个功能获取token public abstract class abstractPlatform { public ab... 阅读全文
posted @ 2014-04-25 11:29 王大刀 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1、最常用WEB页面JS实现一键拨号的电话拨打功能。移动WEB页面JS一键拨打号码咨询功能2、最常用WEB页面JS实现一键发送短信功能。移动WEB页面JS一键发送短信咨询功能3、移动web页面自动探测电话号码。 4、使用wtai协议进行拨打电话。拨打10086 将10086存储至电话簿 阅读全文
posted @ 2014-04-24 14:53 王大刀 阅读(1907) 评论(0) 推荐(0) 编辑
摘要: 资源:http://www.qrcode-monkey.com生成普通二维码http://www.betool.com.cn/api/qr.aspx?data=hello,worlddata:二维码内容生成带颜色的二维码http://www.betool.com.cn/api/qr.aspx?dat... 阅读全文
posted @ 2014-04-24 14:41 王大刀 阅读(933) 评论(0) 推荐(0) 编辑
摘要: http://www.betool.com.cn/api/daohang.aspx?addr=地理位置直接替换“地理位置”为你的需要的地址即可 阅读全文
posted @ 2014-04-24 13:10 王大刀 阅读(243) 评论(0) 推荐(0) 编辑
摘要: http://www.betool.com.cn/api/qqchat.aspx?qq=862238001替换qq号码即可 阅读全文
posted @ 2014-04-24 09:47 王大刀 阅读(225) 评论(0) 推荐(0) 编辑
摘要: string longurl = "http://www.cnblogs.com/max-stone/";string postdata = string.Format("longurl={0}", longurl);string shorturl = Http.HttpPost("http://w... 阅读全文
posted @ 2014-04-23 12:34 王大刀 阅读(433) 评论(0) 推荐(0) 编辑
摘要: double CalcDistance(Poit from, Poit to) { double rad = 6371 * 1000; //Earth radius in m double p1X = from.X / 180 * Math.PI; ... 阅读全文
posted @ 2014-04-23 10:26 王大刀 阅读(3271) 评论(0) 推荐(0) 编辑
摘要: 格式化小数点 阅读全文
posted @ 2014-04-23 09:49 王大刀 阅读(3655) 评论(0) 推荐(0) 编辑