推荐
专栏
教程
课程
飞鹅
本次共找到2665条
显示接口
相关的信息
Easter79
•
3年前
springioc学习
springioc类图!(https://oscimg.oschina.net/oscnet/up1f3f48e7a24e818fcd4392d8ab50311b462.png)springioc关键接口:ResourceBeanDefinitionReaderBeanFactoryBeanDe
昔不亏
•
4年前
「小程序 — 云开发」搜索跳转
样式如图:在home.wxml中js<confirmtype:键盘的右下角按钮显示'搜素'bindconfirm:按下键盘'搜索'按钮bindinput:在输入框输入过程中触发事件bindtap:点击搜索图标<viewclass"search"<inputtype"text"placeholder"搜索菜品"con
Easter79
•
3年前
SpringBoot2.0 基础案例分类目录,附源码地址
本文源码GitHub:知了一笑https://gitee.com/cicadasmile/springbootbaseSpringBoot2基础文章分类1、入门基础SpringBoot2.0基础案例(01):环境搭建和RestFul风格接口(http
Wesley13
•
3年前
Ubuntu17.10中安装ssh服务
查看ssh是否安装t@tvm:~$netstatanpt(并非所有进程都能被检测到,所有非本用户的进程信息将不会显示,如果想看到所有信息,则必须切换到root用户)激活Internet连接(服务器和已建立连接的)ProtoRecvQSendQLocalAddress
Wesley13
•
3年前
PO设计模式
开发环境:python3.6.5selenium2.48.0pytest框架Android5.1工具:pycharmAppiumGenymotion测试机型:SamsungGalaxyS6需求:设计3个测试用例1.实现点击设置显示放大镜(查找)输入内容点击返回按钮2.实现点击设置
Stella981
•
3年前
ArrayBlockingQueue 和LinkedBlockQueue
ArrayBlockingQueueArrayBlockingQueue是Java多线程常用的线程安全的一个集合,基于数组实现,继承自AbstractQueue,实现了BlockingQueue和Serializable接口。//先看看器内部的成员变量:privatestaticfinallongserialV
Stella981
•
3年前
Shiro源码分析
在Shiro中,登录操作是由Subject的login()方法完成的,Subject是个接口,在Web环境中,实现类为WebDelegatingSubject,login方法从DeletatingSubject继承而来:publicvoidlogin(AuthenticationTokentoken)throwsAuthenti
Stella981
•
3年前
Discuz!开发之模板标签语法学习
一、加载模板使用template()函数显示已存在模板:在Discuz!程序执行中可以通过includetemplate('模板文件夹/模板名称无后缀');的方式进行解析!template()函数定义于./source/function/function\_core.phpDiscuz!模板的解析逻辑定义于./source/class/c
Easter79
•
3年前
Spring中ApplicationContext的事件机制
ApplicationContext事件机制是观察者设计模式的实现,通过ApplicationEvent类和ApplicationListener接口,可以实现ApplicationContext事件处理。如果容器中有一个ApplicationListenerBean,每当ApplicationContext发布ApplicationEvent时,
京东云开发者
•
7个月前
Seata 源码
作者:京东物流张士欣核心接口和类ResourceManagerResourceManager是seata的重要组件之一,RM负责管理分支数据资源的事务。AbstractResourceManager实现ResourceManager提供模板方法。Defau
1
•••
108
109
110
•••
267