这句话起什么作用 ? <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />是定义网站的icon图标。跟网页中的图片有本质上的差别,icon是显示在地址栏最前面的一个16*16的小图标 是图片,ico格式的图片用于 这 ...
分类:
其他好文 时间:
2017-07-22 15:42:19
阅读次数:
160
JQuery对象的生成 1 selector为不论什么可转换false的空值 返回空JQuery对象 2 selector为字符串 2.1 selector为html字符串或有id属性的标签 2.2.1 selector为html字符时 转换html字符为DOM元素并放入当前JQuery的数组 当c ...
分类:
Web程序 时间:
2017-07-21 13:23:05
阅读次数:
178
Option Explicit ValidationMode = True InteractiveMode = im_Batch Dim mdl '当前model '获取当前活动model Set mdl = ActiveModel If (mdl Is Nothing) Then MsgBox " ...
分类:
其他好文 时间:
2017-07-18 17:23:10
阅读次数:
276
这个都是很基础的东西,、今天整理以前的笔记,看到了记录一下 <link rel="shortcut icon" href="/favicon.ico"/><link rel="bookmark" href="/favicon.ico"/>或者<link rel="shortcut icon" hre ...
分类:
Web程序 时间:
2017-07-11 16:38:08
阅读次数:
285
<link rel="shortcut icon" href="logo图片的路径"> shortcut 捷径,近路 icon 图标 ...
分类:
其他好文 时间:
2017-07-10 12:05:26
阅读次数:
118
转自:http://www.yulegeyu.com/2017/04/16/%E5%BD%93%E8%A1%A8%E5%90%8D%E5%8F%AF%E6%8E%A7%E7%9A%84%E6%B3%A8%E5%85%A5%E9%81%87%E5%88%B0%E4%BA%86Describe%E6%9 ...
分类:
其他好文 时间:
2017-07-06 22:01:10
阅读次数:
339
最简单的应用及理解 from django.shortcuts import render,redirect,HttpResponse from django.forms import Form from django.forms import fields # Create your views ...
分类:
其他好文 时间:
2017-07-04 01:03:45
阅读次数:
324
涉及的kill及复用的行为比较奇怪。 使用shortcut方式调用dotween时,每次调用都是增加一个新的tweener,如果该tweener控制的属性与上次调用相同时,会出现奇怪的行为,应该是多个tweener同时起作用了。 shortcut的方式无法kill,必须保留tweenr的引用,使用t ...
分类:
其他好文 时间:
2017-06-24 09:50:34
阅读次数:
232
Python的WEB框架有Django、Tornado、Flask 等多种,Django相较与其他WEB框架其优势为:大而全,框架本身集成了ORM、模型绑定、模板引擎、缓存、Session等诸多功能。 安装Django 1,创建Django项目 2,配置信息 2.1 数据库配置文件 2.2 应用配置 ...
分类:
其他好文 时间:
2017-06-14 23:30:10
阅读次数:
350
{ var fxNow, timerId, rfxtypes = /^(?:toggle|show|hide)$/, rfxnum = new RegExp( "^(?:([+-])=|)(" + core_pnum + ")([a-z%]*)$", "i" ), rrun = /queueHook... ...
分类:
Web程序 时间:
2017-06-07 16:22:01
阅读次数:
253