1. important前面没加空格 background:url('../images/activity_redrain/coupon12.png') no-repeat center!important; 如果!important与center之间不加空格,在某些手机上会无法识别backgrou ...
分类:
其他好文 时间:
2017-12-15 15:06:30
阅读次数:
129
1. 事件 1.1 事件简写 v-on:click="" 简写方式 @click="" 1.2 事件对象$event 包含事件相关信息,如事件源、事件类型、偏移量 target、type、offsetx 1.3 事件冒泡 阻止事件冒泡: a)原生js方式,依赖于事件对象 b)vue方式,不依赖于事件 ...
分类:
其他好文 时间:
2017-12-14 18:00:23
阅读次数:
291
一、流程控制语句 1、if语句 ①if单分支:一个条件一个结果 ②if双分支:一个条件两个结果 ③if多分支:多个条件多个结果 #企业面试题001# 开发检测系统内存监控脚本,如果低于800M,邮件报警,并且定时任务每三分钟执行一次检测 #企业面试题002# 模拟启动nginx脚本,使用if语句判断 ...
分类:
系统相关 时间:
2017-12-11 18:54:02
阅读次数:
263
事件:1, $('ele').click(function () {}); dblclick(function() {}); $('ele').click(传递的数据,function(e){e.data 指向传递的数据}); //为了解决不同作用域下数据的传递问题2, mousedow() mou ...
分类:
Web程序 时间:
2017-12-09 12:04:20
阅读次数:
249
/* * IBM messed up *AGAIN* in their thinkpad: 0xA0000 -> 0x9F000. * They seem to have done something stupid with the floppy * controller as well.. */ ...
分类:
其他好文 时间:
2017-12-07 10:46:08
阅读次数:
116
系统介绍: 1.系统采用主流的 SSM 框架 jsp JSTL bootstrap html5 (PC浏览器使用) 2.springmvc +spring4.3.7+ mybaits3.3 SSM 普通java web(非maven, 附赠pom.xml文件) 数据库:mysql 3.开发工具:my ...
分类:
编程语言 时间:
2017-12-04 20:31:58
阅读次数:
207
An Introduction to Conditional Random Fields翻译——参数估计 ...
分类:
其他好文 时间:
2017-12-02 17:36:20
阅读次数:
135
在C#的字符串,其中有许多空格,现要求是把多余的空格去除保留一个。原理是使用Split()方法进行分割,分割有一个选项是RemoveEmptyEntries,然后再把分割后的字符串Join起来。 string string1 = "AAaaA Oopps 32 211 44.8 69 15.9 C# ...
# Author:Zhang product_list =[ ('Iphone',5800), ('Mac Pro', 9800), ('Bike', 800), ('Watch', 10600), ('Coffee', 31), ('Zhang Python', 120) ] shopping_l... ...
分类:
其他好文 时间:
2017-11-28 16:39:12
阅读次数:
111
Face Recognition for the Happy House Welcome to the first assignment of week 4! Here you will build a face recognition system. Many of the ideas prese ...
分类:
移动开发 时间:
2017-11-27 16:44:30
阅读次数:
216