#LI

如何下载Bilibili视频

https://www.bilibili.com/video/av25940642   (源网址)https://www.ibilibili.com/video/av25940642   (新网址=在源网址bilibili前加上i) https://www.bilibili.com/video/av25940...

滚动到可视区域 Element.scrollIntoView()

Element.scrollIntoView() 方法让当前的元素滚动到浏览器窗口的可视区域内。语法:element.scrollIntoView();//等同于element.scrollIntoView(true)element.scrollIntoView(alignToTop);//Boolean型参...

vue-cli3 element 按需加载按需引入

1.安装element-uinpmielement-ui-S 2.安装按需引入必要插件npminstallbabel-plugin-component-D 3.修改babel.config.jsmodule.exports={presets:["@vue/app"],plugins:[//eleme...

基于vue-cli配置移动端自适应

移动端自适应:手淘的 lib-flexible +rem在命令行中运行如下安装:1npmilib-flexible--save在项目入口文件main.js里引入lib-flexible12//main.jsimport'lib-flexible'在项目根目录的index.html中添加如下meta1...

vee-validate的使用

官网地址:http://vee-validate.logaretm.com/这是一个插件Vue.js可以验证输入字段,显示错误,在一个简单而强大的方法。学习vee-validate,首先可以去阅读官方文档,更为详细可以阅读官网中的规则。下面来简单总结一下使用方法:一、安装npminstallvee-validate@n...
IT猿 ·2020-03-27

JavaScript 特效之四大家族(offset/scroll/client/event)

 三大系列:offset、scroll、client事件对象:event(事件被触动时,鼠标和键盘的状态)(通过属性控制) 三大系列都是以DOM元素节点的属性形式存在的。类比访问关系,也是以属性形式存在。不同点在于,访问关系是为了获取其他节点,而三大系列是为了获取元素节点更多的信息。 &n...

An Autofac Lifetime Primer

https://nblumhardt.com/2011/01/an-autofac-lifetime-primer/Or,“AvoidingMemoryLeaksinManagedComposition”Understandinglifetimecanbeprettytoughwhenyou&r...

Controlling Scope and Lifetime

https://autofaccn.readthedocs.io/en/latest/lifetime/index.htmlAgreatplacetostartlearningaboutAutofacscopeandlifetimeisinNickBlumhardt’sAutofaclifetimeprim...

Linq的TakeWhile的用法

http://www.codewars.com/kata/56676e8fabd2d1ff3000000c/train/csharpCanyoufindtheneedleinthehaystack?Writeafunction findNeedle() thattakesan array&...
IT猿 ·2020-03-27

Enabling IIS and required IIS components on Windows Server

TolearnhowtoenableIISandtherequiredIIScomponentsonWindowsServer2012/2012R2,seetheinstructionsbelow.OpenServerManagerandclickManage>AddRolesandFeatures.ClickN...

Windows下的Memcache安装 linux下的Memcache安装

linux下的Memcache安装:1.下载memcache的linux版本,注意memcached用libevent来作事件驱动,所以要先安装有libevent。官方网址:http://memcached.org/2.安装pecl::memcache。用pecl命令行工具安装:peclinstallmemcache&...

linux卸载mysql,apache,php

卸载Mysql1、查找以前是否装有mysql命令:rpm-qa|grep-imysql可以看到mysql的包:mysql-3.23.58-9php-mysql-4.3.4-11mod_auth_mysql-20030510-4.1mysql-server-3.23.58-92、删除mysql删除命令:rpm-e--no...

linux命令

awk-F:'{print$1}'/etc/passwd        输出linux所有用户名...
IT猿 ·2020-03-27

linux同步系统时间

命令:ntpdate路径:/usr/sbin/ntpdate例子:ntpdateus.pool.ntp.org 查看日期时间命令:date修改日期时间命令:date-s"2012032808:02:50"  查看biso时间命令:hwclock-r将日期写入biso命令:hwclock-w...
首页上一页...935936937938939...下一页尾页