摘要:var browser = { versions: function () { var u = navigator.userAgent, app = navigator.appVersion; return { ...
阅读全文
摘要:一、 Alexa简介1、 定义:Alexa创建于1996年4月,他们的目的是让 Internet冲浪者在分享虚拟世界资源的同时,更多的参与Internet资源地组织。2002年5月Alexa放弃了自己的搜索引擎与Google 合作。他们每天在网上搜集超过1,000GB的信息,然后进行整合发布。现在他们搜集的URL数量已经超过了Google。此排名的依据是用户链接数(Users Reach)和页面浏览数(Page Views)三个月累积的几何平均值。1999年,Alexa被美国电子商务旗舰企业“亚马逊”收购,成为后者的全资子公司。2、 分类:a) 综合排名 也可以叫做绝对排名。即特定的一个网站在
阅读全文
摘要:给出几种产品组合,求出产品最大优惠值protected void Button1_Click(object sender, EventArgs e) { string str_input = TextBox1.Text; List<Product> list_Rule = new List<Product>(); //规则 list_Rule.Add(new Product("A", 1)); list_Rule.Add(new Product("B", 1)); list_Rule.Add(new Pr...
阅读全文