码迷,mamicode.com
首页 > 2018年01月13日 > 全部分享
刷新页面的功能
<a class="btn btn-success radius r" style="line-height:1.6em;margin-top:3px" href="javascript:;" onclick="location.replace(location.href);" title="刷新" ...
分类:其他好文   时间:2018-01-13 11:15:43    阅读次数:131
java9新特性-14-多分辨率图像 API
1.官方Feature 251: Multi-Resolution Images 263: HiDPI Graphics on Windows and Linux 2.产生背景 在Mac上,JDK已经支持视网膜显示,但在Linux和Windows上,它并没有。在那里,Java程序在当前的高分辨率屏幕 ...
分类:编程语言   时间:2018-01-13 11:15:34    阅读次数:227
Geometry-587. Erect the Fence
There are some trees, where each tree is represented by (x,y) coordinate in a two-dimensional garden. Your job is to fence the entire garden using the ...
分类:其他好文   时间:2018-01-13 11:15:26    阅读次数:218
Graph-684. Redundant Connection
In this problem, a tree is an undirected graph that is connected and has no cycles. The given input is a graph that started as a tree with N nodes (wi ...
分类:其他好文   时间:2018-01-13 11:15:19    阅读次数:159
SpringMVC学习(一)
最近准备面试,所以把Spring MVC复习一下,主要是通过思维导图来学习 思维导图主要转载自微信公众号-java思维导图(供个人学习用,不做其他用途) 1、spring mvc简介与运行原理 Spring的模型-视图-控制器(MVC)框架是围绕一个DispatcherServlet来设计的,这个S ...
分类:编程语言   时间:2018-01-13 11:15:04    阅读次数:252
Brainteaser-292. Nim Game
You are playing the following Nim Game with your friend: There is a heap of stones on the table, each time one of you take turns to remove 1 to 3 ston ...
分类:其他好文   时间:2018-01-13 11:14:52    阅读次数:157
Divide and Conquer-169. Majority Element
Given an array of size n, find the majority element. The majority element is the element that appears more than ? n/2 ? times. You may assume that the ...
分类:其他好文   时间:2018-01-13 11:14:44    阅读次数:130
JavaScript基础知识(概念、常量和变量)
1、JavaScript概念 JavaScript是脚本语言; 编写之后,可以直接运行(缺失了编译的过程) 2、JavaScript发展 LiveScript => JavaScript => Jscript => ECMAScript(脚本语言的标准) || || || || 95年网景公司; 网 ...
分类:编程语言   时间:2018-01-13 11:14:38    阅读次数:162
[笔记]《JavaScript高级程序设计》- 事件
JavaScript与HTML之间的交互是通过事件实现的。事件,就是文档或浏览器窗口中发生的一些特定的交互瞬间。可以使用侦听器(或处理程序)来预定事件,以便时间发生时执行相应的代码。这种在传统软件工程中被称为观察员模式的模型,支持页面的行为(JavaScript代码)与页码。这种在传统软件工程中被称 ...
分类:编程语言   时间:2018-01-13 11:14:30    阅读次数:141
POJ1222熄灯问题
千年老题,以前用枚举做,现在用高斯消元做 自由元直接做成0即可 ...
分类:其他好文   时间:2018-01-13 11:14:19    阅读次数:138
java 注解详解
先引用一下百度百科的名词解析: 定义:注解(Annotation),也叫元数据。一种代码级别的说明。它是JDK1.5及以后版本引入的一个特性,与类、接口、枚举是在同一个层次。它可以声明在包、类、字段、方法、局部变量、方法参数等的前面,用来对这些元素进行说明,注释。作用分类:①编写文档:通过代码里标识 ...
分类:编程语言   时间:2018-01-13 11:14:12    阅读次数:209
Greedy- 621. Task Scheduler
Given a char array representing tasks CPU need to do. It contains capital letters A to Z where different letters represent different tasks.Tasks could ...
分类:其他好文   时间:2018-01-13 11:14:05    阅读次数:209
64. Minimum Path Sum
#week13 Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along it ...
分类:其他好文   时间:2018-01-13 11:13:58    阅读次数:103
bzoj 3238: [AHOI2013]差异
Time Limit: 20 Sec Memory Limit: 512 MB Description Input 一行,一个字符串S 一行,一个字符串S Output 一行,一个整数,表示所求值 一行,一个整数,表示所求值 Sample Input cacao Sample Output 54 H ...
分类:其他好文   时间:2018-01-13 11:13:51    阅读次数:136
java9新特性-1-概述
经过4次跳票,历经曲折的java 9 终于终于在2017年9月21日发布。 2.哪些人适合看这套视频? 已经熟悉或熟练运用java 8 及 之前 java 版本的开发人员、科研人员、学生及兴趣爱好者 本套视频不会从头介绍java的基本语法、面向对象等核心内容,这里讲解基于java 8 之后java ...
分类:编程语言   时间:2018-01-13 11:13:44    阅读次数:157
10.110.20.16上的MQTT server
apollo 10.110.20.16 root XnlzeNP2 /var/lib/apache-apollo-1.7.1 1 创建broker 进入 bin 创建 broker /bin/apollo create apollo 2 启动server 进入 mybroker/bin/apollo ...
分类:其他好文   时间:2018-01-13 11:13:36    阅读次数:143
【DFS】207. Course Schedule
#week19 There are a total of n courses you have to take, labeled from 0 to n - 1. Some courses may have prerequisites, for example to take course 0 yo ...
分类:其他好文   时间:2018-01-13 11:13:26    阅读次数:210
1417条   上一页 1 ... 64 65 66 67 68 69 70 ... 84 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!