04 2019 档案

摘要:# 编辑/etc/my.cnfvim /etc/my.cnf# 在[mysqld]标签下添加下面内容default-storage-engine = innodbinnodb_file_per_tablemax_connections = 4096collation-server = utf8_ge 阅读全文
posted @ 2019-04-29 16:38 change丶fl 阅读(3637) 评论(0) 推荐(0)
摘要:package demo2;import java.io.*;public class Stream{ //一个字节一个字节的复制,耗时11736毫秒 public static void fun() throws IOException { FileInputStream fis = new Fi 阅读全文
posted @ 2019-04-25 10:42 change丶fl 阅读(160) 评论(0) 推荐(0)
摘要:1)下载rpm安装包 阅读全文
posted @ 2019-04-23 17:21 change丶fl 阅读(338) 评论(0) 推荐(0)
摘要:只是个demo,需要数据校验,流程是通的 配置上传文件的解析器 前端代码; <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><!DOCTYPE html><html><head 阅读全文
posted @ 2019-04-19 10:04 change丶fl 阅读(1878) 评论(0) 推荐(0)