René's URL Explorer Experiment


Title: GitHub - GoGoGo-coder/DiDiCallCar: 这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如果不是合规的“人”或“车”,则不能完成订单并向平台或监管单位汇报当前位置。(为了方便读者测试,可以使用手机读取任何一个加密或非加密RFID芯片,比如银行卡、公交卡等,我在代码中的验证前阶段把芯片信息都换成我自己的司机信息,确保读者测试时可以收到服务器的回复) 2. 海外版功能:点击切换当前语言。 3. 司机证件号码识别功能:读取司机证件上的证件号码,也可以用来与出行平台数据库的接单司机信息进行。I complete this whole project on my own . Including Android application programming,web server ( Apache + PHP + MySQL), and UI. 1.Map route planing。You can use mobile phone choose pick up & destination address,application provide address name hint and draw optimized route for user , then call car for you. 2.RFID authentication function:User can use application to scan driver license or other RFID hardware, then use NDK MD5 algorithm encrypt RFID number, and send it to Web Server Database, check with driver information and authenticate ID number , if ID number coherent with driver info , send back driver information to User and continue call car order . record user location and alert if ID not coherent. 3.Driver License Number Recognition : Application can recognize driver license digit number ,and also can send to web server for authentication & feed back result to user. · GitHub

Open Graph Title: GitHub - GoGoGo-coder/DiDiCallCar: 这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如果不是合规的“人”或“车”,则不能完成订单并向平台或监管单位汇报当前位置。(为了方便读者测试,可以使用手机读取任何一个加密或非加密RFID芯片,比如银行卡、公交卡等,我在代码中的验证前阶段把芯片信息都换成我自己的司机信息,确保读者测试时可以收到服务器的回复) 2. 海外版功能:点击切换当前语言。 3. 司机证件号码识别功能:读取司机证件上的证件号码,也可以用来与出行平台数据库的接单司机信息进行。I complete this whole project on my own . Including Android application programming,web server ( Apache + PHP + MySQL), and UI. 1.Map route planing。You can use mobile phone choose pick up & destination address,application provide address name hint and draw optimized route for user , then call car for you. 2.RFID authentication function:User can use application to scan driver license or other RFID hardware, then use NDK MD5 algorithm encrypt RFID number, and send it to Web Server Database, check with driver information and authenticate ID number , if ID number coherent with driver info , send back driver information to User and continue call car order . record user location and alert if ID not coherent. 3.Driver License Number Recognition : Application can recognize driver license digit number ,and also can send to web server for authentication & feed back result to user.

X Title: GitHub - GoGoGo-coder/DiDiCallCar: 这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如果不是合规的“人”或“车”,则不能完成订单并向平台或监管单位汇报当前位置。(为了方便读者测试,可以使用手机读取任何一个加密或非加密RFID芯片,比如银行卡、公交卡等,我在代码中的验证前阶段把芯片信息都换成我自己的司机信息,确保读者测试时可以收到服务器的回复) 2. 海外版功能:点击切换当前语言。 3. 司机证件号码识别功能:读取司机证件上的证件号码,也可以用来与出行平台数据库的接单司机信息进行。I complete this whole project on my own . Including Android application programming,web server ( Apache + PHP + MySQL), and UI. 1.Map route planing。You can use mobile phone choose pick up & destination address,application provide address name hint and draw optimized route for user , then call car for you. 2.RFID authentication function:User can use application to scan driver license or other RFID hardware, then use NDK MD5 algorithm encrypt RFID number, and send it to Web Server Database, check with driver information and authenticate ID number , if ID number coherent with driver info , send back driver information to User and continue call car order . record user location and alert if ID not coherent. 3.Driver License Number Recognition : Application can recognize driver license digit number ,and also can send to web server for authentication & feed back result to user.

Description: 这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如果不是合规的“人”或“车”,则不能完成订单并向平台或监管单位汇报当前位置。(为了方便读者测试,可以使用手机读取任何一个加密或非加密RFID芯片,比如银行卡、公交卡等,我在代码中的验证前阶段把芯片信息都换成我自己的司机信息,确保读者测试时可以收到服务器的回复) 2. 海外版功能:点击切换当前语言。 3. 司机证件号码识别功能:读取司机证件上的证件号码,也可以用来与出行平台数据库的接单司机信息进行。I complete this whole project on my own . Including Android application programming,web server ( Apache + PHP + MySQL), and UI. 1.Map route planing。You can use mobile phone choose pick up & destination address,application provide address name hint and draw optimized route for user , then call car for you. 2.RFID authentication function:User can use application to scan driver license or other RFID hardware, then use NDK MD5 algorithm encrypt RFID number, and send it to Web Server Database, check with driver information and authenticate ID number , if ID number coherent with driver info , send back driver information to User and continue call car order . record user location and alert if ID not coherent. 3.Driver License Number Recognition : Application can recognize driver license digit number ,and also can send to web server for authentication & feed back result to user. - GitHub - GoGoGo-coder/DiDiCallCar: 这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如果不是合规的“人”或“车”,则不能完成订单并向平台或监管单位汇报当前位置。(为了方便读者测试,可以使用手机读取任何一个加密或非加密RFID芯片,比如银行卡、公交卡等,我在代码中的验证前阶段把芯片信息都换成我自己的司机信息,确保读者测试时可以收到服务器的回复) 2. 海外版功能:点击切换当前语言。 3. 司机证件号码识别功能:读取司机证件上的证件号码,也可以用来与出行平台数据库的接单司机信息进行。I complete this whole project on my own . Including Android application programming,web server ( Apache + PHP + MySQL), and UI. 1.Map route planing。You can use mobile phone choose pick up & destination address,application provide address name hint and draw optimized route for user , then call car for you. 2.RFID authentication function:User can use application to scan driver license or other RFID hardware, then use NDK MD5 algorithm encrypt RFID number, and send it to Web Server Database, check with driver information and authenticate ID number , if ID number coherent with driver info , send back driver information to User and continue call car order . record user location and alert if ID not coherent. 3.Driver License Number Recognition : Application can recognize driver license digit number ,and also can send to web server for authentication & feed back result to user.

Open Graph Description: 这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。...

X Description: 这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。...

Opengraph URL: https://github.com/GoGoGo-coder/DiDiCallCar

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository
route-controllerfiles
route-actiondisambiguate
fetch-noncev2:ab6c5a5c-3307-18cb-af20-1bc0e7218040
current-catalog-service-hashf3abb0cc802f3d7b95fc8762b94bdcb13bf39634c40c357301c4aa1d67a256fb
request-id8D76:21AD28:10FB17:176A5E:6A5A5901
html-safe-noncea929177283bfc7f35f2d9d307601af79e7e4b93eff2e3dba8192301f7486946a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RDc2OjIxQUQyODoxMEZCMTc6MTc2QTVFOjZBNUE1OTAxIiwidmlzaXRvcl9pZCI6IjU1OTE1NTI3NjU0OTc4NTgzMDUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac210a33ca69c2cd3e07317360c7d0126dae24575316a33549b2bacafe281d406d
hovercard-subject-tagrepository:370618941
github-keyboard-shortcutsrepository,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location//
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/GoGoGo-coder/DiDiCallCar
twitter:imagehttps://opengraph.githubassets.com/b67646b3cd260eb4a5f02f71c39472a365e413e8444ef98464160e6aec67d242/GoGoGo-coder/DiDiCallCar
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b67646b3cd260eb4a5f02f71c39472a365e413e8444ef98464160e6aec67d242/GoGoGo-coder/DiDiCallCar
og:image:alt这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None05b9ddf6a47d2dbe13944873a99f5fb4b83ba4871f9cb8a8e256793a63ca9687
turbo-cache-controlno-cache
go-importgithub.com/GoGoGo-coder/DiDiCallCar git https://github.com/GoGoGo-coder/DiDiCallCar.git
octolytics-dimension-user_id80671487
octolytics-dimension-user_loginGoGoGo-coder
octolytics-dimension-repository_id370618941
octolytics-dimension-repository_nwoGoGoGo-coder/DiDiCallCar
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id182042458
octolytics-dimension-repository_parent_nwo18601949127/DiDiCallCar
octolytics-dimension-repository_network_root_id182042458
octolytics-dimension-repository_network_root_nwo18601949127/DiDiCallCar
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef8d29d1bd03dda2dd14b3f80b8bc27e1111f43bd
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/GoGoGo-coder/DiDiCallCar#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FGoGoGo-coder%2FDiDiCallCar
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FGoGoGo-coder%2FDiDiCallCar
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E&source=header-repo&source_repo=GoGoGo-coder%2FDiDiCallCar
Reloadhttps://github.com/GoGoGo-coder/DiDiCallCar
Reloadhttps://github.com/GoGoGo-coder/DiDiCallCar
Reloadhttps://github.com/GoGoGo-coder/DiDiCallCar
GoGoGo-coder https://github.com/GoGoGo-coder
DiDiCallCarhttps://github.com/GoGoGo-coder/DiDiCallCar
18601949127/DiDiCallCarhttps://github.com/18601949127/DiDiCallCar
Notifications https://github.com/login?return_to=%2FGoGoGo-coder%2FDiDiCallCar
Fork 0 https://github.com/login?return_to=%2FGoGoGo-coder%2FDiDiCallCar
Star 0 https://github.com/login?return_to=%2FGoGoGo-coder%2FDiDiCallCar
Code https://github.com/GoGoGo-coder/DiDiCallCar
Pull requests 0 https://github.com/GoGoGo-coder/DiDiCallCar/pulls
Actions https://github.com/GoGoGo-coder/DiDiCallCar/actions
Projects https://github.com/GoGoGo-coder/DiDiCallCar/projects
Security and quality 0 https://github.com/GoGoGo-coder/DiDiCallCar/security
Insights https://github.com/GoGoGo-coder/DiDiCallCar/pulse
Code https://github.com/GoGoGo-coder/DiDiCallCar
Pull requests https://github.com/GoGoGo-coder/DiDiCallCar/pulls
Actions https://github.com/GoGoGo-coder/DiDiCallCar/actions
Projects https://github.com/GoGoGo-coder/DiDiCallCar/projects
Security and quality https://github.com/GoGoGo-coder/DiDiCallCar/security
Insights https://github.com/GoGoGo-coder/DiDiCallCar/pulse
https://github.com/GoGoGo-coder/DiDiCallCar
Brancheshttps://github.com/GoGoGo-coder/DiDiCallCar/branches
Tagshttps://github.com/GoGoGo-coder/DiDiCallCar/tags
https://github.com/GoGoGo-coder/DiDiCallCar/branches
https://github.com/GoGoGo-coder/DiDiCallCar/tags
31 Commitshttps://github.com/GoGoGo-coder/DiDiCallCar/commits/master/
https://github.com/GoGoGo-coder/DiDiCallCar/commits/master/
.ideahttps://github.com/GoGoGo-coder/DiDiCallCar/tree/master/.idea
.ideahttps://github.com/GoGoGo-coder/DiDiCallCar/tree/master/.idea
SlidingMenu_libraryhttps://github.com/GoGoGo-coder/DiDiCallCar/tree/master/SlidingMenu_library
SlidingMenu_libraryhttps://github.com/GoGoGo-coder/DiDiCallCar/tree/master/SlidingMenu_library
apphttps://github.com/GoGoGo-coder/DiDiCallCar/tree/master/app
apphttps://github.com/GoGoGo-coder/DiDiCallCar/tree/master/app
gradle/wrapperhttps://github.com/GoGoGo-coder/DiDiCallCar/tree/master/gradle/wrapper
gradle/wrapperhttps://github.com/GoGoGo-coder/DiDiCallCar/tree/master/gradle/wrapper
libs/armeabi-v7ahttps://github.com/GoGoGo-coder/DiDiCallCar/tree/master/libs/armeabi-v7a
libs/armeabi-v7ahttps://github.com/GoGoGo-coder/DiDiCallCar/tree/master/libs/armeabi-v7a
openCVLibrary320https://github.com/GoGoGo-coder/DiDiCallCar/tree/master/openCVLibrary320
openCVLibrary320https://github.com/GoGoGo-coder/DiDiCallCar/tree/master/openCVLibrary320
.gitignorehttps://github.com/GoGoGo-coder/DiDiCallCar/blob/master/.gitignore
.gitignorehttps://github.com/GoGoGo-coder/DiDiCallCar/blob/master/.gitignore
README.mdhttps://github.com/GoGoGo-coder/DiDiCallCar/blob/master/README.md
README.mdhttps://github.com/GoGoGo-coder/DiDiCallCar/blob/master/README.md
build.gradlehttps://github.com/GoGoGo-coder/DiDiCallCar/blob/master/build.gradle
build.gradlehttps://github.com/GoGoGo-coder/DiDiCallCar/blob/master/build.gradle
gradle.propertieshttps://github.com/GoGoGo-coder/DiDiCallCar/blob/master/gradle.properties
gradle.propertieshttps://github.com/GoGoGo-coder/DiDiCallCar/blob/master/gradle.properties
gradlewhttps://github.com/GoGoGo-coder/DiDiCallCar/blob/master/gradlew
gradlewhttps://github.com/GoGoGo-coder/DiDiCallCar/blob/master/gradlew
gradlew.bathttps://github.com/GoGoGo-coder/DiDiCallCar/blob/master/gradlew.bat
gradlew.bathttps://github.com/GoGoGo-coder/DiDiCallCar/blob/master/gradlew.bat
import-summary.txthttps://github.com/GoGoGo-coder/DiDiCallCar/blob/master/import-summary.txt
import-summary.txthttps://github.com/GoGoGo-coder/DiDiCallCar/blob/master/import-summary.txt
settings.gradlehttps://github.com/GoGoGo-coder/DiDiCallCar/blob/master/settings.gradle
settings.gradlehttps://github.com/GoGoGo-coder/DiDiCallCar/blob/master/settings.gradle
READMEhttps://github.com/GoGoGo-coder/DiDiCallCar
https://github.com/GoGoGo-coder/DiDiCallCar#前言
https://github.com/18601949127https://github.com/18601949127
https://blog.csdn.net/weixin_37734988/article/details/92852349https://blog.csdn.net/weixin_37734988/article/details/92852349
https://github.com/GoGoGo-coder/DiDiCallCar#开发环境
https://github.com/GoGoGo-coder/DiDiCallCar#主界面概览
https://camo.githubusercontent.com/6c6007f3dec7dc9f80eda9cd4c8a9e490236a76597bf7eafaff7bf618f367afa/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632343137313535363837372e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://github.com/GoGoGo-coder/DiDiCallCar#项目文件结构
https://camo.githubusercontent.com/5324f08fb011856bb76b5bf56e61b2c6d928be8955532373978d14abd6ee63c1/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632343137323230323935312e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://github.com/GoGoGo-coder/DiDiCallCar#引导界面
https://camo.githubusercontent.com/048aaaa47b9175cf0ccc6fb4073e20f8000d7b8d44a791e13ebecdbdc1c0e76c/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632303231353332393932302e676966
https://camo.githubusercontent.com/67d1ca6f16921c49ed3f71e7981715c127913125310ff6b4f0becbf26f845d25/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632333138303430313737322e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://camo.githubusercontent.com/173133cf74d44c705260eac0d65ce53ff731cba79a75a507dee378a594dc3e6d/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632303231333434303732392e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://github.com/GoGoGo-coder/DiDiCallCar#出行界面
https://camo.githubusercontent.com/9783d6f5a49e41d1f92205ecd07e7e2197d6ca345f5c37d8c873d77801c77d37/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632303232333335313932392e676966
https://camo.githubusercontent.com/db832db54a2664db7aeb45c3200aca5459f451795999954e6e94bb5c1489745b/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632313131333633383735392e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://camo.githubusercontent.com/4e6bda50d93d8d0f79d5eb76248d2ed66a85c86f62257a246d638a2c01622800/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632333233333134343935332e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://github.com/GoGoGo-coder/DiDiCallCar#上车地址和目的地址的路线规划
https://camo.githubusercontent.com/d7876f059b43b44aba8adb9487837914017c65340963ca7879d1a6375c0adeab/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632303233323834313935342e676966
https://github.com/GoGoGo-coder/DiDiCallCar#底部上滑动菜单
https://camo.githubusercontent.com/11b2ba3840cec2b7b68be0494f10f62443cff53735450e8df36844c60f4c1613/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632303233303131363231342e676966
https://camo.githubusercontent.com/1f94159bcad2a0c4131393f9ae010bbc01cb2f00ba233c026c8d9f92e9290c0e/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632343233313134393935332e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://github.com/GoGoGo-coder/DiDiCallCar#左侧侧滑菜单
https://camo.githubusercontent.com/636e4f915f13b8c214e9faaeb3bb3362ea01c0d8064bc2d6e1e9e981cdb9ff4d/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632303233333932383139382e676966
https://github.com/GoGoGo-coder/DiDiCallCar#司机证件的号码ocr识别功能
https://camo.githubusercontent.com/7e9f8bc3717459018f57116b6581178f163dad8fb5c0da9c621eb8b0c60e8c12/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632343233313635343637302e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://camo.githubusercontent.com/845ddca1e2481d677c791ff0f33ff797890bada2dcb941b5b9afbab022942573/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632303233353334363931332e676966
https://github.com/18601949127https://github.com/18601949127
https://camo.githubusercontent.com/56f455d36cbbe5caf4689405d9f3f88bc48332d7598687714074abd8ce45cf60/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632313135333632313437352e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://camo.githubusercontent.com/05ff9d84d29539814b5f95ec9a54d3a2fadbd9b25199efd498e3225dde1709e8/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632313136353033373538362e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://camo.githubusercontent.com/9d7cbdbf0331c93c35a4cba3815bb2c156c30a47f1d8ce1eef886962608b8a85/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632313139343731353931352e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://camo.githubusercontent.com/7bdabe10f96cb3d437599d3f9b9e6b2f330e3af47f1fb34cfc8c7caa8b1494c5/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632313230333433373835352e6a706567
https://github.com/GoGoGo-coder/DiDiCallCar#rfid识别验证功能
https://camo.githubusercontent.com/e4ec556250cef6eb4bb2ed8f82344003fb00fc4e3b22d9aff65be3cb2912d2ce/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632343233323230373936322e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://camo.githubusercontent.com/403351f8979a2441c76388153854d1282bf138421453b12139d53ed064b2b057/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632323137303933323331342e676966
https://camo.githubusercontent.com/0f99a6d5c482f9f1367441567a0e4f2b1a316773ec0c1a04982cbf68de02dce5/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632323137313934353231322e676966
彻底明白Activity启动模式-SingleTop、SingleTask、SingleInstance具体使用场景https://blog.csdn.net/weixin_37734988/article/details/93508139
https://camo.githubusercontent.com/046b4db40f9ab04b323176f62d2a1f1c1b6fbe187b3ebbde115103578271e65c/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632343138303230363538332e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://camo.githubusercontent.com/2a66b6bde3d14a5bd55a99fa3d01308b0e24a59df33f6efd0ad68bbfb327a3fd/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632343137353035373734342e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://camo.githubusercontent.com/14fe854a9f2b3b1524549999cc58a6524a38f59380aa9b67d73688990196e7b0/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f323031393036323231373431343538312e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://camo.githubusercontent.com/eac956b9d06f57d75f6433cadaf3a236d29134cda691d69dc094952fc7819dfa/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632333135333435353830362e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://camo.githubusercontent.com/5498b2a3fd8e85135f6565d588d88ee9dc8110da68f84fd94cbb7f5472490a61/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632333135353232363536392e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://camo.githubusercontent.com/3138a60770dba8b329ad180229e915ab372da05dc781f6af094d33783bab7390/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f323031393036323331363131313038372e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://camo.githubusercontent.com/22cdf33712c7d5d829436df4a5ba6d55b067fe1e08123b93167e13dcabe7f7d6/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632333136343630373230312e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://camo.githubusercontent.com/31a906f59b3b9fb085c4092b70ca0d8f16ab0bba0c7f4f053c27f7fb9f832970/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632333136343434333231382e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://github.com/GoGoGo-coder/DiDiCallCar#使用ndk调用md5加密算法
https://camo.githubusercontent.com/741e984c552e62ff68b39f423fbee271f1567f850e68863a53abfd4092eb9ef3/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632343230353834323834372e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://camo.githubusercontent.com/ab232f9fec4fdb7d5a025c5fe29006f1bcaee574da67e53f4adffdc505338fc6/68747470733a2f2f696d672d626c6f672e6373646e696d672e636e2f32303139303632343232313534333939312e6a7065673f782d6f73732d70726f636573733d696d6167652f77617465726d61726b2c747970655f5a6d46755a33706f5a57356e6147567064476b2c736861646f775f31302c746578745f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c33646c61586870626c387a4e7a637a4e446b344f413d3d2c73697a655f31362c636f6c6f725f4646464646462c745f3730
https://github.com/GoGoGo-coder/DiDiCallCar#结语
https://github.com/18601949127https://github.com/18601949127
https://blog.csdn.net/weixin_37734988https://blog.csdn.net/weixin_37734988
Readme https://github.com/GoGoGo-coder/DiDiCallCar#readme-ov-file
Please reload this pagehttps://github.com/GoGoGo-coder/DiDiCallCar
Activityhttps://github.com/GoGoGo-coder/DiDiCallCar/activity
0 forkshttps://github.com/GoGoGo-coder/DiDiCallCar/forks
Report repository https://github.com/contact/report-content?content_url=https%3A%2F%2Fgithub.com%2FGoGoGo-coder%2FDiDiCallCar&report=GoGoGo-coder+%28user%29
Releaseshttps://github.com/GoGoGo-coder/DiDiCallCar/releases
Packages 0https://github.com/users/GoGoGo-coder/packages?repo_name=DiDiCallCar
Please reload this pagehttps://github.com/GoGoGo-coder/DiDiCallCar
Contributorshttps://github.com/GoGoGo-coder/DiDiCallCar/graphs/contributors
Please reload this pagehttps://github.com/GoGoGo-coder/DiDiCallCar
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.