码迷,mamicode.com
首页 >  
搜索关键字:country    ( 1043个结果
ectouch收货人信息界面配送区域省市采用默认
1.根目录下的flow.php2.修改ecshop模板文件theme/模版名目录/library/consignee.lbi 1.flow.php $province_list[$region_id] = get_regions(1, $consignee['country']);$city_l.....
分类:其他好文   时间:2015-09-12 21:39:13    阅读次数:1041
hdu 2120 Ice_cream's world I
题目连接http://acm.hdu.edu.cn/showproblem.php?pid=2120Ice_cream's world IDescriptionice_cream's world is a rich country, it has many fertile lands. Today,...
分类:其他好文   时间:2015-09-08 21:58:27    阅读次数:178
MongoDB 索引简单使用技巧
先在数据库上增加一些数据,输入下面的命令:for(vari=1;i<10;i++)db.customers.insert({name:"jordan"+i,country:"American"})for(vari=1;i<10;i++)db.customers.insert({name:"gaga"+i,country:"American"})for(vari=1;i<10;i++)db.customers.insert({name:"ham"+i,..
分类:数据库   时间:2015-09-08 16:51:26    阅读次数:182
HDU-4849 Wow! Such City! (单源最短路)
Problem Description Doge, tired of being a popular image on internet, is considering moving to another city for a new way of life. In his country th.....
分类:其他好文   时间:2015-09-06 21:24:47    阅读次数:177
MySQL 学习笔记
--使用正则表达式 -- ^ 开始 , . 任意字符 SELECT Name, Continent, Population FROM Country WHERE Name REGEXP '^.[a-e].*' ORDER BY Name; -- $ 结尾 SELECT Name, Continent...
分类:数据库   时间:2015-09-04 11:03:10    阅读次数:216
跨域http请求
query("SELECT CompanyName, City, Country FROM Customers");$outp = "";while($rs = $result->fetch_array(MYSQLI_ASSOC)) { if ($outp != "") {$outp .= "...
分类:Web程序   时间:2015-09-01 10:30:16    阅读次数:151
UITextView
UITextView1.text:设置textView中文本_textView.text=@"Now is the time for all good developers to come to serve their country.\n\nNow is the time for all good...
分类:其他好文   时间:2015-08-28 19:12:58    阅读次数:123
HDU 1052.Tian Ji -- The Horse Racing【很好的贪心】【8月27】
Tian Ji -- The Horse Racing Problem Description Here is a famous story in Chinese history. "That was about 2300 years ago. General Tian Ji was a high official in the country Qi. He likes to...
分类:其他好文   时间:2015-08-27 13:19:45    阅读次数:146
ORACLE/SQL用函数进行每年,每月,每周,每日的数据汇总
15/03/21??用函数进行每年,每月,每周,每日的数据汇总 假设一个销售明细表?sale_detail?含有?国家(country),销售时间(sale_time),销售额(sale_money)..等等 需要用到求和函数?SUM()和分组子句?GRO...
分类:数据库   时间:2015-08-26 22:46:42    阅读次数:336
UVA 题目11512 - GATTACA(后缀数组求出现次数最多的子串及重复次数)
The Institute of Bioinformatics and Medicine (IBM) of your country has been studying the DNA sequences of several organisms, including the human one. Before analyzing the DNA of an organism, the inv...
分类:编程语言   时间:2015-08-26 20:14:45    阅读次数:251
1043条   上一页 1 ... 76 77 78 79 80 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!