上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 36 下一页
摘要: String s = "1,3;2,3,4;5";String[] split = s.split(";");double[][] d;d = new double[split.length][];for (int i = 0; i < split.length; i++) { String[] s 阅读全文
posted @ 2019-11-11 12:13 雷神约 阅读(228) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-sca 阅读全文
posted @ 2019-11-07 14:13 雷神约 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-11-04 18:41 雷神约 阅读(193) 评论(0) 推荐(0) 编辑
摘要: package com.jd.ng.shiro.testFactory;import java.io.*;/** * @author wangzhilei * @Author: husToy.Wang * @Date: 2019/10/30 15:20 * @Version 1.0 * @date 阅读全文
posted @ 2019-10-30 16:46 雷神约 阅读(176) 评论(0) 推荐(0) 编辑
摘要: #### Pc 前端- 前台: HTML5+CSS3+Javascript- 中后台: Vue2.0+Axios+Vuex+QS+Vue-Cookie+Element-ui / React.js+DVA+Antd Designed+Fetch (或者是Umi.js)#### 移动端- Flutter 阅读全文
posted @ 2019-09-29 09:40 雷神约 阅读(211) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xiandedanteng/p/9009964.html 阅读全文
posted @ 2019-09-26 18:20 雷神约 阅读(410) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-09-23 11:43 雷神约 阅读(249) 评论(0) 推荐(0) 编辑
摘要: MYSQL数据库类型与JAVA类型对应表 MYSQL数据库类型与JAVA类型对应表 类型名称 显示长度 数据库类型 JAVA类型 JDBC类型 索引(int) VARCHAR L+N VARCHAR java.lang.String 12 CHAR N CHAR java.lang.String 1 阅读全文
posted @ 2019-09-05 16:10 雷神约 阅读(4773) 评论(0) 推荐(2) 编辑
摘要: 引入相关pom依赖 <!-- https://mvnrepository.com/artifact/com.google.zxing/core 生成二维码 --> <dependency> <groupId>com.google.zxing</groupId> <artifactId>core</a 阅读全文
posted @ 2019-09-02 09:50 雷神约 阅读(536) 评论(0) 推荐(0) 编辑
摘要: # Spring boot applicationspring: application: name: hello-dubbo-service-user-provider# UserService service versionuser: service: version: 1.0.0# Dubbo 阅读全文
posted @ 2019-08-26 08:53 雷神约 阅读(980) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 36 下一页