logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue element-ui直接全屏展示大图

已添加elementUI,先引入组件:import ElImageViewer from 'element-ui/packages/image/src/image-viewer.vue'添加展示大图的控件元素:<el-image-viewerv-if="showViewer":on-close="closeViewer":url-list="picLis

vue中使用cube-ui的Index-List

需求中有个页面是带导航的List列表,想来这么常见的需求定会有轮子可用,找了一通发现滴滴的开源库cube-ui实现了此功能,但在集成使用的过程中也遇到了一些问题,在此记录。错误信息:These relative modules were not found:./cubeic.ttf in ./node_modules/css-loader??ref–11-oneOf-3-1!./nod...

The engine "node" is incompatible with this module. Expected version "^8.12.0 || >=9.7.0". Got "8.11

vue createmyproject:error default-gateway@5.0.5: The engine "node" is incompatible with this module. Expected version "^8.12.0 || >=9.7.0". Got "8.11.4"error Found incompatible module.引擎与该模块不...

Could not resolve all dependencies for configuration ':_armv7DebugApkCopy'.

在安装crosswalk之后build不成功,错误信息:Could not resolve all dependencies for configuration ':_armv7DebugApkCopy'.    > Could not resolve..Failed to list versions for org.xwalk:xwalk_core_library.参考:http

nginx-rtmp-win32推流服务器

最近做了个直播的app,使用nginx-rtmp-win32在本机测试下推流和拉流地址:https://github.com/illuspas/nginx-rtmp-win32 注意要下载master分支下载后双击nginx.exe启动服务,若要关闭可在任务管理器结束进程或使用命令行关闭推流地址为 rtmp://(通过ipconfig获取ipv4地址)/live/123,拉流地址相同http://

android 连接蓝牙键盘事件监听

记一次蓝牙键盘对应事件监听@Overridepublic boolean onKeyUp(int keyCode, KeyEvent event) {switch (keyCode) {case KeyEvent.KEYCODE_TAB:// 右上角“左右切换”按钮...break;case KeyEvent.KEYCODE_NUMPAD_1:

android edittext设置inputType=“textPassword“后,英文字符hint字体改变

登录页面输入帐号密码,通常会有hint提示,若有英文字符,设置了inputType="textPassword"的字体明显不同。解决方法:在控件初始化后,设置edittext的字体为常规即可:passwordEt.setTypeface(Typeface.DEFAULT);要注意,如果在代码中动态设置了edittext的InputType.TYPE_TEXT_VARIATION_PASSWORD

vue axios跨域异常 Access-Control-Allow-Origin wildcard '*' mode is include withCredentials attribute

vue在request时错误信息如下,做此记录:Access to XMLHttpRequest at 'http://192.168.0.103:8080/user/userLogin' from origin 'http://localhost:8081' has been blocked by CORS policy: Response to preflight request does..

android WebView加载视频只有声音没有画面

检查AndroidManifest中application节点是否有次配置android:hardwareAccelerated="false"

#android
UiAutomator2+weditor+python获取页面(android)文本数据

终极目标:获取抖音直播时评论数据。准备工作:1. android手机或模拟器(无需root)2. python环境开始:1.设备连接android手机打开开发者模式,USB连接电脑,允许USB调试。命令行输入adb devices查看设备,AWMCUT1224008813为设备序列号待会要用>adb devicesList of devices attachedAWMCUT122400881

#python#测试工具
    共 11 条
  • 1
  • 2
  • 请选择