在eclipse中安装properties插件PropertiesEditor及设置(附图),ASCII码转换成中文安装成功后ASCII还是不能转换成中文的,原因是设置里面没有把编码设置为utf8的,直接在文件里面设置不行,需要全局设置的才起作用。 在线编码转换ASCII<->Nativehttp: ...
分类:
其他好文 时间:
2021-02-19 13:47:51
阅读次数:
0
前言 使用springboot开发项目简单迅速,学习sprinboot原理,先明白springboot基本原理,自己动手写一个springboot的简单启动类,了解properties文件中的配置被什么地方使用,如何使用,配置文件又是如何改变springboot启动类的。 原理 使用@Configu ...
分类:
编程语言 时间:
2021-02-19 13:42:54
阅读次数:
0
<!DOCTYPE html><html> <head><meta charset="UTF-8"><title>离子星空</title><style type="text/css">* {margin: 0;padding: 0;}#myCanvas {background-color: blac ...
分类:
其他好文 时间:
2021-02-19 13:31:53
阅读次数:
0
var number = 0.1 + 0.2; console.log(number);//打印结果是:0.30000000000000004 //转换成整数在计算 var number = (0.1*10 + 0.2*10) / 10; console.log(number);//打印结果是0.3 ...
分类:
Web程序 时间:
2021-02-19 13:21:11
阅读次数:
0
cat my_car.py 1 #! /usr/bin/python 2 # -*- coding:utf-8 -*- 3 4 5 from car import Car 6 from electric_car import ElectricCar 7 # Car类逻辑测试 8 my_new_car ...
分类:
其他好文 时间:
2021-02-19 13:19:13
阅读次数:
0
Problem Description Bruce Force has had an interesting idea how to encode strings. The following is the description of how the encoding is done:Let x1 ...
分类:
其他好文 时间:
2021-02-19 13:18:41
阅读次数:
0
前言 1、配置虚拟主机有两种方式,可以在默认的httpd.conf 配置文件中;也可以在conf.d 目录下面做 vhosts.conf 文件的配置处理。这边优先考虑第二种,因为第二种更加方便站点的维护管理 2、在conf.d目录下面做vhosts.conf 文件的添加。 注意:这里的vhosts. ...
分类:
Web程序 时间:
2021-02-19 13:05:05
阅读次数:
0
关键词 spring Java eclipse bean 多例模式 prototype 懒加载 lazy-init 写在前面 功能简述:对于多例模式的懒加载配置是否生效的测试。 刚接触,摸索中,低级错误,只是做个记录,轻喷。 (有错误)Xml配置文件(片段) <?xml version="1.0" ...
分类:
其他好文 时间:
2021-02-18 13:55:34
阅读次数:
0
在 React 中使用 element-ui 安装 npm i element-react --save npm install element-theme-default --save #主题 使用 import React from 'react'; import ReactDOM from ' ...
分类:
其他好文 时间:
2021-02-18 13:45:53
阅读次数:
0
下载依赖 npm i 引入element npm i element-ui -S main.js写入 import Vue from 'vue'; import ElementUI from 'element-ui';import 'element-ui/lib/theme-chalk/index. ...
分类:
其他好文 时间:
2021-02-18 13:43:15
阅读次数:
0