摘要: CREATE TABLE `znt_post` ( `id` BIGINT(20) NOT NULL AUTO_INCREMENT COMMENT '主键id', `title` VARCHAR(500) NULL DEFAULT NULL COMMENT '标题' COLLATE 'utf8mb4 阅读全文
posted @ 2015-12-15 18:14 _ylsn 阅读(312) 评论(0) 推荐(0) 编辑
摘要: function publishPost(postId){ var _csrf = jQuery('*[name="_csrf"]').val(); jQuery.ajax({ type:"POST", url:"/service/post/publishPost", data:{"postId": 阅读全文
posted @ 2015-12-15 18:08 _ylsn 阅读(162) 评论(0) 推荐(0) 编辑
摘要: package test;import java.io.BufferedReader;import java.io.File;import java.io.FileReader;import java.io.IOException;import java.util.ArrayList;import ... 阅读全文
posted @ 2015-12-15 17:57 _ylsn 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 比对版本号工具:package com.dbn.common.util;import com.dbn.common.checker.Checker;import com.dbn.common.vo.BizVo;import com.dbn.common.vo.ZntRequest;import ja... 阅读全文
posted @ 2015-12-15 17:53 _ylsn 阅读(367) 评论(0) 推荐(0) 编辑