#T2

SpringBoot2.X新版本配置拦截器在项目中的使用

拦截器:和过滤器用途基本类似SpringBoot2.X新版本配置拦截器implementsWebMvcConfigure自定义拦截器HandlerInterceptorpreHandle:调用Controller某个方法之前postHandle:Controller之后调用,视图渲染之前,如果控制器Controller...

Servlet3.0+SpringBoot2.X注解Listener常用监听器

监听器:应用启动监听器,会话监听器,请求监听器作用:ServletContextListener应用启动监听HttpSessionLisener会话监听ServletRequestListener请求监听...

基于 select2 插件的自做效果

  select2插件很好用,但是样式在其基础上改了又改都觉得不好。。。于是选择只使用它的展示框,而不使用它的下拉框,自己写一个列表来配合使用,下图为修改后的样子:    选择的样子:  限制选择个数的样子:  下面说说思路:1、使用$(".select").on("select2:opening"...

select2 插件

  项目功能需求一个好看的多选插件,支持删除那种,同组后台推荐以前用过的一款基于jquery的插件:select2,查了一下,嗯,跟需求的一样!  使用插件,需要引入:<scriptsrc="jquery-1.11.3.js"></script><scriptsrc="select2.js...
代码星球 ·2020-09-13

(实例2) TFT2.0液晶屏幕测试 mega2560

   关键修改针对mega2560板子 #defineTFT_RSTA4#defineTFT_RSA3#defineTFT_CSA5//SS#defineTFT_SDIA2//MOSI#defineTFT_CLKA1//SCK#defineTFT_LEDA0//0ifwiredt...

TFT2.2

https://cdn-learn.adafruit.com/downloads/pdf/2-2-tft-display.pdf     ...
代码星球 ·2020-08-29

(实例1) TFT2.0液晶屏幕测试

  型号尺寸:2.0寸驱动芯片:ILI9225分辨率:176*220     安装这个库  #include"SPI.h"#include"TFT_22_ILI9225.h"#defineTFT_RSTA4#defineTFT_R...

JS组件Bootstrap之select2 使用心得

2018-01-30需求描述:输入框实时搜索功能,其中一个支持多选。如图:  解决方案:采用前端组件——select2(Select2提供了一个可自定义的选择框,支持搜索,标记,远程数据集和许多更高级的选项。)参考链接:select2入门地址:https://select2....

Tessnet2 a .NET 2.0 Open Source OCR assembly using Tesseract engine

http://www.pixel-technology.com/freeware/tessnet2/  Tessnet2a.NET2.0OpenSourceOCRassemblyusingTesseractengineKeywords:Opensource,OCR,Tesseract,.NET,DO...

select2插件的使用

<selectid="prd_tech_for_load"class="selectable"></select> 不需要分页时,直接在select内添加option列表如果要分页的话$(function(){$("#prd_tech_for_load").select2();vars...
代码星球 ·2020-08-09

Could not find com.android.tools.build:aapt2:3.2.1-4818971.

 Couldnotfindcom.android.tools.build:aapt2:3.2.1-4818971.Searchedinthefollowinglocations:file:/H:/Android/android-sdk/extras/m2repository/com/android/tools...

XMLHttpRequest2.0的进步之处

varxhr=newXMLHttpRequest();xhr.open('GET','example.php');xhr.send();xhr.onreadystatechange=function(){if(xhr.readyState==4&&xhr.status==200){alert(xhr.r...
代码星球 ·2020-08-08

retrofit2+rxjava+okhttp网络请求实现

第一步:添加依赖:compile'io.reactivex:rxandroid:1.2.0'compile'com.squareup.retrofit2:adapter-rxjava:2.1.0'compile'com.squareup.retrofit2:converter-gson:2.1.0'compile'co...

samrt210开发板ping-系列问题(开发板ping通主机,主机ping通虚拟机,唯独~开发板ping不通虚拟机)

硬件:PC机、虚拟机(Linux)、开发板(smart210)常用模型:注:1).有线网卡与无线网不可同连一个路由器,不可在同网段;  2).vmware选择桥接模式,虚拟网络适配器选定具体的网卡名称(有线/无线);  3).将开发板、PC机、虚拟机的IP置于同网段下;选用模型(2)作为目标1.确保smart210_u...

springboot2.x实现oauth2授权码登陆

参考文章:https://blog.csdn.net/qq_27828675/article/details/82466599一进行授权页浏览器输入http://localhost:8081/oauth/authorize?response_type=code&redirect_uri=http://local...
首页上一页...23456...下一页尾页