码迷,mamicode.com
首页 >  
搜索关键字:描述符 属性 property    ( 115448个结果
广搜BFS 做题记录(python)
POJ百练 4116 拯救行动 【有序队列】 1.此题存在"慢路"(有守卫的位置)与"快路",遇到"慢路"需要消耗多倍时间/资源。故需要给类加一个是否"可直接判断"累减属性,对于"慢路",每次访问都减一,直到该属性转变为"可判断",此后与正常通路点一致; 2.关于python题解版本,参考hzw大佬 ...
分类:编程语言   时间:2021-03-29 11:57:13    阅读次数:0
Spring详解Aware接口
##Aware接口 在Spring中有许多的Aware接口,提供给应用开发者使用,通过Aware接口,我们可以通过set的方式拿到我们需要的bean对象(包括容器中提供的一些对象,ApplicationContext等),根据需要可以将其注入到本地对象的属性中。 先来看一个Spring两个基础的接口 ...
分类:编程语言   时间:2021-03-29 11:50:44    阅读次数:0
Vue-router 知识点
1.$route 与 $router 区别 router 为 VueRouter 的实例,相当于一个全局的路由器对象,里面含有汗多属性和子对象,例如 history 对象,经常用的跳转链接就可以用this.$router.push()和router-link跳转一样,它是一个路由对象,可以方便的使用 ...
分类:其他好文   时间:2021-03-29 11:36:38    阅读次数:0
javascript:属性和特性区别
attribute:html标签的属性 <div class="left" aa="bb" id="div1" checked="checked"></div> div1 = document.getElementById("div1"); div1.getAttribute("checked"); ...
分类:编程语言   时间:2021-03-26 15:29:51    阅读次数:0
CSS
5. CSS选择器 CSS选择器(Cascading Style Sheet,层叠样式表) css代码的写法:hl{color:red;} 选择器{css属性:属性值;} css代码的引入 # 方式一?head标签里面写<style> div{ background-color:red; heigh ...
分类:Web程序   时间:2021-03-26 15:17:00    阅读次数:0
eclipse-java
1、下载Eclipse 下载地址:https://www.eclipse.org/downloads/ 2、下载JDK https://www.oracle.com/java/technologies/javase-downloads.html 3、配置JAVA环境变量 右键【我的电脑】 【属性】 ...
分类:编程语言   时间:2021-03-18 14:46:05    阅读次数:0
Tripwire Tutorial: Linux Host Based Intrusion Detection System
Tripwire is a host based Intrusion detection system for Linux. Tripwire monitors Linux system to detect and report any unauthorized changes to the fil ...
分类:系统相关   时间:2021-03-18 14:32:34    阅读次数:0
原型链和原型的继承
原型对象 原型的引入 function Person(name, age, gender) { this.name = name; this.age = age; this.gender = gender; //向对象中添加一个方法 this.sayName = function () { cons ...
分类:其他好文   时间:2021-03-18 14:22:02    阅读次数:0
Description相关
public static class DescriptionUtil { /// <summary> /// 获得枚举的Description /// </summary> /// <param name="value">枚举值</param> /// <param name="nameInste ...
分类:其他好文   时间:2021-03-18 14:08:16    阅读次数:0
jQuery设置input的disable属性,prop和attr的区别
<form:radiobuttons path="isInsuredCasualty" class="input-xxlarge" items="${fns:getDictList('yes_no')}" itemLabel="label" itemValue="value" htmlEscape= ...
分类:Web程序   时间:2021-03-18 14:02:48    阅读次数:0
115448条   上一页 1 ... 62 63 64 65 66 ... 11545 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!