草庐IT

clean_deep_link

全部标签

微信小程序跳小程序short-link(#小程序://)

  short-link获取:shortlink.generate|微信开放文档navigator组件新引入了一种跳转小程序页面的方法 示例:小睡眠short-link参考: navigator添加的新的小程序跳转方式-short-link|微信开放社区

数据库连接bug异常:com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure异常

1、启动SpringBoot项目出现com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:Communicationslinkfailure异常。2、查询后定位问题是数据库连接不上,服务器异常。3、方案一:切换数据库为本地地址,重新启动即可。url:jdbc:mysql://127.0.0.1:3306/mysql001?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&characterEncoding=utf-8&allowMultiQue

mac安装nvm报错 :HTTP/2 stream 1 was not closed cleanly before end of the underlying stream 解决方案

1.http/1.1在mac安装nvm时,在解决了443的错误之后,又提示git拉取的错误fatal:unabletoaccess'https://github.com/nvm-sh/nvm.git/':HTTP/2stream1wasnotclosedcleanlybeforeendoftheunderlyingstream通过排查发现,是git默认使用的通信协议出现了问题,可以通过将默认通信协议修改为http/1.1来解决该问题。gitconfig--globalhttp.versionHTTP/1.1这样改为http/1.1之后,我们再回到终端,按照执行nvm官网提示进行安装即可。cur

J-Link驱动安装

官网下载:https://www.segger.com/downloads/jlink/JLink_Windows_beta.exe

Swift po 导致错误 'Failed to load linked library Metal'

如何使用LLDB在XCode6GM中打印出Swift变量的值?它似乎从早期的测试版开始就被打破了。但同时po在Objective-C代码中工作得很好我之前尝试过所有XCode6beta并得到了相同的结果。即使我从头开始一个新项目,它也是一样的。例如,我在funcapplication(application,didFinishLaunchingWithOptions)中放置了一个断点(lldb)poapplicationerror:Errorinauto-import:FailedtoloadlinkedlibraryMetalofmodulesandbox-errors:Lookin

Swift po 导致错误 'Failed to load linked library Metal'

如何使用LLDB在XCode6GM中打印出Swift变量的值?它似乎从早期的测试版开始就被打破了。但同时po在Objective-C代码中工作得很好我之前尝试过所有XCode6beta并得到了相同的结果。即使我从头开始一个新项目,它也是一样的。例如,我在funcapplication(application,didFinishLaunchingWithOptions)中放置了一个断点(lldb)poapplicationerror:Errorinauto-import:FailedtoloadlinkedlibraryMetalofmodulesandbox-errors:Lookin

连接mysql数据库报错com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure的解决方法

com.mysql.cj.jdbc.exceptions.CommunicationsException:CommunicationslinkfailureThelastpacketsentsuccessfullytotheserverwas0millisecondsago.Thedriverhasnotreceivedanypacketsfromtheserver.解决办法:配置文件加上&useSSL=falsespring:datasource:username:rootpassword:rendudataurl:jdbc:mysql://127.0.0.1:3306/consulting

Failed to execute goal org.apache.maven.pluginsmaven-clean-plugin2.5clean问题解决

报错信息:Failedtoexecutegoalorg.apache.maven.plugins:maven-clean-plugin:2.5:clean(default-clean)onprojectak-system:Failedtocleanproject:FailedtodeleteD:lls_tmsak-systemargetclassesapplication.yml该文件被某个java程序使用着,所以无法完成clean操作解决办法:将运行中的java程序关闭类似于上图的进程idea中重新执行clean操作就可以完成了。我暂时遇到的此类问题都是如此进行解决的,不排除有其他情况。特此

ST-Link usb communication error 解决方法

目录一、出现的问题二、如何解决2.1步骤一2.2步骤二2.3步骤三2.4步骤四2.5步骤五三、成功解决问题一、出现的问题板子为STM32F1Nano前提是有ST-Link驱动,即ST—LinkDebugger(点击查看),然后编写完代码后点击“Load”,在弹出的界面内会显示"st-linkusbcommunicationerror"报错,致使无法对STM32进行downloadcodetoflashmemory。二、如何解决2.1步骤一首先在你的keil安装目录下的STLink路径文件中找到“ST-LinkUpgrade.exe”,然后点击运行,插上STM32F1Nano板子到电脑,点击De

Xcode 6.1 : file was built for x86_64 which is not the architecture being linked (i386)

我已经为util/extensions创建了一个Swift框架项目,它编译一个.framework文件并将其复制到我系统上的一个专用位置。我希望能够将此文件包含到其他项目中(BuildPhases/LinkBinarywithLibraries)。框架项目是CocoaTouchFramework类型的项目(从Xcode6.1项目模板浏览器中选择)。但是当我尝试编译一个链接框架文件的项目时,我收到了这个警告:ld:warning:ignoringfile/Users/name/Projects/Xcode/Libs/swiftutils.framework/swiftutils,file