码迷,mamicode.com
首页 >  
搜索关键字:ma    ( 3043个结果
spring中InitializingBean接口使用理解
spring中InitializingBean接口使用理解 InitializingBean接口为bean提供了初始化方法的方式,它只包括afterPropertiesSet方法,凡是继承该接口的类,在初始化bean的时候会执行该方法。 测试程序如下: 配置文件如下: Main主程序如下: 运行Ma ...
分类:编程语言   时间:2019-09-04 09:30:19    阅读次数:98
登陆 数据库查找 以及redis校验验证码
``` //用于生成验证ma const svgCaptcha = require("svg-captcha") //mysql 用于在数据库中查找前端输入的用户名和密码 const mysql = require('mysql'); const connection = mysql.createC... ...
分类:数据库   时间:2019-09-04 00:20:09    阅读次数:91
SpringBoot-YAML语法
配置文件简介 1.SpringBoot使用一个全局的配置文件,配置文件名是固定的,配置文件除了使用application.properties类型,还可以是后缀名为:.yml或.yaml的类型 application.properties application.yml 2.配置文件放在src/ma ...
分类:编程语言   时间:2019-09-03 17:00:45    阅读次数:273
同网页的WebRTC实现与源码分析
基本按照 "Real time communication with WebRTC" 搭建(下面简称该网站为官方tutorial) 本文重视WebRTC的基于同页面通信的代码实现,主要讲述顺序是WebRTC的三大API顺序,一些原理、拓展的部分在链接和后续中 [TOC] 基本环境搭建 已有环境 Ma ...
分类:Web程序   时间:2019-08-31 19:19:40    阅读次数:114
Remove Element
Given an array and a value, remove all instances of that value in place and return the new length. The order of elements can be changed. It doesn't ma ...
分类:其他好文   时间:2019-08-27 00:57:37    阅读次数:71
Spark中资源与任务的关系
在介绍Spark中的任务和资源之前先解释几个名词: Dirver Program:运行Application的main函数(用户提交的jar包中的main函数)并新建SparkContext实例的程序,称为驱动程序,通常用SparkContext代表驱动程序(任务的驱动程序)。 Cluster Ma ...
分类:其他好文   时间:2019-08-27 00:55:33    阅读次数:144
调用门简单概括
?//通过调用门调用的 函数void _declspec(naked) GateFun(){ g_num = 100; _asm mov [ g_esp ] , esp; _asm mov ax , ss; _asm mov word ptr [g_ss],ax _asm retf;}?int ma... ...
分类:其他好文   时间:2019-08-26 20:54:51    阅读次数:108
带返回值的线程
创建一个线程有几种方式,很容易想到的就是集成Thread类,实现Runnable接口,还有一种方式就是自己定义的线程类实现Callable接口,这种方式相较于实现Runnable接口具有带有返回值的特点,大家都知道在java中主线程中创建的线程可以独立于主线程执行,也就是说main函数结束了。在ma ...
分类:编程语言   时间:2019-08-24 23:01:57    阅读次数:113
Luogu1993 小K的农场 (差分约束)
$if \ a b include include include include define R(a,b,c) for(register int a = (b); (a) = (c); (a)) define Fill(a,b) memset(a, b, sizeof(a)) define Ma ...
分类:其他好文   时间:2019-08-24 22:56:08    阅读次数:101
使用procedump捕获未处理异常的dump
-ma full memory dump, always do this on 2003 as 4gb is not much and it is good to have the heap -mp miniplus, 2007 – 2010 grabs the essential linked h ...
分类:其他好文   时间:2019-08-24 13:19:40    阅读次数:99
3043条   上一页 1 ... 37 38 39 40 41 ... 305 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!