上一页 1 2 3 4 5 6 7 ··· 18 下一页
摘要: package com.nxhfzx.gdshopping.utils; import java.util.List; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.JavaType; import com.fasterxml.jackson.d... 阅读全文
posted @ 2019-04-18 14:11 BarneyX 阅读(321) 评论(0) 推荐(0) 编辑
摘要: package com.nxhfzx.gdshopping.entity; import java.util.List; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; /** * * @Title: LeeJSONResult... 阅读全文
posted @ 2019-04-18 14:10 BarneyX 阅读(2189) 评论(0) 推荐(1) 编辑
摘要: application.properties 文件内容 接下来我们自己创建一个RedisTemplate实例,不用SpringBoot自动为我们创建的那个 阅读全文
posted @ 2019-04-11 19:21 BarneyX 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 直接上代码: 好了,在终端完成以后就就可以双开微信了; 阅读全文
posted @ 2019-02-25 08:59 BarneyX 阅读(285) 评论(0) 推荐(0) 编辑
摘要: {dede:field.body function='replaceurl(@me)'/} 阅读全文
posted @ 2017-05-26 09:11 BarneyX 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 1 /* tcpcli.c */ 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 11 #define DEFAULT_PORT 8800 12 13 int main(int argc, c... 阅读全文
posted @ 2016-07-28 10:08 BarneyX 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 下面是总结的几个使用方法include 'PHPExcel.php';include 'PHPExcel/Writer/Excel2007.php';//或者include 'PHPExcel/Writer/Excel5.php'; 用于输出.xls的创建一个excel$objPHPExcel = ... 阅读全文
posted @ 2016-01-01 23:31 BarneyX 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 首先到phpexcel官网上下载最新的phpexcel类,下周解压缩一个classes文件夹,里面包含了PHPExcel.php和PHPExcel的文件夹,这个类文件和文件夹是我们需要的,把classes解压到你项目的一个目录中,重名名为phpexcel,开始喽,(代码都摘自自带实例)程序部分req... 阅读全文
posted @ 2016-01-01 23:30 BarneyX 阅读(333) 评论(1) 推荐(0) 编辑
摘要: 刪除原swap分區,重建swap,步驟如下:1,swapoff -a #停止交換分區2,fdisk /dev/sda #進入fdisk,刪除原swap分區,重新建立新分區(swap分區的系統ID是82, t選項可以修改),每操... 阅读全文
posted @ 2015-12-19 15:58 BarneyX 阅读(525) 评论(0) 推荐(0) 编辑
摘要: ::操作系统:windows xp sp3@echo off::初始化变量set str1=This is string1set str2=This is string2set str3=This is string3::先打印出原始数据echo str1=%str1%echo str2=%str2... 阅读全文
posted @ 2015-12-19 15:55 BarneyX 阅读(3917) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 18 下一页