logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

按F12 IE浏览器的开发工具打不开解决方法

在电脑的任务栏中选中开发人员工具窗体右击,出现以下页面:点击移动菜单项,然后用键盘的上下左右键移动,直到开发人员工具的最小化窗体出现:转载于:https://www.cnblogs.com/ivan0626/p/3323774.html...

#开发工具#操作系统#java
iOS 混合开发 —— weex

官网介绍文档:http://weex.apache.org/cn/guide/integrate-to-your-app.html官网cocoapods/手动 集成文档:https://open.taobao.com/doc2/detail?spm=a219a.7629140.0.0.tFddsV&&docType=1&articleId=104829注:有任何不同...

#移动开发#webpack#javascript
Linux打开防火墙telnet端口

检查端口情况:netstat -an | grep22关闭端口号:iptables -A INPUT -p tcp--drop 端口号-j DROPiptables -A OUTPUT -p tcp --dport 端口号-j DROP打开端口号:iptables -A INPUT -ptcp --dport 端口号-jACCEP...

#操作系统#网络
20. Valid Parentheses (python版)

Given a string containing just the characters'(',')','{','}','['and']', determine if the input string is valid.An input string is valid if:Open brackets must be closed by the same type of...

docker安装后运行hello-world报错

在centos7.3上yum安装了dockerV1.13。1但是在运行:docker run hello-world的时候报错:# docker run docker.io/hello-worldcontainer_linux.go:247: starting container process caused "process_linux.go:258: applying...

#运维
docker官网安装

最近发现一些同学居然不会安装docker,难,不难,只是“网络不好”!如果是学习的话,目前我发现的比较好的方法还是到清华的开源镜像网站:https://mirror.tuna.tsinghua.edu.cn/help/docker-ce/其实,我们也可以去官网下载,但是步骤就比较麻烦了,老样子,看看我的博客三分钟能否看完!1 进入docker商店,https:...

#运维
docker安装后运行hello-world报错

在centos7.3上yum安装了dockerV1.13。1但是在运行:docker run hello-world的时候报错:# docker run docker.io/hello-worldcontainer_linux.go:247: starting container process caused "process_linux.go:258: applying...

#运维
操作系统之面试常考

一、操作系统引论操作系统目标1:方面性,2:有效性,3:可扩展性,4:开放性操作系统基本特性1:并发、2:共享、3:虚拟、4:异步描述多道批处理、分时、实时操作系统的特点各是什么?批处理操作系统:多道性、无序性、调度性,系统利用率高、吞吐量大、平均周转时间长、但无交互能力。分时操作系统:有多路性、独立性、及时性和交互性。 有较好的人机交互...

#操作系统#面试#运维
Flutter实战视频-移动电商-12.首页_GridView类别导航制作

12.首页_GridView类别导航制作首页导航区的制作外面用一个gridview来写。里面单独提出来新建导航组件还是在home_page.dart里面写代码新建一个静态的组件:快捷键写组件的时候选择哪个stlessW的,这样把构造函数也帮你初始化好了。定义一个内部的方法 ,返回的是一个column,内部方法名开头用下划线开头。定义...

#移动开发#前端#json
react-native-camera安装错误

All of them match the consumer attributes:- Variant 'generalDebugRuntimeElements' capability bluesky_xyc_app:react-native-camera:unspecified:- Unmatched attributes:...

#移动开发#java
    共 21 条
  • 1
  • 2
  • 3
  • 请选择