实现前后端的跨域,我是在后端配置类里实现 创建配置类 WebMvcConfig import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.ann ...
分类:
编程语言 时间:
2019-12-07 16:22:51
阅读次数:
101
1、ollvm下载编译 我的是macbook环境。 参考obfuscator官网:https://github.com/obfuscator-llvm/obfuscator/wiki 执行下面的命令下载并编译: $ git clone -b llvm-4.0 https://github.com/o ...
分类:
移动开发 时间:
2019-12-07 16:13:42
阅读次数:
262
CentOS 7字符集的问题与6有点区别,会出现下面问题,查看是中文,vi进入就变成乱码了 生产中修改配置文件 [root@ce1d2002a999 ~]# cat /etc/locale.conf LANG="zh_CN.UTF-8" 改为中文字符集 然后在查看更改后的系统语言变量 [root@5 ...
分类:
系统相关 时间:
2019-12-07 14:47:05
阅读次数:
108
一:基于接口(JDK1.3之后提供): import com.aiitec.service.IAccountService;import com.aiitec.utils.TransactionManager; import org.springframework.beans.factory.ann ...
分类:
其他好文 时间:
2019-12-07 14:37:05
阅读次数:
79
解读Bag of Tricks for Image Classification with Convolutional Neural Networks论文 ...
分类:
Web程序 时间:
2019-12-07 14:23:53
阅读次数:
114
生产者: # !/usr/bin/env python # -*- coding: utf-8 -*- import pika # 创建连接对象 connection = pika.BlockingConnection(pika.ConnectionParameters(host='localhos ...
分类:
其他好文 时间:
2019-12-07 01:09:11
阅读次数:
72
区块链能做什么,不能做什么? https://www.yicai.com/news/100057182.html文章很长 但是很值得一看。 目前真正落地并产生社会效益的区块链项目很少,除了区块链物理性能不高以外,区块链经济功能的短板也是重要原因。 一、引言 区块链最早作为比特币的底层技术由中本聪(N ...
分类:
其他好文 时间:
2019-12-06 10:05:23
阅读次数:
87
练习2-1 编译错误,无法运行。 练习2-2 package candle1220; class Nightwatch{ public static void main(String[] args) { int x,y,z; x=22; y=23; z=35; System.out .println ...
分类:
编程语言 时间:
2019-12-06 09:38:59
阅读次数:
95
PageObject 类 import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa ...
分类:
其他好文 时间:
2019-12-05 01:16:32
阅读次数:
85
Spring Boot 之FilterRegistrationBean --支持web Filter 排序的使用Spring 提供了FilterRegistrationBean类,此类提供setOrder方法,可以为filter设置排序值,让spring在注册web filter之前排序后再依次注册 ...
分类:
编程语言 时间:
2019-12-04 17:18:38
阅读次数:
148