1. id,class类,标签,相邻, 子,后代 , 通配, 属性选择器(a[rel="external"]) , 伪类选择器(a:hover,li:nth-child) 2. 可继承的属性: font-size,font-family,color, text-indent 3. 不可继承: mar ...
分类:
Web程序 时间:
2019-04-09 17:03:14
阅读次数:
133
原文: Poor lan. Has lan sold his house yet? Yes,he has. He sold it last week. Has he moved to his new house yet? No,not yet. He is still here. He is goi ...
分类:
Web程序 时间:
2019-04-09 14:02:16
阅读次数:
189
Html提供了二种选择框即单选框和复选框 语法:<input type="radio/checkbox" value="值" name="名称" checked="checked" /> type:选择框的类型,radio表示单选,checkbox表示多选。 value:提交到后台的值,后台使用 n ...
分类:
Web程序 时间:
2019-04-07 12:51:18
阅读次数:
200
相关软件: Intellij Idea14:http://pan.baidu.com/s/1nu16VyD JDK7:http://pan.baidu.com/s/1dEstJ5f Tomcat(apache-tomcat-6.0.43):http://pan.baidu.com/s/1kUwReQ ...
分类:
Web程序 时间:
2019-04-05 12:38:53
阅读次数:
186
1 //接受服务器中性别信息 2 //使用ajax操作 3 function get_gender(){ 4 //1.获取异步对象 5 var xhr=XMLHttpRequest(); 6 //4.绑定监听,获取响应get方法 7 xhr.onreadystatechange=function() ...
分类:
其他好文 时间:
2019-04-05 12:37:25
阅读次数:
325
/// <summary> /// 前端Ajax /// </summary> /// <returns></returns> function Upload() { var HobbyName = ""; $("input[name=Hobby]:checked").each(function ( ...
分类:
Web程序 时间:
2019-04-01 21:28:54
阅读次数:
210
主要目标是提供抽象能力和解决值类型的多态问题 Actually, Abrahams says, those are all attributes of types, and classes are just one way of implementing a type. Yet, they exac ...
分类:
编程语言 时间:
2019-03-29 19:09:51
阅读次数:
137
How should we define the death of a person? Philosophers and physicians have long pondered this question, yet we still don’t have a satisfactory answe ...
分类:
其他好文 时间:
2019-03-25 10:46:42
阅读次数:
118
glide安装go依赖时,遇到Failedtosetversionongithub.com/kataras/iristoffcb1b8aac0d270d623596734f5595c5a76bed9f:Unabletoupdatecheckedoutversion:exitstatus1的解决办法:1、修改glide.yaml中的github.com/kataras/iris的版本号2、删除目录中
分类:
其他好文 时间:
2019-03-21 21:46:00
阅读次数:
168
function GetIds() { $(".ck:checked").each(function () { var v = $(this).val(); if (id.toString() == "") { id.push(v); } else { if ($.inArray(v, id) <0 ...
分类:
其他好文 时间:
2019-03-21 10:22:38
阅读次数:
156