一、方法说明 通过IDomObject元素,获取完整的CSS选择器,过滤HTML和BODY元素,自动将class、id添加到选择器上,优先添加class,无class再添加id。如: CSS教程 a元素的完整的CSS选择器为:DIV#result H3.t A 二、方法实现 public strin... ...
分类:
Web程序 时间:
2018-05-15 14:02:58
阅读次数:
347
多段落分类样式:h3{color: green;text-align: center; }h5{color: red; }p{color: blue;text-indent: 2em; (首行缩进2个汉字)font-size: 30px;background-color: rgba(0,255,25 ...
分类:
Web程序 时间:
2018-05-15 00:31:29
阅读次数:
284
1 # classtop_urls.py 2 # ————————64PerfectCRM实现CRM课程排名详情———————— 3 from django.conf.urls import url 4 from bpm.coursetop import coursetop_views 5 urlp ...
分类:
其他好文 时间:
2018-05-14 00:08:50
阅读次数:
218
概念数据模型 (CDM): 帮助你分析信息系统的概念结构,识别主要实体、实体的属性及实体之间的联系。概念数据模型(CDM)比逻辑数据模型 (LDM)和物理数据模型(PDM)抽象。CDM 表现数据库的全部逻辑的结构,与任何的软件或数据存储结构无关。一个概念模型经常包括在物理数据库中仍然不实现的数据对象 ...
分类:
其他好文 时间:
2018-05-13 18:28:52
阅读次数:
202
1 # student_urls.py 2 # ————————60PerfectCRM实现CRM学生上课记录———————— 3 from django.conf.urls import url 4 from bpm.student import student_views 5 6 urlpatt ...
分类:
Web程序 时间:
2018-05-13 16:06:48
阅读次数:
377
简明教程:https://ouweiya.gitbooks.io/markdown/ 另一份语法说明 https://www.appinn.com/markdown/basic.html 1.标题 代码 注:# 后面保持空格 # h1 ## h2 ### h3 #### h4 ##### h5 ## ...
分类:
其他好文 时间:
2018-05-13 00:33:23
阅读次数:
215
``` /*======== 全局 ========*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; ... ...
分类:
Web程序 时间:
2018-05-09 01:13:31
阅读次数:
1764
<?php/** * Created by PhpStorm. * User: 63448 * Date: 2018/5/6 * Time: 21:56 */echo "<h3>强大的数组函数</h3> ";echo "<hr>";//数组的定义 $arr1 = array(); $arr2 = [ ...
分类:
编程语言 时间:
2018-05-06 23:29:58
阅读次数:
263
1 # student_urls.py 2 # ————————60PerfectCRM实现CRM学生上课记录———————— 3 from django.conf.urls import url 4 from bpm.student import student_views 5 6 urlpatt ...
分类:
Web程序 时间:
2018-05-06 20:04:36
阅读次数:
215
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{ margin: 0; padding: 0; } body{font-family: "Microsoft YaHei";font-siz ...
分类:
Web程序 时间:
2018-05-06 16:21:09
阅读次数:
224