DescriptionSheng bill有着惊人的心算能力,甚至能用大脑计算出两个巨大的数的GCD(最大公约 数)!因此他经常和别人比赛计算GCD。有一天Sheng bill很嚣张地找到了你,并要求和你比 赛,但是输给Sheng bill岂不是很丢脸!所以你决定写一个程序来教训他。Input共两行...
分类:
其他好文 时间:
2016-01-16 23:50:43
阅读次数:
232
function loadInfo(){ var shengId=document.getElementById("sheng").value; shi.options.length=0; // 删除所有市下拉框的选项 var xmlHttp; if(window.XMLHttpReque...
分类:
Web程序 时间:
2016-01-14 00:58:50
阅读次数:
312
$isin = in_array($sheng,$s_sheng);//post过来的省的编码是否在s_sheng(自定义的数组)里,如果在,则加一,如果不在则不加一if($isin){ //echo "in====".$isin; echo "";}else{ //echo "o...
分类:
Web程序 时间:
2015-08-02 15:12:02
阅读次数:
172
public static void main(String[] args){ Map map = new HashMap(); map.put("id1", "wang"); map.put("id2", "sheng"); //方法一 Set set = map.keySet(); for .....
分类:
编程语言 时间:
2015-07-10 00:22:07
阅读次数:
178
1876: [SDOI2009]SuperGCD
Time Limit: 4 Sec Memory Limit: 64 MB
Submit: 1813 Solved: 580
[Submit][Status][Discuss]
Description
Sheng bill有着惊人的心算能力,甚至能用大脑计算出两个巨大的数的GCD(最大公约 数)!因此他经常和别人比赛计算GCD。有一天S...
分类:
其他好文 时间:
2015-05-25 10:13:02
阅读次数:
113
select5种子句:
where条件查询
groupby分组
having筛选
orderby排序
limit限制结果条数
---------------------
having
where是对表起作用,
而having是对已查询出来的结果进行筛选
查询出本店商品价格比市场价格小200的商品:
selectgoods_name,market_price-shop_pr..
分类:
其他好文 时间:
2015-05-20 18:48:07
阅读次数:
113
1 #include 2 #include 3 #include 4 #include 5 #include 6 #define REP(i, s, n) for(int i = s; i = s; i --) 8 using namespace std; 9 inline void r...
分类:
其他好文 时间:
2015-04-14 00:31:40
阅读次数:
208
题目描述DescriptionSheng bill不仅有惊人的心算能力,还可以轻松地完成各种统计。在昨天的比赛中,你凭借优秀的程序与他打成了平局,这导致Sheng bill极度的不满。于是他再次挑战你。这次你可不能输!这次,比赛规则是这样的:给N个长度相同的字符串(由小写英文字母和′?′组成),S1...
分类:
其他好文 时间:
2015-04-10 17:01:57
阅读次数:
181
1.Openfire配置参考地址http://blog.csdn.net/sky_monkey/article/details/94955712.Mysql navicate11.0.10破解补丁件下载路径http://download.csdn.net/detail/long_sheng/6442...
分类:
移动开发 时间:
2015-01-22 19:54:27
阅读次数:
146
非原创,转自:http://www.cnblogs.com/king-sheng/archive/2012/01/06/2313980.html页面加载完成后开始运行do stuff when DOM is ready 中的语句! $(document).ready(function() { /.....
分类:
其他好文 时间:
2014-12-04 17:20:12
阅读次数:
154