Dongshan District, Hegang

Dongshan District (simplified Chinese: 东山区; traditional Chinese: 東山區; pinyin: Dōngshān Qū; lit.: 'east mountain') is a district of the city of Hegang, Heilongjiang province, People's Republic of China.

Dongshan

东山区
District
Dongshan is the division labeled "6" on this map of Hegang City
Dongshan
Location in Heilongjiang
Coordinates: 47°41′31″N 130°19′20″E
CountryPeople's Republic of China
ProvinceHeilongjiang
Prefecture-level cityHegang
Area
  Total4,575 km2 (1,766 sq mi)
Elevation
168 m (551 ft)
Population
 (2003)
  Total175,239
  Density38/km2 (99/sq mi)
Time zoneUTC+8 (China Standard)

Notes and references


    gollark: You can also do stuff like `"abcde" - "c"`.
    gollark: You can, for example, do `(nil).bees = "Hello, world!"` and then access that on any `nil` on any potatOS computer.
    gollark: No, we use a partial Hell Superset implementation which is incompatible with this, as well as a bunch of hooks for superglobals.
    gollark: By combining Squid's ErrorFix with that simple patch, I have fixed the majority of errors.
    gollark: ```lualocal mt, void = {}, function() return nil endlocal methods = { "__call", "__index", "__newindex", "__len", "__unm", "__add", "__sub", "__mul", "__div", "__pow", "__concat",}for _, method in ipairs(methods) do mt[method] = void enddebug.setmetatable(nil, mt)debug.setmetatable(1, mt)debug.setmetatable(true, mt)debug.setmetatable(print, mt)local st = debug.getmetatable("")for k, v in pairs(mt) do st[k] = st[k] or v endfunction _G.error(...) print("OOPS!", ...) end```
    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.