码迷,mamicode.com
首页 >  
搜索关键字:ref    ( 31755个结果
H5页面转成图片并下载到本地
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>html元素转canvas并一键生成png图片(支持img图片元素)</title> <!-- html2canvas将Dom节点在Canvas里边画出来 --> ...
分类:其他好文   时间:2018-05-04 11:59:00    阅读次数:3496
SpringBoot项目 org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Jetty servlet container报错
SpringBoot项目启动报错 解决方法: 1.如果之前启动过别的SpringBoot项目,直接更改端口号即可。 2.如果是新项目,添加相关依赖,具体见 https://bbs.csdn.net/topics/391039574 ...
分类:编程语言   时间:2018-05-04 11:48:32    阅读次数:2813
jvm内存结构
ref:http://www.cnblogs.com/ityouknow/p/5610232.html 1、JVM的内存结构 1.1:Java程序交给JVM执行,因此Java的内存区域划分实际上是JVM的内存区域划分。 Java源代码(.java)->字节码文件(.class)->jvm加载字节码文 ...
分类:其他好文   时间:2018-05-04 11:46:27    阅读次数:121
spring源码阅读(4)-- 容器启动之创建bean
通过《spring源码阅读(3)-- 容器启动之BeanFactoryPostProcessor》一文了解到了spring对扩展点BeanFactoryPostProcessor是如何处理的,接下来看看spring是如何创建bean的。进入AbstractApplicationContext.ref ...
分类:编程语言   时间:2018-05-04 01:31:17    阅读次数:234
清除浮动的方法以及优缺点
为什么清除CSS浮动这么难? 因为浮动会使当前标签产生向上浮的效果,同时会影响到前后标签、父级标签的位置及 width height 属性。而且同样的代码,在各种浏览器中显示效果也有可能不相同,这样让清除浮动更难了。 解决浮动引起的问题有多种方法,但有些方法在浏览器兼容性方面还有问题。 我根据自己的 ...
分类:其他好文   时间:2018-05-03 23:37:24    阅读次数:334
代码生成平台Xxl-Code-Generator
《代码生成平台Xxl Code Generator》 " " " " " " 一、简介 1.1 概述 Xxl Code Generator 是一个 "controller/service/dao/mybatis/model" 多层的代码生成平台。只需要提供SQL,将会自动生成全部代码。 1.2 特性 ...
分类:其他好文   时间:2018-05-03 22:14:31    阅读次数:489
cf976d Degree Set
"ref" cpp include include include include using namespace std; int n, d[305], deg[1005]; vector vec; int main(){ cin n; for(int i=1; i ...
分类:其他好文   时间:2018-05-03 22:05:30    阅读次数:119
[Angular] Increasing Performance by using Pipe
For example you make a function to get rating; Then using it in html: These code actually casues the preformance issues, because everything Angualr's ...
分类:其他好文   时间:2018-05-03 22:01:10    阅读次数:169
[dpdk] TSC , HPET, Timer, Event Timer,RDTSCP
关于dpdk timer跨越CPU core调度的准确性问题 首先dpdk的timer接口里边使用 cpu cycle来比较时间。根据之前的内容 [dpdk] dpdk --lcores参数 当一个EAL thread映射在多个processor上的时候,cpu cycle有可能在不同的CPU co ...
分类:其他好文   时间:2018-05-03 20:55:15    阅读次数:964
使用open-falcon监控vSphere
转 http://blog.51cto.com/wangzhijian/2094165 一、环境准备 二、初始化MySQL表结构 三、创建工作目录并下载解压文件 四、启动open-falcon 五、安装并启用dashboard 注1:dashboard的配置文件为:"rrd/config.py",请 ...
分类:其他好文   时间:2018-05-03 20:02:03    阅读次数:269
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!