自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(29)
  • 资源 (11)
  • 收藏
  • 关注

原创 vue在使用element组件出现<el-input >标签无法输入,解决方案

在使用element组件出现<el-input >标签无法输入,苦恼了好久、头发也掉了好几根(脑补掉头发的情景????????????????......),终于在灵光一闪的情况下解决了这个”大问题“。话不多说直接上代码:错误代码:<el-form size="mini" :label-position="labelPosition" label-width="80px" :model="user"> <el-form-item label="姓名:"&

2020-12-03 17:06:05 6692

原创 MacOS 优化 idea项目启动时间

刚开始在mac中使用idea启动项目的时间,是非常快的,用过一段时间之后发现项目启动时间要占用17s,所以对次做出来优化。在此提供一个方法,若有更为合适的方法,各位道友补充。查看本地Mac的名称修改格式: 127.0.0.1 localhost <hostname>.local修改本地文件 打开终端进入到本地etc目录下,并修改hosts文件。若存在127.0.0.1 localhost 在此后追加<hostname>.lo...

2020-11-27 09:51:42 554 2

原创 macos 修改idea 代码大小写提示

修改的版本号为:2020.1,其他版本或许会有不同。设置步骤:intelliJ IDEA > preferences>Editor>code Completion,取消勾选Match case 即可设置为不区分大小写。

2020-11-18 11:05:05 636

原创 java.lang.ClassCastException: **** cannot be cast to org.springframework.security.core.userdetails.U

java.lang.ClassCastException: **** cannot be cast to org.springframework.security.core.userdetails.User出现上述错误,解决方式主要有以下几点(具体情况,具体分析):确认导包是否正确 查看字段是否一致 查看字段类型是否一致...

2020-11-13 14:49:16 5068

原创 macOS安装homebrew教程

macOS安装homebrew教程简介官网资料homebrew是一款自由及开源的软件包管理工具,用以简化macOS系统上的软件安装过程。是由ruby语言写成,使用homebrew的默认安装目录为/usr/local,有一个核心git代码库构成,以使用户能够更新Homebrew。本文主要介绍homebrew的安装介绍。安装脚本Homebrew默认脚本:/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Hom

2020-11-10 11:18:30 529

原创 macOS中使用idea创建mapper.xml文件

macOS中使用idea创建mapper.xml文件首先点击:Intellij IDEA—>Preferences…,或者直接使用快捷键command+,然后:Editor–>File and Code Templates–>File下的➕号,出现如图所示,再对创建的文件命名(Name)以及文件的扩展类型(Extension)。此处是创建的Mapper.xml,所以Name:Mapper,Extension:xml下面展示内容为 mapper.xml文件所需要的固有格式:&lt

2020-10-13 18:35:07 771

原创 使用@ConfigurationProperties注解 对bean进行注入的时候出现报错

SpringBoot在yml中对Bean进行注入的时候,使用@ConfigurationProperties注解的时候,需要使用@Component注解使用@ConfigurationProperties(prefix ="命名不建议包含大写")open Documentation... 官方文档介绍:Generating Your Own Metadata by Using...

2020-01-13 09:48:07 7366 2

原创 SpringBoot 多数据源整合事务管理注意事项

微信公众号的链接:https://mp.weixin.qq.com/s/J5nKdAW9UTnvRsmRDzaDCw

2019-12-30 11:17:17 259

原创 IllegalArgumentException: Cannot pass a null GrantedAuthority collection

查看报出的异常信息:java.lang.IllegalArgumentException: Cannot pass a null GrantedAuthority collection即为:不能传递空的授予权限集合protected void configure(AuthenticationManagerBuilder auth) throws Exception { ...

2019-12-30 10:15:26 5963 2

原创 读取.ini格式配置文件 中数据库配置的信息

public class Sql { public static void main(String[] args) { initConfig(); } public static void initConfig() { InputStream inf = Sql.class.getClassLoader().getResourceAsStream("*/*/*/defalu...

2019-10-14 10:33:36 505

原创 判断数组,集合不重复值

public static void main(String[] args) throws IOException { String [] list1 = new String[6]; list1[0] = "11"; list1[1] = "122"; list1[2] = "3"; list1[3] = "3"; lis...

2019-10-08 10:13:20 213

原创 检测是否上传图片

<input type= "file" id="uploadifynew">function defaultQuery(){ var fileFlag = false; $("input[id='uploadifynew']").each(function(){ if($(this).val()!="") { fileFlag = true;...

2019-07-15 21:09:08 442

原创 sql server2014 Sql Server身份验证进行连接

首先去设置服务器属性为windows和sql server双认证方式。下一步去看你的配置对象,此处以sa为例右键属性,密码随意改。此处密码修改之后,再次打开,系统会自动将你的密码变为很长一串的掩码,实际上密码未变,不用管。其余的照图勾,把强制实施密码策略去掉状态栏,依旧照图勾找到SqlServer 2014 配置器两次右键属性,如下图...

2019-06-12 17:51:19 668 1

原创 jQuery Validate 自定义校验手机号

校验规则: 19*号段目前已知有:199 14*号段目前已知有:147、148 可能不够完整,有待补充...........//手机号码验证 jQuery.validator.addMethod("isMobile", function(value, element) { va...

2019-04-18 15:04:35 834

原创 maven项目出现红叉但是不报错Markers显示:Cannot change version of project facet Dynamic Web Module to 3.0错误

maven项目在eclipse里以web项目部署出错,转化版本失败。Dynamic Web Module版本不对,或者java版本不对。1.修改.settings里的org.eclipse.wst.common.project.facet.core.xml文件,设置Dynamic Web Module版本和java版本。windows--show view--Navigator。...

2019-03-11 18:06:05 174

原创 Element 'context:include-filter' must have no character or element information item [children], ....

cvc-complex-type.2.1: Element 'context:include-filter' must have no character or element information item [children], because the type's content type is empty.问题原因:通常从网上复制代码,可能会出现字符编码问题。 解决方式:对...

2019-03-11 17:43:03 1178

原创 com.ibatis.sqlmap.client.SqlMapException: There is no statement named ***** in this SqlMap.

先查看配置文件:实体映射文件xxx.xml未加入到sqlMap-Config.xml文件中。 com.ibatis.sqlmap.client.SqlMapException: There is no statement named PLCD_D.insertPLCD_D in this SqlMap.    at com.ibatis.sqlmap.engine.impl.SqlM...

2019-02-20 14:19:40 705

原创 SQLyog 快捷键

连接Ctrl+M            创建新连接Ctrl+N            以当前连接属性创建新连接Ctrl+F4/Ctrl+W        断开当前连接Ctrl+Tab            切换到下一个连接Ctrl+Shift+Tab        切换到上一个连接Ctrl+1...8        选择连接(1到8)Ctrl+9            选择最后一个连...

2019-02-15 11:53:33 927 1

原创 网络编程socket

 服务端代码://服务端public class serverSocket { public static String _pattern = "yyyy-MM-dd HH:mm:ss SSS"; public static SimpleDateFormat format = new SimpleDateFormat(_pattern); // 设置超时间 ...

2018-11-21 10:23:43 138

原创 Apache POI Excel操作

 有需要的可以下载:下载链接:https://download.csdn.net/download/j960828/10774019

2018-11-09 09:46:51 135

原创 SVN: E175002: connection refused by the server的解决方法

SVN: E175002: connection refused by the server  可以去服务中查看SVN 服务是否开启,如果关闭,点击运行

2018-08-22 23:31:25 3618

原创 ubantu安装CURL

ubantu16.04安装成功。1.下载curl包,可以在这个网站上找最新的版本 http://curl.haxx.se/download命令:wget https://curl.haxx.se/download/curl-7.55.1.tar.gz2.下载中......3.解压命令:tar -xzvf curl-7.55.1.tar.gz4.覆盖安装 cd ...

2018-08-13 13:51:07 834

原创 ubantu修改密码(不是重置密码)

1.进入到桌面模式2.使用快捷键Ctrl+Alt+T进入终端模式3.输入命令:sudo passwd,回车4.然后输入当前账号的密码,如果输入错误会提示你"Sorry,try again",对不起,请再试一次的英文,如果输入成功会提示Enter new UNIX password(输入新的密码):5.需要输入两次新的密码,输入正确则修改成功 ...

2018-08-10 09:52:31 491 1

原创 忽略警告的注解@SuppressWarnings

简介:java.lang.SuppressWarnings是J2SE5.0中标准的Annotation之一。可以标注在类、字段、方法、参数、构造方法,以及局部变量上。作用:告诉编译器忽略指定的警告,不用在编译完成后出现警告信息。使用:@SuppressWarnings(“”)@SuppressWarnings({})@SuppressWarnings(value={})根据sun的官方文档...

2018-08-07 10:28:22 1120

转载 9个基于Java的搜索引擎框架

1、Java 全文搜索引擎框架 Lucene毫无疑问,Lucene是目前最受欢迎的Java全文搜索框架,准确地说,它是一个全文检索引擎的架构,提供了完整的查询引擎和索引引擎,部分文本分析引擎。Lucene为开发人员提供了相当完整的工具包,可以非常方便地实现强大的全文检索功能。下面有几款搜索引擎框架也是基于Lucene实现的。官方网站:http://lucene.apache.org/2...

2018-07-31 15:27:16 112

原创 在jsp页面进行时间戳的转换

代码(参考)后台: 页面: 在jsp页面中使用jstl标签将long型的时间戳转换为格式化后的时间字符串1.通过&lt;jsp:useBean /&gt; 导入java.util.Date类 &lt;%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %&gt;2.通过&lt;jsp:...

2018-07-31 15:20:17 2330

转载 基于Java的9个搜索引擎框架

1、Java 全文搜索引擎框架 Lucene毫无疑问,Lucene是目前最受欢迎的Java全文搜索框架,准确地说,它是一个全文检索引擎的架构,提供了完整的查询引擎和索引引擎,部分文本分析引擎。Lucene为开发人员提供了相当完整的工具包,可以非常方便地实现强大的全文检索功能。下面有几款搜索引擎框架也是基于Lucene实现的。官方网站:http://lucene.apache.org/2、开源Jav...

2018-06-25 16:14:37 2282

原创 eclipse 在启动的过程中出现闪退现象的解决方法(具体问题具体分析)

删除工作空间中的workbench.xmi文件即可.路径:/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi

2018-05-17 17:21:51 373

原创 Servlet.service() for servlet [jsp] in context with path [] threw exception [java.lang.ClassCastExce

2018-04-12 17:23:18 3095

AD620 623资料.zip

AD620和AD623芯片,一款低成本、高精度仪表放大器,仅需要一个外部电阻来设置增益,增益范围为1至10000(ad623为1000)倍。在管脚上两个芯片是互用的,只是增益的运算公式不一样。AD620的增益G =49.4 kΩ/R G + 1,AD623的增益G =100 kΩ/R G + 1。增益带宽积参数上也是差不多,都在1M以内,基本是用于低频的信号。如需较高增益带宽的仪表放大器可以使用AD8421,但是注意芯片管脚不是兼容的。AD620的供电范围是大于AD623的,为了兼容AD623芯片我们设计采用了正负5V的供电。由单电源降压后再转换为负电源

2020-03-16

全国省市区县街道的数据.sql

全国省市区县街道的数据.省市县区街道乡镇SQL语句,分享.

2019-09-20

Apache POI Excel操作

Apache POI Excel操作 需要的文档,.介绍,相关jar包,maven中的配置等,比较全面

2018-11-09

人工智能AI(PDF)

本书从一个新颖的角度对人工智能各方面的问题进行了探讨。由浅入深地介绍了整个人工智能系统和agent的发展历程.

2018-08-25

图像处理、分析与机器视觉(第四版)

本书是英文第4版的中文翻译版本,大约有五分之一的内容更新。主要更新的内容包括:增加了一些最新的算法,增加了习题部分,重写了部分内容。更为具体的内容更新请参考作者序。 本书是在第3版中文翻译的基础上,按照直译的原则进行翻译的,与英文版形成完全的对照。对于英文版中明显存在的排印或疏忽类的错误,都进行了更正。由于这些错误一般都很明显,因此译文中没有专门声明,读者如果对照英文版,不难看出其出处。

2018-08-23

Pygame中文文档

文档中包含所需要的中文文档,BufferProxy、Color、display、等文档方法信息

2018-07-20

Python 查询ip

Introduction 1 1.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 Enhanced interactive Python shell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.3 Interactive parallel computing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2 Installation 5 2.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.2 Installing IPython itself . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.3 Basic optional dependencies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2.4 Dependencies for IPython.kernel (parallel computing) . . . . . . . . . . . . . . . . . . . . 8 2.5 Dependencies for IPython.frontend (the IPython GUI) . . . . . . . . . . . . . . . . . . . . 9 3 Using IPython for interactive work 11 3.1 Quick IPython tutorial . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 3.2 IPython reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 3.3 IPython as a system shell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73 3.4 IPython extension API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 4 Using IPython for parallel computing 85 4.1 Overview and getting started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 4.2 IPython’s multiengine interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91 4.3 The IPython task interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107 4.4 Using MPI with IPython . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109 5 Configuration and customization 111 5.1 Initial configuration of your environment . . . . . . . . . . . . . . . . . . . . . . . . . . . 111 5.2 Customization of IPython . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115 5.3 New configuration system . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 120 6 What’s new 121 6.1 Release 0.9 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121 6.2 Release 0.8.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125 6.3 Release 0.8.3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 126 6.4 Release 0.8.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 126 6.5 Older releases . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 126 i 7 Development 127 7.1 IPython development guidelines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127 7.2 Development roadmap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134 7.3 IPython.kernel.core.notification blueprint . . . . . . . . . . . . . . . . . . . . . . . . . . . 137 8 Frequently asked questions 139 8.1 General questions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139 8.2 Questions about parallel computing with IPython . . . . . . . . . . . . . . . . . . . . . . . 139 9 History 141 9.1 Origins . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141 9.2 Today and how we got here . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141 10 License and Copyright 143 10.1 License . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143 10.2 About the IPython Development Team . . . . . . . . . . . . . . . . . . . . . . . . . . . . 144 10.3 Our Copyright Policy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 144 10.4 Miscellaneous . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 144

2018-07-20

SSM常用的jar

常用的spring、springMVC、mybatis整合的框架基本框架使用的jar

2018-05-17

java图片处理JAI 的jar

处理图片格式的转换,java图片处理jai所需要的jar包,分享

2018-05-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除