51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#LI
如何下载Bilibili视频
https://www.bilibili.com/video/av25940642 (源网址)https://www.ibilibili.com/video/av25940642 (新网址=在源网址bilibili前加上i) https://www.bilibili.com/video/av25940...
IT猿
·
2020-03-27
如何
下载
Bilibili
视频
滚动到可视区域 Element.scrollIntoView()
Element.scrollIntoView() 方法让当前的元素滚动到浏览器窗口的可视区域内。语法:element.scrollIntoView();//等同于element.scrollIntoView(true)element.scrollIntoView(alignToTop);//Boolean型参...
IT猿
·
2020-03-27
滚动
可视
区域
Element.scrollIntoView
vue-cli3 element 按需加载按需引入
1.安装element-uinpmielement-ui-S 2.安装按需引入必要插件npminstallbabel-plugin-component-D 3.修改babel.config.jsmodule.exports={presets:["@vue/app"],plugins:[//eleme...
IT猿
·
2020-03-27
按需
vue-cli3
element
加载
引入
基于vue-cli配置移动端自适应
移动端自适应:手淘的 lib-flexible +rem在命令行中运行如下安装:1npmilib-flexible--save在项目入口文件main.js里引入lib-flexible12//main.jsimport'lib-flexible'在项目根目录的index.html中添加如下meta1...
IT猿
·
2020-03-27
基于
vue-cli
配置
移动
端自
vee-validate的使用
官网地址:http://vee-validate.logaretm.com/这是一个插件Vue.js可以验证输入字段,显示错误,在一个简单而强大的方法。学习vee-validate,首先可以去阅读官方文档,更为详细可以阅读官网中的规则。下面来简单总结一下使用方法:一、安装npminstallvee-validate@n...
IT猿
·
2020-03-27
vee-validate
使用
JavaScript 特效之四大家族(offset/scroll/client/event)
三大系列:offset、scroll、client事件对象:event(事件被触动时,鼠标和键盘的状态)(通过属性控制) 三大系列都是以DOM元素节点的属性形式存在的。类比访问关系,也是以属性形式存在。不同点在于,访问关系是为了获取其他节点,而三大系列是为了获取元素节点更多的信息。 &n...
IT猿
·
2020-03-27
Javascript
特效
之四
大家族
offset
An Autofac Lifetime Primer
https://nblumhardt.com/2011/01/an-autofac-lifetime-primer/Or,“AvoidingMemoryLeaksinManagedComposition”Understandinglifetimecanbeprettytoughwhenyou&r...
IT猿
·
2020-03-27
An
Autofac
Lifetime
Primer
Controlling Scope and Lifetime
https://autofaccn.readthedocs.io/en/latest/lifetime/index.htmlAgreatplacetostartlearningaboutAutofacscopeandlifetimeisinNickBlumhardt’sAutofaclifetimeprim...
IT猿
·
2020-03-27
Controlling
Scope
and
Lifetime
Linq的TakeWhile的用法
http://www.codewars.com/kata/56676e8fabd2d1ff3000000c/train/csharpCanyoufindtheneedleinthehaystack?Writeafunction findNeedle() thattakesan array&...
IT猿
·
2020-03-27
Linq
TakeWhile
用法
Enabling IIS and required IIS components on Windows Server
TolearnhowtoenableIISandtherequiredIIScomponentsonWindowsServer2012/2012R2,seetheinstructionsbelow.OpenServerManagerandclickManage>AddRolesandFeatures.ClickN...
IT猿
·
2020-03-27
IIS
Enabling
and
required
components
11 JavaScript Utility Libraries you Should Know in 2019
...
IT猿
·
2020-03-27
Javascript
Utility
Libraries
you
Should
Windows下的Memcache安装 linux下的Memcache安装
linux下的Memcache安装:1.下载memcache的linux版本,注意memcached用libevent来作事件驱动,所以要先安装有libevent。官方网址:http://memcached.org/2.安装pecl::memcache。用pecl命令行工具安装:peclinstallmemcache&...
IT猿
·
2020-03-27
下的
Memcache
安装
Windows
linux
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...
IT猿
·
2020-03-27
linux
卸载
mysql
apache
php
linux命令
awk-F:'{print$1}'/etc/passwd 输出linux所有用户名...
IT猿
·
2020-03-27
linux
命令
linux同步系统时间
命令:ntpdate路径:/usr/sbin/ntpdate例子:ntpdateus.pool.ntp.org 查看日期时间命令:date修改日期时间命令:date-s"2012032808:02:50" 查看biso时间命令:hwclock-r将日期写入biso命令:hwclock-w...
IT猿
·
2020-03-27
linux
同步
系统
时间
首页
上一页
...
935
936
937
938
939
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他