问题标签 [countries]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
509 浏览

web-services - 货币符号位置

0 投票
2 回答
1511 浏览

java - 如果是国家/地区字段,如何在 Java 中重置 JComboBox?

在选择国家字段时,会显示州字段,并且在选择州字段时,会显示城市字段

但是在下面的代码中,当我第一次选择它时它可以正常工作,但是当我选择另一个国家时,它的州会被添加到前一个国家的州中,而城市的情况也是如此。我阅读了有关 JComboBox.RemoveAll() 和 DefaultComboBoxModel 类的信息,但不知道如何在当前情况下使用它。
那么,基本上如何重置 JComboBox 项?

看看public countryCode{ } 类,
private void stateBoxActionPerformed,
private void countryBoxActionPerformed 函数

回答:这对我有用的是 stateBox.removeAllItems() 在我们从数据库中添加状态的代码之前。

这是 NetBeans 的代码 --->

0 投票
2 回答
6523 浏览

php - 需要国家/地区-州/城市数据库

我寻找主题并在 SO 或其他网站上发现了一些问题,但我无法达到我的目标。

我需要一个包含国家地区-州和城市数据库的数据库,如 myip.ms 但它们的价格对我来说非常高,我买不起。

我需要具有国家代码和地区的国家/地区将它们分组在选择框中。与他们相关的州,但州必须有 lat-lng şnfo 才能让我能够根据他们在谷歌地图中的州显示我的条目。最后一个是城市作为第三个选择框。

如果有人可以为我提供它,我将不胜感激。

我真的试图从各种来源收集信息,但我卡在了过程的某个地方。

谢谢你的注意。

0 投票
3 回答
3401 浏览

sql - 战斗,船舶sql查询

以下是关于战舰及其参与的战斗的示意图:

一个典型的 Ships 元组是:

这意味着新泽西号战列舰于1943年下水;它属于美国,携带 9 门 16 英寸(口径或枪管内径)的火炮,重 46,000 吨。Battles 的典型元组是:

也就是说,HMS Hood 在北大西洋海战中沉没。其他可能的结果是“正常”和“损坏”

问题:列出所有在战斗中相互交战的国家对。每对只列出一次,并以字母顺序排在第一位的国家列出

答:我写了这个:

但它说的列名不明确。我该如何解决?提前致谢

0 投票
1 回答
1212 浏览

php - How to manage Countries in database

I know my question see a bit vague, but I feel like managing the countries/addresses is actually something pretty common, so I would like to get some advices on my actual setup.

I have a database with a "country" column, previously it was a medium int type, acting as Foreign Key to another table with the actual information about the countries (id, name and ISO3166-1 alpha2 code mainly).

After some testing and benchmarking I ended up having all the countries information in a php file array instead, including/requiring it when needed, and it was like one or two orders of magnitude faster than querying the database. (they are 278 countries).

So apparently it's a better approach but I feel like there's something wrong because people normally tend to do this kind of stuff reading from a table instead from a file, but I can't figure out what would it be, is it easier to maintain or something like that?

Also, I was thinking of having the 2 letters ISO code as the key instead of a numeric id, it would be more human-readable and they are unique anyway. I see no noticeable performance loss in the 400.000 rows table, will this end up being an error if my database grows ?

0 投票
0 回答
617 浏览

php - Magento“允许的国家”在新产品“制造国”中没有影响

我必须更新 Magento 中的国家/地区列表,所以我更新了 lib/Zend/Locale/Data/en.xml 和“directory_country”表。

现在,新添加的国家/地区填充在(System >> Configuration >> General >> Countries Options )Magento 管理面板的“允许国家/地区”下拉列表中。

在这里,我选择了一些我的客户需要的国家,但是这些更改在“新产品”部分的“制造国家”下拉列表中没有影响,这里“制造国家”下拉列表填充了所有国家,包括新添加的国家.

但我需要从“允许国家”下拉列表中选择的特定国家。

0 投票
2 回答
2403 浏览

ruby-on-rails - 如何检查一个国家是否属于欧洲

我想检查提供的国家名称是否属于欧洲。有谁知道可以在 Ruby 项目中使用的欧洲国家列表?

我想做这样的事情:

spain = Country.named('Spain')

spain.parent # => 'Europe'

japan = Country.named('Japan')

japan.parent # => 'Asia'

https://github.com/jim/carmen/让我列出一个国家的子区域,而不是一个国家的父区域。

0 投票
1 回答
102 浏览

php - 重新排列使用的国家

我有一个多商店网站,我需要根据商店更改国家/地区的顺序。就像我在以色列的商店一样,以色列必须在顶部,而对于美国商店来说,美国必须在顶部。

在magento中有什么可能的方法吗?我在 SO 上找到了答案,但国家/地区列表没有变化。有没有可能以这种方式对国家进行重新排序?

0 投票
1 回答
1405 浏览

wordpress - Wordpress - 重定向来自特定国家的访问者?

我的客户希望将访问者从他的国家重定向到特定页面,并且他不希望他们能够看到该站点,除非他们在该特定页面上输入 PIN。

最好的方法是什么?

0 投票
1 回答
564 浏览

vb.net - 文本框货币几个国家

我发现从这些代码行中我们可以得到加拿大的货币。

输出将是;

-123,45 美元 123,45 美元

但是这些国家呢:

-马来西亚-印度尼西亚 -
索马里
/非洲
-阿拉伯

如何在格式文本框中显示他们的货币?