Results 68 comments of bulolo

@jingsam @m430 @SergioCrisostomo

``` var path = NSBundle.mainBundle().resourcePath?.stringByAppendingPathComponent("testZip.zip") var data:NSData = NSData(contentsOfFile: path!)! var file:QQApiFileObject = QQApiFileObject.objectWithData(data, previewImageData: nil, title: "hhh", description: "hhh") as! QQApiFileObject file.cflag = UInt64(kQQAPICtrlFlagQQShareDataline.value) file.fileName = "aa.zip" var req:SendMessageToQQReq...

嗯。原来是index。谢谢。 func WHCMenuView(menuView: WHC_MenuView ,item: WHC_MenuItem, title: String){ print(title) print(item.index) }

把排序,添加 删除全部false,就出问题了。界面就出不来了

Ok,今天稍后测试。

`Schema` ``` const mongoosePaginate = require('mongoose-paginate-v2') const aggregatePaginate = require('mongoose-aggregate-paginate-v2') module.exports = (app) => { const mongoose = app.mongoose const Schema = mongoose.Schema const ApplySchema = new Schema( { applySn:...

@aravindnc any idea,is it a bug?

``` { totalDocs: 'total', docs: 'docs', limit: 'limit', offset: 'offset', // page: false, // nextPage: false, // prevPage: false, // totalPages: false, // pagingCounter: false, // meta: false, // hasPrevPage:...

i just want this 4 fields ``` totalDocs: 'total', docs: 'docs', limit: 'limit', offset: 'offset', ``` like ``` { "docs": [], "total": 0, "limit": 10, "page": 1, "offset": 0, }...

同时反馈一下, 我把项目原封不动在mac分别打包build:win32和win64,然后在win10上无论是32 还是64都是实际是跑不起来的 而mac打包build:mac,在mac机器上正常运行