Giter Club home page Giter Club logo

Comments (3)

msidolphin avatar msidolphin commented on August 24, 2024 2

@weiweidong1993 我并没有接触过相关内容,看了一下各种资料,有如下的理解:
1、开发者不需要关注用户的应用安装路径,因为实现应用的启动依靠的是自定义协议,这个可以由应用程序开发者提供并且在应用程序安装的时候自动写入注册表。
2、参数传递和我们平时传递url参数差不多,具体怎么接收就是应用程序的事情了

Windows Registry Editor Version 5.00
 
[HKEY_CLASSES_ROOT\Test]
@="TestProtocol"
"URLProtocol"=""
 
[HKEY_CLASSES_ROOT\Test\DefaultIcon]
@="F:\\Test.exe,1"
 
[HKEY_CLASSES_ROOT\Test\shell]
[HKEY_CLASSES_ROOT\Test\shell\open]
[HKEY_CLASSES_ROOT\Test\shell\open\command]
@="\"F:\\Test.exe\" \"%1\""
<a href="Test://message/?uin=88888888&Site=JooIT.com&Menu=yes">打开客户端软件</a>

from vue-api-creator.

msidolphin avatar msidolphin commented on August 24, 2024 1

@weiweidong1993 应该是在安装程序的时候写入到注册表中的

from vue-api-creator.

weiweidong1993 avatar weiweidong1993 commented on August 24, 2024

@weiweidong1993 我并没有接触过相关内容,看了一下各种资料,有如下的理解:
1、开发者不需要关注用户的应用安装路径,因为实现应用的启动依靠的是自定义协议,这个可以由应用程序开发者提供并且在应用程序安装的时候自动写入注册表。
2、参数传递和我们平时传递url参数差不多,具体怎么接收就是应用程序的事情了

Windows Registry Editor Version 5.00
 
[HKEY_CLASSES_ROOT\Test]
@="TestProtocol"
"URLProtocol"=""
 
[HKEY_CLASSES_ROOT\Test\DefaultIcon]
@="F:\\Test.exe,1"
 
[HKEY_CLASSES_ROOT\Test\shell]
[HKEY_CLASSES_ROOT\Test\shell\open]
[HKEY_CLASSES_ROOT\Test\shell\open\command]
@="\"F:\\Test.exe\" \"%1\""
<a href="Test://message/?uin=88888888&Site=JooIT.com&Menu=yes">打开客户端软件</a>

谢回答
疑问:自定义协议 没法动态生成啊 需要自己写入吗?

from vue-api-creator.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.