vikash002 / rock-php

Automatically exported from code.google.com/p/rock-php
0 stars 0 forks source link

display issue #203

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

default display:
{
   "_id": "1_1339745016_0",
   "userId": "test1",
   "name": "",
   "gender": false,
   "career": NumberInt(1),
   "level": NumberInt(1),
   "sceneId": "s1",
   "x": NumberInt(0),
   "y": NumberInt(0)
}   

in textarea:
{
  "_id": "1_1339745016_0",
  "userId": "test1",
  "name": "哈哈",
  "gender": false,
  "career": NumberInt(1),
  "level": NumberInt(1),
  "sceneId": "s1",
  "x": NumberInt(0),
  "y": NumberInt(0)
}

Original issue reported on code.google.com by coffeeow...@gmail.com on 15 Jun 2012 at 8:08

GoogleCodeExporter commented 9 years ago
从1.1.3起已经修复, 请从 http://rockmongo.com/downloads 下载。

And you can download latest build from 
    https://github.com/iwind/rockmongo/archive/master.zip 
or clone source from
   https://github.com/iwind/rockmongo.git

Original comment by iwind....@gmail.com on 25 Nov 2012 at 3:21

GoogleCodeExporter commented 9 years ago

Original comment by iwind....@gmail.com on 1 Dec 2012 at 12:35