上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 52 下一页
摘要: FastJson配置 ObjectId 阅读全文
posted @ 2017-09-20 23:03 NewSea 阅读(1082) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/cnhnnyzhy/article/details/53128179 (4)Access Control Max Age 该字段可选,用来指定本次预检请求的有效期,单位为秒。上面结果中,有效期是20天(1728000秒),即允许缓存该条回应1728000秒( 阅读全文
posted @ 2017-09-20 15:19 NewSea 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 转: http://blog.csdn.net/fsp88927/article/details/37692215 SpringMVC 之类型转换 Converter 1.1 目录 1.1 目录 1.2 前言 1.3 Converter 接口 1.4 ConversionService 接口 1.5 阅读全文
posted @ 2017-09-17 18:56 NewSea 阅读(912) 评论(0) 推荐(0) 编辑
摘要: npm 升级模块 npm模块升级工具npm check 听说: 也可以更新. 没有试过. npm 升级出错 npm ERR! code EINTEGRITY , 运行: npm run dev 出错: spawn EACCES 执行: 帮助 npm 生命周期: http://www.ruanyife 阅读全文
posted @ 2017-08-31 10:16 NewSea 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 减少额外的总数查询 客户端缓存总条数 , 即,skip ==0 时,才查总条数, skip !=0 时, 返回 total = 1。 total == 1 表示客户端使用之前的数据总条数。 在skip ==0 时,如果查询的分页数量量小于 take 数, 不必查总条数。 代码表示: var list 阅读全文
posted @ 2017-08-09 22:29 NewSea 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 时间 程序的时间是本地时间 ,数据库中的时间是 ISO 标准时间 。 ISO时间 + 8 小时 = 本地时间(北京时间 ) Java驱动会自动做转化。 语法 数组查询 数据查询使用 elemMatch 删除指定位置的数组值. 目前还没找到方法 . 类似的 js: splice (1 , 1) htt 阅读全文
posted @ 2017-08-09 16:04 NewSea 阅读(221) 评论(0) 推荐(0) 编辑
摘要: Ubuntu安装 官方:https://developers.google.cn/ 其它: http://www.android-studio.org/ http://www.androiddevtools.cn/index.html 很重要的一点: Gradle 和 Gradle 插件是两个东西 阅读全文
posted @ 2017-07-27 22:02 NewSea 阅读(1001) 评论(0) 推荐(0) 编辑
摘要: 获取当前工作目录 basepath=$(cd `dirname $0`; pwd) 源文 : https://sexywp.com/bash-how-to-get-the-basepath-of-current-running-script.htm 阅读全文
posted @ 2017-06-09 16:48 NewSea 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 服务器端 Java定义 Java接受的格式,Kotlin Test 客户端需要PostBody内容: 客户端 定义: 测试: 阅读全文
posted @ 2017-05-01 15:24 NewSea 阅读(1626) 评论(0) 推荐(0) 编辑
摘要: 1. 数据 /* 5 */ { "_id" : ObjectId("5902f7ca2b3fe442d60a0946"), "code" : "akhbxu2h1s0l", "pcode" : "", "level" : 1, "hasCover" : false, "validateNumber" 阅读全文
posted @ 2017-04-28 16:12 NewSea 阅读(321) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 52 下一页