系统环境 centos7,php7.0 安装有关依赖 yum -y install gcc glibc-devel make ncurses-devel openssl-devel autoconf unixODBC unixODBC-devel socat 安装erlang运行环境 wget ht ...
分类:
Web程序 时间:
2021-01-06 11:39:23
阅读次数:
0
package List; import java.util.ArrayList; public class Demo01 { public static void main(String[] args) {// demo01();// demo02();// demo03(); ArrayList ...
分类:
其他好文 时间:
2021-01-05 11:27:22
阅读次数:
0
package LeetCode_212 /** * 212. Word Search II * https://leetcode.com/problems/word-search-ii/ * Given an m x n board of characters and a list of stri ...
分类:
其他好文 时间:
2021-01-05 11:21:11
阅读次数:
0
体验一下Flutter。 import 'package:flutter/material.dart'; void main() => runApp(new HelloWorldApp()); class HelloWorldApp extends StatelessWidget { @overri ...
分类:
其他好文 时间:
2021-01-05 11:16:44
阅读次数:
0
1.在 https://www.crx4chrome.com/extensions/jinjaccalgkegednnccohejagnlnfdag/ 点击 “Download”. 2.点击 “Download crx file from Crx4Chrome”. ...
分类:
其他好文 时间:
2021-01-05 11:10:58
阅读次数:
0
1.定义消息类型 package Common const ( LoginMesType = "LoginMes" LoginResType = "LoginResMes" ) type Message struct { Type string `json:"type"` //消息类型 Data s ...
分类:
其他好文 时间:
2021-01-05 10:59:42
阅读次数:
0
package mainimport ( "os/exec" "syscall")// open opens the specified URL in the default browser of the user.func main() { // 无GUI调用 cmd := exec.Comman ...
miao@openlib:~$ sudo rosdep init ERROR: cannot download default sources list from: https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sourc ...
分类:
其他好文 时间:
2021-01-05 10:38:30
阅读次数:
0
.eslintrc.js文件 进行语法检测 babel.config.js文件 babel的配置文件 .browserslistrc文件 不支持es6的浏览器,将代码转化为es5,进行兼容 进行兼容 last 2 version 表示所有浏览器兼容到最后两个版本 > 1% 代表着全球超过1%人使用的 ...
分类:
其他好文 时间:
2021-01-04 11:27:26
阅读次数:
0
一、关闭SpringBoot启动图标 package com.abc.springboot; import org.springframework.boot.Banner; import org.springframework.boot.SpringApplication; import org.s ...
分类:
编程语言 时间:
2021-01-04 11:06:53
阅读次数:
0