logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue html 路由读取,vue 带参数跳转打开新窗口 $router.resolve 获取路由参数

如果参数在路径中:router.jspath: '/project/:id'var { href } = this.$router.resolve({path: '/project',query: {id: this.id}});window.open(href);获取参数:this.$route.query.id如果参数不在路径中:1.不打开新窗口:path: '/projectlist' ,

android中设置popupwindow位置,Android PopupWindow显示位置和显示大小

android:layout_width="match_parent"android:layout_height="match_parent"android:background="#DA4F30"android:cacheColorHint="#000000"android:orientation="vertical" >android:id="@+id/lv_dialog"androi.

android 避免编译mk,Android系统编译时遇到的几个.mk的疑惑。

在Android4.2的源代码Build/prduct_config.mk里面遇到几个疑惑:# Convert a short name like "sooner" into the path to the product# file defining that product.#INTERNAL_PRODUCT := $(call resolve-short-product-name, $(TA

到底了