壮观招牌

文章
7
资源
1
加入时间
4年1月24天

在centos7 下安装Anaconda 启动jupyter notebook

1.下载https://www.anaconda.com/download/#linux2.安装# bash Anaconda3-5.0.1-Linux-x86_64.sh 选择默认安装路径:Anaconda3 will now be installed into this location:/root/anaconda3 - Press ENTER to confirm the l...

input函数html,input,input函数怎么用

input,input函数怎么用input标签类型:button是一个没有任何功能的按钮,需要用javascript加上动作才可以使用。功能简单,比起是一个功能强大的按钮,更美观。input标签类型:checkbox是多选框用label绑定input。input标签类型:file能指定电脑中的文件。file有2个属性分别是:multiple【多个文件可以被同时选中. 只要用户所在的平台允许(摁住...

javascript中this的四种用法

this 在函数执行时,this 总是指向调用该函数的对象。要判断 this 的指向,其实就是判断 this 所在的函数属