草庐IT

re-install

全部标签

To install it, you can run: npm install --save svg-baker-runtime/browser-symbol

运行vue项目npmrundev命令报错报错信息如下:Thisdependencywasnotfound:*svg-baker-runtime/browser-symbolin./src/icons/svg/404.svg,./src/icons/svg/wechat.svgand70othersToinstallit,youcanrun:npminstall--savesvg-baker-runtime/browser-symbol错误提示:Toinstallit,youcanrun:npminstall--savesvg-baker-runtime/browser-symbol解决:npm

python re库

pythonre库是python用于正则表达式的三方库目录函数re.compilere.findallre.searchre.subre.splitgroup([group1,....])修饰符正则表达式详情函数不进行转义re.compile(r’r表示其后的字符串按原样表示,不使用转义字符re.compile该函数将创建一个正则表达式的对象,可以实现更有效率的复用。importrefind_xx=re.compile('正则表达式',修饰符)re.findall该函数将会搜索所有满足条件的字符串importrer=re.findall('正则表达式',文本内容,修饰符)返回值会因为正则表达式

python re库

pythonre库是python用于正则表达式的三方库目录函数re.compilere.findallre.searchre.subre.splitgroup([group1,....])修饰符正则表达式详情函数不进行转义re.compile(r’r表示其后的字符串按原样表示,不使用转义字符re.compile该函数将创建一个正则表达式的对象,可以实现更有效率的复用。importrefind_xx=re.compile('正则表达式',修饰符)re.findall该函数将会搜索所有满足条件的字符串importrer=re.findall('正则表达式',文本内容,修饰符)返回值会因为正则表达式

Warning: CocoaPods not installed. Skipping pod install.CocoaPods is used to retrieve the i0S and mac

昨晚升级macos发现flutter项目运行不了报错如下Warning:CocoaPodsnotinstalled.Skippingpodinstall.CocoaPodsisusedtoretrievethei0Sandmac0Splatformside'splugincodethatrespondsWithoutCocoapods,pluginswillnotworkoniosormacOsvourpluginFormoreinfo,seehttps://flutter.dev/platform-pluginsToinstallseehttps://guides,cocoapods.org

【2023.4.19】重新安装 Cocoapods 解决 pod install 卡住或者 cocoapods 依赖无法更新等问题

重新安装Cocoapods(2023.4.19)做ios或flutter开发时,经常会遇到添加依赖过后podinstall卡住,或者其他的一些奇奇怪怪的问题,如果花了很长时间都没有解决的话可以试试重新安装Cocoapods,这在大多数情况下都能有所帮助一、卸载cocoapods1.打开终端2.whichpod whichpod rm-rf/user/local/opt/ruby/bin/pod(此处可能不同)3.gemlist下面是卸载包的命令,如果安装了多个版本的cocoapods,卸载时加版本号sudogemuninstallcocoapodssudogemuninstallcocoapo

编译内核 make modules_install报错SSL error:02001002:system library:fopen:No such file or directory

        在编译内核实验中,在完成make、make_modules操作后在makemodules_install的过程中报错SSLerror:02001002:systemlibrary:fopen:Nosuchfileordirectory:        推测是由于在解决make环节的报错make[1]:***没有规则可制作目标“debian/canonical-certs.pem”,由“certs/x509_certificate_list”需求。停止时将CONFIG_MODULE_SIG_KEY与CONFIG_SYSTEM_TRUSTED_KEYS均置空的操作导致。 CONFI

VS2019 打包扩展(Microsoft Visual Studio Installer Projects)下载慢的问题

想要打包写好的程序,于是先下载MicrosoftVisualStudioInstallerProjects。结果半天都没下载好。尝试了VS内扩展、官网下载,改网络配置DNS之类的都没用。解决办法:坐飞机去外国下载,10s下载完毕。下载好会自动安装,重启VS2019就ok了。

c# - Visual Studio 2017 无法使用 "Unable to download installation files"脱机安装

因此,我使用以下命令在我的笔记本电脑上创建了VS2017Community的离线安装:vs_community.exe--layout"D:\Downloads\VSCommunity2017"--langen-US--addMicrosoft.VisualStudio.Component.CoreEditorComponent.WebSocketMicrosoft.VisualStudio.Workload.ManagedDesktopMicrosoft.VisualStudio.Workload.NetCrossPlatMicrosoft.VisualStudio.Workload

c# - Visual Studio 2017 无法使用 "Unable to download installation files"脱机安装

因此,我使用以下命令在我的笔记本电脑上创建了VS2017Community的离线安装:vs_community.exe--layout"D:\Downloads\VSCommunity2017"--langen-US--addMicrosoft.VisualStudio.Component.CoreEditorComponent.WebSocketMicrosoft.VisualStudio.Workload.ManagedDesktopMicrosoft.VisualStudio.Workload.NetCrossPlatMicrosoft.VisualStudio.Workload

C#.NET : How to check if we're running on battery?

我想成为一名优秀的开发者公民,paymytaxes,并在我们通过远程桌面运行或使用电池运行时禁用某些东西。如果我们在远程桌面上运行(或等效地在终端服务器session中),我们必须禁用动画和双缓冲。您可以通过以下方式检查://////Indicatesifwe'rerunninginaremotedesktopsession.///Ifweare,thenyouMUSTdisableanimationsanddoublebufferingi.e.Payyourtaxes!/////////publicstaticBooleanIsRemoteSession{//Thisisjustaf