上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 66 下一页
摘要: Node应用,使用formidable处理文件上传,本地测试没有问题,部署到服务器上之后上传大文件浏览器收到以下错误信息:Failed to load resource: the server responded with a status of 413 (Request Entity Too La... 阅读全文
posted @ 2015-06-24 14:08 yshy 阅读(8184) 评论(0) 推荐(0)
摘要: 1:当前环境y@y:~$ node --version && express -V && mongo --versionv0.12.24.9.0MongoDB shell version: 2.4.9y@y:~$ 2:新建工程目录y@y:express-test$ express demo01y@y... 阅读全文
posted @ 2015-06-22 21:16 yshy 阅读(570) 评论(0) 推荐(0)
摘要: Log日志如下:06-21 10:12:52.495: E/Trace(2682): error opening trace file: No such file or directory (2)06-21 10:12:52.723: E/AndroidRuntime(2682): FATAL EX... 阅读全文
posted @ 2015-06-21 12:34 yshy 阅读(1230) 评论(0) 推荐(0)
摘要: 1:mongodump -h IP --port 端口 -u 用户名 -p 密码 -d 数据库 -o 文件存在路径如果没有用户谁,可以去掉-u和-p。如果导出本机的数据库,可以去掉-h。如果是默认端口,可以去掉--port。如果想导出所有数据库,可以去掉-d。导出指定数据库:(此时只是导出ydkt下... 阅读全文
posted @ 2015-06-20 12:24 yshy 阅读(3387) 评论(0) 推荐(0)
摘要: > db.addUser("ydkt","ydkt")2015-06-19T09:22:37.004+0800 E QUERY TypeError: Property 'addUser' of object admin is not a function at (shell):1:4> ... 阅读全文
posted @ 2015-06-19 09:29 yshy 阅读(3851) 评论(3) 推荐(1)
摘要: y@y:~$ lsof | grep 35729grunt 18194 y 13u IPv6 117971 0t0 TCP *:35729 (LISTEN)Optimizin 18194 18195 ... 阅读全文
posted @ 2015-06-18 17:59 yshy 阅读(2960) 评论(0) 推荐(0)
摘要: public static void compressPic(){ try { Thumbnails.of(new File("/home/y/my_temp/ydbg-xy-pic").listFiles()) .size(... 阅读全文
posted @ 2015-06-18 17:29 yshy 阅读(1151) 评论(0) 推荐(0)
摘要: public static void renamePic(){ File f = new File("/home/y/my_temp/ydbg-xy-pic-dest"); File files[] = f.listFiles(); for(... 阅读全文
posted @ 2015-06-18 17:23 yshy 阅读(529) 评论(0) 推荐(0)
摘要: restfull路由如下:router.get('/:id', controller.show);mongoes代码如下:exports.show = function(req, res) { Notice.findById(req.params.id, function (err, notice... 阅读全文
posted @ 2015-06-17 16:24 yshy 阅读(5985) 评论(0) 推荐(0)
摘要: net.coobird.thumbnailator.tasks.UnsupportedFormatException: No suitable ImageReader found for source data. at net.coobird.thumbnailator.tasks.io.In... 阅读全文
posted @ 2015-06-14 09:13 yshy 阅读(15495) 评论(5) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 66 下一页