#HAR

docker开源仓库Harbor部署笔记

Harbor介绍Harbor是Vmvare团队开发的开源企业级registry仓库,相比docker官方拥有更丰富的权限权利和完善的架构设计,适用大规模docker集群部署提供仓库服务。项目地址:https://github.com/vmware/harbor环境说明:ip地址:10.20.9.223系统版本:Cent...

解决echarts图形由于label过长导致文字显示不全问题

 /使用echarts打印饼图,在pc没问题,但一到移动端问题就来了,由于屏幕过小,导致label部分被遮挡一、问题分析如上图这个就尴尬了,囧么办呢?还好echarts提供了formatter方法二、修改前代码块series:[{name:seriesName||'数据来源',type:'pie',click...

小程序使用echarts 在一个页面打印多个饼图的坑

一、下载echarts微信版下载地址:https://github.com/ecomfe/echarts-for-weixin或者直接云盘下载https://pan.baidu.com/s/1iOXILEZlmGYzzSin_TK22A提取码fwhx二、创建所需文件同时将下载的echarts文件拷入,目录如下三、创建一...

Echarts的入门

1,跟java后台对接,java后台返回一个list,里面再加一个list。下班了...
代码星球 代码星球·2021-02-09

用pycharm+flask 建立项目以后运行出现ImportError: No module named flask-login问题

出现此问题,一般情况下:打开CMD输入:pipinstallflask-login 然后,在cmd中输入命令:piplist查看目前已安装的的模板。在此时,如果你继续运行项目,有可能会发现问题已经解决,但是也有可能会发现问题依然存在。 下面继续解决问题。如果你使用的不是虚拟环境,使用上面的pipin...

Django中使用Celery,定制应用程序中定义的shared_task未在定期任务管理页面的注册任务中显示

在项目 proj/proj/celery.py文件中,看到下面这行配置:celery_app.config_from_object('django.conf:settings',namespace='CELERY')修改成下面所示结果:celery_app.config_from_object(setting...

How to use shared model by git in sql source control of red gate

1.clonethegitrepositoryfordatbase2.opensqlsourcecontrolwindowandselectthetargetdatabase 3.insetuptab,linktomysourcecontrolsystem  4.linktocustom&...
代码星球 代码星球·2021-02-08

IIS Manager could not load type for module provider 'SharedConfig' that is declared in administration.config

https://support.microsoft.com/en-ie/help/3151973/iis-shared-configuration-feature-requires-all-servers-to-run-the-sameYoushouldnotusetheSharedConfigurationfeatu...

Character Encoding in .NET

https://docs.microsoft.com/en-us/dotnet/standard/base-types/character-encoding#EncodingsCharactersareabstractentitiesthatcanberepresentedinmanydifferentways.Ach...
代码星球 代码星球·2021-02-08

What size do you use for varchar(MAX) in your parameter declaration?

Inthiscaseyouuse-1.SeealsoMSDNdocs:msdn.microsoft.com/en-us/library/bb399384.aspxLargevaluetypescanbeusedinSqlParameterobjectsthesamewayyouusesmallervaluetypesi...
代码星球 代码星球·2021-02-08

share memory cache across multi web application

YoucouldcreateaseparateWebApiprojectandhostyourimplementationoftheMemoryCachethere.Thenexposeanapithatgets/setsitemsfromthecachethatallofyourappscanuse.Though,t...

characteristics of competent communicators

https://www.universalclass.com/articles/business/communication-studies/be-a-competent-communicator.htmResearchershavebrokendownthecharacteristicsofcompetentcomm...

ShareX的使用

https://github.com/ShareX/ShareX/issues/2509TaskSettings-->Image-->Effects-->imageeffectsconfiguration https://github.com/ShareX/ShareX/issues/255...
代码星球 代码星球·2021-02-08

ReSharper “Cannot resolve symbol” even when project builds

 Thisworkedforme(VS2012u4,R#7.1.3):Resharper>Options>Environment:General>ClearCachesRestartVisualStudio...
首页上一页...2425262728...下一页尾页