草庐IT

developer_configurations_cms

全部标签

【Microsoft Visual Studio安装问题】Microsoft.VisualStudio.Setup.Configuration

成功撒花~~~真的太不容易了~在安装visualstudio的过程中真的状况百出,通过查看日志找到系统策略禁止安装此设备,请与系统管理员联系因此赶紧百度这个问题。。。百度上有很多关于这个问题的解决方法,尝试了很多种但都不太完全,最终解决方法如下:点击win+R输入-->gpedit.msc,然后按照左边检索出右边的框框部分,该启动的启动,该禁用的禁用~~~附:感恩搜索引擎和火绒,我还了解了注册表等知识耶

MySQL安装出现The configuration for MySQL Server 8.0.28 has failed. You can...错误

The configuration for MySQL Server 8.0.28 has failed. You can find more information about the failures in the 'Log' tab. 遇见这种情况,作者当时也是痛苦万分,网上找了许许多多的方法试了好多次都不行。https://blog.csdn.net/lxhsjl121/article/details/118969432 上面哪个博客我试过毒了,不行。分析问题。出现这种问题是因为我们之前安装过但是没有安装完全就取消了,电脑里面已经存储了。解决办法其他特别高深的我也试了试,不仅麻烦,操作

MySQL安装出现The configuration for MySQL Server 8.0.28 has failed. You can...错误

The configuration for MySQL Server 8.0.28 has failed. You can find more information about the failures in the 'Log' tab. 遇见这种情况,作者当时也是痛苦万分,网上找了许许多多的方法试了好多次都不行。https://blog.csdn.net/lxhsjl121/article/details/118969432 上面哪个博客我试过毒了,不行。分析问题。出现这种问题是因为我们之前安装过但是没有安装完全就取消了,电脑里面已经存储了。解决办法其他特别高深的我也试了试,不仅麻烦,操作

To use xx的iPhone for development, enable Developer mode in Settings->Privacy & Security

最近iPhone和Mac自动更新,真机运行遇到以上问题,解决方法也是很简单,如下:打开手机“隐私与安全性”当中开发者调试开关,重启手机与Xcode的,问题就解决了,希望能给小伙伴们帮助哈 

Webstorm中项目代码从git的master分支切换到develop分支

当前为master分支,需要切换到develop分支,master不允许推送选中项目右键--Git--分支在分支中点击目标分值,点击签出此时,就切换到了dev分支如果在gitlab中新建了分支,但是在Git分支中看不到新建的那个远程分支,可以执行如下操作。来获取到最新的远程分支,点击提取就好了。 

git clone报错:could not read Username for ‘http://xxx.com‘: Device not configured

当gitclone报以下错误时,说明git本地存储的用户信息失效couldnotreadUsernamefor'http://xxx.com':Devicenotconfigured解决方案:1、在git地址上添加用户名密码,修改后的git地址为gitclonehttp://用户名:密码@host:/path/to/repository2、当clone的地址提示badurl或不识别时,需要注意用户名、密码中是否包含特殊字符!#$&'()*+,/:;=?@[]%21%23%24%26%27%28%29%2A%2B%2C%2F%3A%3B%3D%3F%40%5B%5D3、修改以后的git地址变化如

ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/

最近升级Xcode14.3之后,执行repopush命令的时候,遇到了下main的错误ld:filenotfound:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.aclang:error:linkercommandfailedwithexitcode1(use-vtoseeinvocation)如图但是网上翻了好久,发现下面这句话才是关键解决方法,进入该路径下/Xcode.app/Contents/Dev

解决 pip is configured with locations that require TLS/SSL, however the ssl module in Python is not

PSC:\Users\>pipinstallpipDefaultingtouserinstallationbecausenormalsite-packagesisnotwriteableWARNING:pipisconfiguredwithlocationsthatrequireTLS/SSL,howeverthesslmoduleinPythonisnotavailable.#win10:Windowspowershell#2022/8/17#users:fanch这次准备用pip安装一下you-get这个包,出现上面报错:报错内容一:Defaultingtouserinstallation

解决 pip is configured with locations that require TLS/SSL, however the ssl module in Python is not

PSC:\Users\>pipinstallpipDefaultingtouserinstallationbecausenormalsite-packagesisnotwriteableWARNING:pipisconfiguredwithlocationsthatrequireTLS/SSL,howeverthesslmoduleinPythonisnotavailable.#win10:Windowspowershell#2022/8/17#users:fanch这次准备用pip安装一下you-get这个包,出现上面报错:报错内容一:Defaultingtouserinstallation

Nacos Ignore the empty nacos configuration and get it based on dataId

1.配置错误 dataId问题启动日志:使用properties格式的文件:IgnoretheemptynacosconfigurationandgetitbasedondataId[xxx-server]&group[DEFAULT_GROUP]IgnoretheemptynacosconfigurationandgetitbasedondataId[xxx-server.properties]&group[DEFAULT_GROUP]IgnoretheemptynacosconfigurationandgetitbasedondataId[xxx-server-dev.properties