1.Spring-IOC spring-beans spring-context spring-core spring-expression commons-loging(日志包) 2.Spring-AOP com.springsoure.net.sf.cglib com.springsoure.o ...
分类:
其他好文 时间:
2020-06-17 23:24:04
阅读次数:
57
今天项目里遇到一个需求,密码输入框,不能输入中文,看了下主流的实现都是禁用输入法。 HIMC g_hIMC =NULL; richedit_ctrl_->AttachSetFocus([this](ui::EventArgs*){ g_hIMC = ImmAssociateContext(m_hWn ...
分类:
其他好文 时间:
2020-06-17 20:26:40
阅读次数:
42
1、流程 1)、导包 commons-logging-1.1.3.jar spring-aop-4.0.0.RELEASE.jar spring-beans-4.0.0.RELEASE.jar spring-context-4.0.0.RELEASE.jar spring-core-4.0.0.RE ...
分类:
编程语言 时间:
2020-06-17 20:09:43
阅读次数:
50
@ 前言 前面几篇文章,学习了Spring IOC、Bean实例化过程、AOP、事务的源码和设计思想,了解了Spring的整体运行流程,但如果是web开发,那么必不可少的还有Spring MVC,本篇主要分析在请求调用过程中SpringMVC的实现原理,通过本篇要搞懂它是怎么解决请求、参数、返回值映 ...
分类:
编程语言 时间:
2020-06-17 01:35:05
阅读次数:
62
<Host name="www.webdemo.com" appBase="webapps" unpackWARs="true" autoDeploy="true"> <Context path="" docBase="webdemo" /> </Host> 3.修改hosts文件(直接在末尾添加) ...
分类:
其他好文 时间:
2020-06-16 20:05:26
阅读次数:
56
1 <Context path="/my" docBase="d:/my"/> ...
分类:
其他好文 时间:
2020-06-16 20:02:48
阅读次数:
40
如何创建一个线程并启动 // 1.创建一个Thread类的实例对象 Thread thread = new Thread(); // 2.调用Thread实例对象的start方法 thread.start(); 线程启动后会在一个新的线程中运行线程对象的run方法 @Override public ...
分类:
编程语言 时间:
2020-06-16 18:48:00
阅读次数:
55
RPC概念 我的网络通信概念还停留在比较基础的地方, 直觉来说就是发送一个get/post请求, 设定一定的参数格式, 这样对方再解析你的数据, 基于此完成通讯. 而rpc则不使用这种显式的通讯方式, 通过proto与生成grpc文件, 里面提供方法, 供client与server通过方法来进行通讯 ...
分类:
其他好文 时间:
2020-06-16 18:27:42
阅读次数:
57
package com.android.demo.lileidemo.listener;import android.content.BroadcastReceiver;import android.content.Context;import android.content.Intent;impo ...
分类:
Web程序 时间:
2020-06-16 15:23:06
阅读次数:
78
package com.android.demo.lileidemo.listener;import android.content.BroadcastReceiver;import android.content.Context;import android.content.Intent;impo ...
分类:
其他好文 时间:
2020-06-16 15:08:33
阅读次数:
44