上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: 1: excel 空白处添加指定汉字( 选中指定的某一块 Ctrl+G 定位条件 空值 键盘输入(会自动在第一个空值位置输入) Ctrl+enter) 之后所有 选中的空值都变成了输入的值了 阅读全文
posted @ 2021-10-20 15:16 雪儿蛇王 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 1:调用带有用户名密码的服务端接口 使用 axis调用 ***********************类开始********************************* package com.test.common;import java.util.ArrayList; import jav 阅读全文
posted @ 2021-10-18 15:11 雪儿蛇王 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 1:具体步骤 写个类继承HttpServletResponseWrapper 在类里 输出respopnse中的值 2: 在过滤器哪里引用 之后在将数据写入到response中 类的写法 package org.gocom.components.coframe.auth.intercepter; i 阅读全文
posted @ 2021-10-13 09:13 雪儿蛇王 阅读(3095) 评论(0) 推荐(0) 编辑
摘要: 1:具体步骤 写个类继承HttpServletRequestWrapper ( 读取流 将读出的流数据重新写入到流里 重写getReader读出流--写个getbody将变量读出) 这样流里有数据 ,变量也有数据 2:下面是完整代码 package org.gocom.components.cofr 阅读全文
posted @ 2021-10-12 11:23 雪儿蛇王 阅读(640) 评论(0) 推荐(0) 编辑
摘要: -- 1.添加PRIMARY KEY(主键索引) table_name 表名 column 列名ALTER TABLE `table_name` ADD PRIMARY KEY (`column`) ;-- 2.添加UNIQUE(唯一索引) ALTER TABLE `table_name` ADD 阅读全文
posted @ 2021-04-16 16:27 雪儿蛇王 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 产品编号Product Code: kfj6yg6rfyhqcha6cbgs6fsw3kyje7a6qr 序列号Serial Number: 276182口令Password: xs374ca 阅读全文
posted @ 2021-03-16 11:04 雪儿蛇王 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 1 : 使用 Navicat Premium 12 做迁移 安装 Navicat Premium 12 并且可以连接上MySQL 和 oracle 2: 迁移 3 : 验证 迁移完后主键 外键 索引 总数据条数 应该是没问题的 , 要自己迁移 函数 存储过程 视图 ,更改一部分字段数据类型 , 自己 阅读全文
posted @ 2020-06-24 23:26 雪儿蛇王 阅读(775) 评论(0) 推荐(0) 编辑
摘要: 1 : 下载 http://nginx.org/en/download.html windos常见命令 1: 查看Nginx版本:D:\F\nginx-1.6.3>nginx -v nginx -Vv只是简单显示版本信息,V不但显示版本信息,还显示配置参数信息。2: 启动:D:\F\nginx-1. 阅读全文
posted @ 2020-06-16 14:37 雪儿蛇王 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1: 下载 windows : https://github.com/microsoftarchive/redis/releases https://github.com/tporadowski/redis/releases linux : 官网下载 http://www.redis.cn/(中文网 阅读全文
posted @ 2020-05-26 17:25 雪儿蛇王 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 1: 需要的jar包 <!--pdf导出--> <dependency> <groupId>com.itextpdf</groupId> <artifactId>itextpdf</artifactId> <version>5.4.3</version> </dependency> <depende 阅读全文
posted @ 2020-05-26 14:16 雪儿蛇王 阅读(297) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 12 下一页