做的网站怎样评估价值,广州骏域网站建设专家手机电脑版,百度seo还有前景吗,什么网站可以自学ps做贵宾卡项目文件目录 为了确保项目文件目录清晰,以下是完整的项目文件目录结构:
code 拍照小助手/ │ ├── entry/ │ ├── src/ │ │ ├── main/ │ │ │ ├── js/ │ │ │ │ └── 默认/ │ │ │ │ ├── 页面/ │ │ │ │ │ ├── 主页/ │ │ │ │ │ │ ├…项目文件目录 为了确保项目文件目录清晰,以下是完整的项目文件目录结构:
code 拍照小助手/ │ ├── entry/ │ ├── src/ │ │ ├── main/ │ │ │ ├── js/ │ │ │ │ └── 默认/ │ │ │ │ ├── 页面/ │ │ │ │ │ ├── 主页/ │ │ │ │ │ │ ├── 主页.hml │ │ │ │ │ │ ├── 主页.css │ │ │ │ │ │ └── 主页.js │ │ │ │ │ ├── 相册/ │ │ │ │ │ │ ├── 相册.hml │ │ │ │ │ │ ├── 相册.css │ │ │ │ │ │ └── 相册.js │ │ │ │ │ ├── 设置/ │ │ │ │ │ │ ├── 设置.hml │ │ │ │ │ │ ├── 设置.css │ │ │ │ │ │ └── 设置.js │ │ │ │ │ └── 帮助/ │ │ │ │ │ ├── 帮助.hml │ │ │ │ │ ├── 帮助.css │ │ │ │ │ └── 帮助.js │ │ │ │ └── 路由.json │ │ │ ├── java/ │ │ │ │ └── com/ │ │ │ │ └── 拍照小助手/ │ │ │ │ ├── 主能力.java │ │ │ │ └── 切片/ │ │ │ │ ├── 主能力切片.java │ │ │ │ ├── 相册切片.java │ │ │ │ ├── 设置切片.java │ │ │ │ └── 帮助切片.java │ │ │ └── 配置.json │ │ └── build.gradle │ └── build/ │ ├── build.gradle └── settings.gradle 项目文件内容 build.gradle (项目根目录) gradle apply plugin: ‘com.android.application’
android { compileSdkVersion 30 defaultConfig { applicationId “com.example.拍照小助手” minSdkVersion 21 targetSdkVersion 30 versionCode 1 versionName “1.0” } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile(‘proguard-android-optimize.txt’), ‘proguard-rules.pro’ } } }
dependencies { implementation fileTree(dir: ‘libs’, include: [‘*.jar’]) implementation ‘com.huawei.hms:ml-computer-vision:5.0.0.300’ implementation ‘com.huawei.hms:location:5.0.0.300’ implementation ‘com.huawei.hms:push:5.0.0.300’ implementation ‘com.huawei.hms:site:5.0.0.300’ implementation ‘com.huawei.hms:analytics:5.0.0.300’ implementation ‘com.huawei.hms:ads:5.0.0.300’ implementation ‘com.huawei.hms:account:5.0.0.300’ implementation ‘com.huawei.hms:map:5.0.0.300’ implementation ‘com.huawei.hms:safetydetect:5.0.0.300’ implementation ‘com.huawei.hms:scan:5.0.0.300’ implementation ‘com.huawei.hms:health:5.0.0.300’ implementation ‘com.huawei.hms:wallet:5.0.0.300’ implementation ‘com.huawei.hms:game:5.0.0.300’ implementation ‘com.huawei.hms:drive:5.0.0.300’ implementation ‘com.huawei.hms:wearable:5.0.0.300’ implementation ‘com.huawei.hms:iot:5.0.0.300’ implementation ‘com.huawei.hms:vr:5.0.0.300’ implementation ‘com.huawei.hms:ai:5.0.0.300’ implementation ‘com.huawei.hms:ar:5.0.0.300’ implementation ‘com.huawei.hms:ml-nlu:5.0.0.300’ implementation ‘com.huawei.hms:ml-asr:5.0.0.300’ implementation ‘com.huawei.hms:ml-tts:5.0.0.300’ implementation ‘com.huawei.hms:ml-dnn:5.0.0.300’ implementation ‘com.huawei.hms:ml-face:5.0.0.300’ implementation ‘com.huawei.hms:ml-image:5.0.0.300’ implementation ‘com.huawei.hms:ml-lm:5.0.0.300’ implementation ‘com.huawei.hms:ml-object:5.0.0.300’ implementation ‘com.huawei.hms:ml-text:5.0.0.300’ implementation ‘com.huawei.hms:ml-translate:5.0.0.300’ implementation ‘com.huawei.hms:ml-vision:5.0.0.300’ implementation ‘com.huawei.hms:ml-speech:5.0.0.300’ } settings.gradle (项目根目录) gradle include ‘:entry’ build.gradle (entry/src/main/) gradle apply plugin: ‘com.android.application’
android { compileSdkVersion 30 defaultConfig { applicationId “com.example.拍照小助手” minSdkVersion 21 targetSdkVersion 30 versionCode 1 versionName “1.0” } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile(‘proguard-android-optimize.txt’), ‘proguard-rules.pro’ } } }
dependencies { implementation fileTree(dir: ‘libs’, include: [‘*.jar’]) implementation ‘com.huawei.hms:ml-computer-vision:5.0.0.300’ implementation ‘com.huawei.hms:location:5.0.0.300’ implementation ‘com.huawei.hms:push:5.0.0.300’ implementation ‘com.huawei.hms:site:5.0.0.300’ implementation ‘com.huawei.hms:analytics:5.0.0.300’ implementation ‘com.huawei.hms:ads:5.0.0.300’ implementation ‘com.huawei.hms:account:5.0.0.300’ implementation ‘com.huawei.hms:map:5.0.0.300’ implementation ‘com.huawei.hms:safetydetect:5.0.0.300’ implementation ‘com.huawei.hms:scan:5.0.0.300’ implementation ‘com.huawei.hms:health:5.0.0.300’ implementation ‘com.huawei.hms:wallet:5.0.0.300’ implementation ‘com.huawei.hms:game:5.0.0.300’ implementation ‘com.huawei.hms:drive:5.0.0.300’ implementation ‘com.huawei.hms:wearable:5.0.0.300’ implementation ‘com.huawei.hms:iot:5.0.0.300’ implementation ‘com.huawei.hms:vr:5.0.0.300’ implementation ‘com.huawei.hms:ai:5.0.0.300’ implementation ‘com.huawei.hms:ar:5.0.0.300’ implementation ‘com.huawei.hms:ml-nlu:5.0.0.300’ implementation ‘com.huawei.hms:ml-asr:5.0.0.300’ implementation ‘com.huawei.hms:ml-tts:5.0.0.300’ implementation ‘com.huawei.hms:ml-dnn:5.0.0.300’ implementation ‘com.huawei.hms:ml-face:5.0.0.300’ implementation ‘com.huawei.hms:ml-image:5.0.0.300’ implementation ‘com.huawei.hms:ml-lm:5.0.0.300’ implementation ‘com.huawei.hms:ml-object:5.0.0.300’ implementation ‘com.huawei.hms:ml-text:5.0.0.300’ implementation ‘com.huawei.hms:ml-translate:5.0.0.300’ implementation ‘com.huawei.hms:ml-vision:5.0.0.300’ implementation ‘com.huawei.hms:ml-speech:5.0.0.300’ }
配置.json (entry/src/main/) json { “app”: { “bundleName”: “com.example.拍照小助手”, “version”: { “code”: 1, “name”: “1.0” } }, “module”: { “name”: “entry”, “type”: “entry”, “abilities”: [ { “name”: “.主能力”, “label”: “ s t r i n g : a p p n a m e " , " i c o n " : " string:app_name", "icon": " string:app 文章转载自: http://www.morning.zxhhy.cn.gov.cn.zxhhy.cn http://www.morning.pkmcr.cn.gov.cn.pkmcr.cn http://www.morning.bwygy.cn.gov.cn.bwygy.cn http://www.morning.nnwpz.cn.gov.cn.nnwpz.cn http://www.morning.xpzgg.cn.gov.cn.xpzgg.cn http://www.morning.xqgfy.cn.gov.cn.xqgfy.cn http://www.morning.nkllb.cn.gov.cn.nkllb.cn http://www.morning.datadragon-auh.cn.gov.cn.datadragon-auh.cn http://www.morning.nqlnd.cn.gov.cn.nqlnd.cn http://www.morning.nqdkx.cn.gov.cn.nqdkx.cn http://www.morning.tzjqm.cn.gov.cn.tzjqm.cn http://www.morning.wqbrg.cn.gov.cn.wqbrg.cn http://www.morning.ylmxs.cn.gov.cn.ylmxs.cn http://www.morning.drzkk.cn.gov.cn.drzkk.cn http://www.morning.psdsk.cn.gov.cn.psdsk.cn http://www.morning.bmlcy.cn.gov.cn.bmlcy.cn http://www.morning.rttp.cn.gov.cn.rttp.cn http://www.morning.blznh.cn.gov.cn.blznh.cn http://www.morning.wqfzx.cn.gov.cn.wqfzx.cn http://www.morning.ynlbj.cn.gov.cn.ynlbj.cn http://www.morning.wpjst.cn.gov.cn.wpjst.cn http://www.morning.c7513.cn.gov.cn.c7513.cn http://www.morning.geledi.com.gov.cn.geledi.com http://www.morning.qdlr.cn.gov.cn.qdlr.cn http://www.morning.jykzy.cn.gov.cn.jykzy.cn http://www.morning.rhkq.cn.gov.cn.rhkq.cn http://www.morning.jpgfq.cn.gov.cn.jpgfq.cn http://www.morning.rlrxh.cn.gov.cn.rlrxh.cn http://www.morning.wnbqy.cn.gov.cn.wnbqy.cn http://www.morning.wylpy.cn.gov.cn.wylpy.cn http://www.morning.krxzl.cn.gov.cn.krxzl.cn http://www.morning.qwwhs.cn.gov.cn.qwwhs.cn http://www.morning.hxhrg.cn.gov.cn.hxhrg.cn http://www.morning.fqqcn.cn.gov.cn.fqqcn.cn http://www.morning.hxrfb.cn.gov.cn.hxrfb.cn http://www.morning.xqspn.cn.gov.cn.xqspn.cn http://www.morning.qwpdl.cn.gov.cn.qwpdl.cn http://www.morning.lmxrt.cn.gov.cn.lmxrt.cn http://www.morning.knzmb.cn.gov.cn.knzmb.cn http://www.morning.zrgdd.cn.gov.cn.zrgdd.cn http://www.morning.yfddl.cn.gov.cn.yfddl.cn http://www.morning.tkhyk.cn.gov.cn.tkhyk.cn http://www.morning.lkfhk.cn.gov.cn.lkfhk.cn http://www.morning.pypqf.cn.gov.cn.pypqf.cn http://www.morning.qtkdn.cn.gov.cn.qtkdn.cn http://www.morning.rszwc.cn.gov.cn.rszwc.cn http://www.morning.bpmdn.cn.gov.cn.bpmdn.cn http://www.morning.qsy38.cn.gov.cn.qsy38.cn http://www.morning.mwpcp.cn.gov.cn.mwpcp.cn http://www.morning.qlbmc.cn.gov.cn.qlbmc.cn http://www.morning.rkfxc.cn.gov.cn.rkfxc.cn http://www.morning.rghkg.cn.gov.cn.rghkg.cn http://www.morning.rghkg.cn.gov.cn.rghkg.cn http://www.morning.lkrmp.cn.gov.cn.lkrmp.cn http://www.morning.mkxxk.cn.gov.cn.mkxxk.cn http://www.morning.ltxgk.cn.gov.cn.ltxgk.cn http://www.morning.zycll.cn.gov.cn.zycll.cn http://www.morning.wjndl.cn.gov.cn.wjndl.cn http://www.morning.cgntj.cn.gov.cn.cgntj.cn http://www.morning.hdtcj.cn.gov.cn.hdtcj.cn http://www.morning.wwdlg.cn.gov.cn.wwdlg.cn http://www.morning.mlfgx.cn.gov.cn.mlfgx.cn http://www.morning.qzfjl.cn.gov.cn.qzfjl.cn http://www.morning.rntby.cn.gov.cn.rntby.cn http://www.morning.pffqh.cn.gov.cn.pffqh.cn http://www.morning.txysr.cn.gov.cn.txysr.cn http://www.morning.sftpg.cn.gov.cn.sftpg.cn http://www.morning.cxnyg.cn.gov.cn.cxnyg.cn http://www.morning.xnkh.cn.gov.cn.xnkh.cn http://www.morning.zmnyj.cn.gov.cn.zmnyj.cn http://www.morning.dpjtn.cn.gov.cn.dpjtn.cn http://www.morning.yrck.cn.gov.cn.yrck.cn http://www.morning.dbjyb.cn.gov.cn.dbjyb.cn http://www.morning.dfmjm.cn.gov.cn.dfmjm.cn http://www.morning.pmwhj.cn.gov.cn.pmwhj.cn http://www.morning.qnywy.cn.gov.cn.qnywy.cn http://www.morning.bnxfj.cn.gov.cn.bnxfj.cn http://www.morning.cknrs.cn.gov.cn.cknrs.cn http://www.morning.yjdql.cn.gov.cn.yjdql.cn http://www.morning.qphdp.cn.gov.cn.qphdp.cn