Zhou Ning

Zhou Ning (Chinese: 周宁; born 2 April 1974) is a former Chinese footballer who played as a forward for the Chinese national football team.[1][2]

Zhou Ning
Personal information
Date of birth (1974-04-02) 2 April 1974
Place of birth Beijing, China
Height 1.88 m (6 ft 2 in)
Playing position(s) Forward
Youth career
1993 Beijing Youth
Senior career*
Years Team Apps (Gls)
1994–1998 Beijing Guoan 86 (7)
1998–2000 Waldhof Mannheim 45 (4)
2000–2004 Beijing Hyundai 38 (1)
Total 169 (12)
National team
1995–2000 China 4 (0)
* Senior club appearances and goals counted for the domestic league only

Career statistics

Club

Club Season League Cup Continental Other Total
Division Apps Goals Apps Goals Apps Goals Apps Goals Apps Goals
Beijing Guoan 1995 Jia-A 221000050
1996 60000050
1997 161000050
1998 202000050
Total 644000000644
Waldhof Mannheim 1998–99 Regionalliga 1530000153
1999–00 2. Bundesliga 3012[lower-alpha 1]000321
Total 454200000474
Beijing Hyundai 2001 Jia-A 190000050
2002 1200000240
2003 61001[lower-alpha 2]0290
2004 Chinese Super League 100000170
Total 381000010391
Career total 14792000101509
Notes
  1. Appearances in the DFB Pokal
  2. Appearances in the Chinese FA Super Cup

International

National teamYearAppsGoals
China 199530
200010
Total40
gollark: Try NodeOS!
gollark: Or Great Information Transfer.
gollark: Git stands for GIT Is Tremendous.
gollark: The stages of git clone are: Receive a "pack" file of all the objects in the repo database Create an index file for the received pack Check out the head revision (for a non-bare repo, obviously)"Resolving deltas" is the message shown for the second stage, indexing the pack file ("git index-pack").Pack files do not have the actual object IDs in them, only the object content. So to determine what the object IDs are, git has to do a decompress+SHA1 of each object in the pack to produce the object ID, which is then written into the index file.An object in a pack file may be stored as a delta i.e. a sequence of changes to make to some other object. In this case, git needs to retrieve the base object, apply the commands and SHA1 the result. The base object itself might have to be derived by applying a sequence of delta commands. (Even though in the case of a clone, the base object will have been encountered already, there is a limit to how many manufactured objects are cached in memory).In summary, the "resolving deltas" stage involves decompressing and checksumming the entire repo database, which not surprisingly takes quite a long time. Presumably decompressing and calculating SHA1s actually takes more time than applying the delta commands.In the case of a subsequent fetch, the received pack file may contain references (as delta object bases) to other objects that the receiving git is expected to already have. In this case, the receiving git actually rewrites the received pack file to include any such referenced objects, so that any stored pack file is self-sufficient. This might be where the message "resolving deltas" originated.
gollark: UPDATE: this is wrong.

References

  1. "Zhou Ning". China National Football Team Database. Retrieved 1 February 2020.
  2. Zhou Ning at National-Football-Teams.com


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.