stl_iterator_base.h : 迭代器类型萃取、特性; 几个特别的迭代器标签tag:input_iterator_tag、output_iterator_tag、forward_iterator_tag、bidirectional_iterator_tag、random_access_i... ...
分类:
其他好文 时间:
2019-10-10 13:02:14
阅读次数:
149
use (groovy.time.TimeCategory) { // 还可以与日期型的混用 def someDate = new Date()-1 a = someDate -7.months //三个月前的时间 return a.format('yyyy-MM-dd HH:mm:ss'); ..... ...
分类:
其他好文 时间:
2019-10-08 22:29:33
阅读次数:
215
其实转换成model类是有好处的,转换后可以减少上线后APP崩溃和出现异常,所以我们从这节课开始,要制作model类模型,然后用model的形式编辑UI界面。 类别json的分析 比如现在从后台得到了一串JSON数据: 模型层的建立 把模型层单独放到一个文件夹里,然后建立一个category.dar ...
分类:
Web程序 时间:
2019-10-08 17:28:39
阅读次数:
147
title: 玩转spring boot mybatis date: 2019 03 11 19:36:57 type: "mybatis" categories: mybatis 分类名 tags: mybatis 作为持久层的ORM框架,目前在国内主流之一就是MyBatis,学会用它,用好它肯定 ...
分类:
移动开发 时间:
2019-10-07 23:13:31
阅读次数:
254
什么是 JSONP 劫持 JSONP就是为了跨域 获取资源 而产生的一种 非官方 的技术手段(官方的有 CORS 和 postMessage),它利用的是 script 标签的 src 属性不受同源策略影响的特性。 我们遇到过很多的劫持的攻击方法,比如:dns 劫持、点击劫持、cookie劫持等等, ...
分类:
Web程序 时间:
2019-10-06 18:31:16
阅读次数:
160
1.创建表 CREATE TABLE News ( id INT, category INT, title VARCHAR (256), author VARCHAR (32), tag VARCHAR (256), content TEXT, -- 存储大型文本 creator VARCHAR ( ...
分类:
数据库 时间:
2019-10-06 11:27:14
阅读次数:
71
class CategoryController extends Controller { public function index() { $rootCats = Category::where('parent_id', null)->get(); return $this->tree($roo... ...
分类:
其他好文 时间:
2019-10-04 22:53:19
阅读次数:
102
XEN与VMware ESXi、Hyper-V 以及 KVM 架构与特点比较 2018年06月03日 12:47:15 Kim_Weir 阅读数 9402收起 分类专栏: 云计算 XEN与VMware ESXi、Hyper-V 以及 KVM 架构与特点比较 2018年06月03日 12:47:15 ...
分类:
系统相关 时间:
2019-10-03 14:30:01
阅读次数:
111
1、http://cxytiandi.com/blog/detail/17470 2、https://www.cnblogs.com/ityouknow/ 3、https://blog.csdn.net/forezp/article/category/6830968/2 4、https://www. ...
分类:
其他好文 时间:
2019-10-03 13:01:38
阅读次数:
64
Trianglated categories and derived categories are two thing I heard but do not learn for sake of short in motivations. ...
分类:
其他好文 时间:
2019-10-02 10:19:34
阅读次数:
71