面试集锦
重试获取请求
发现《后端架构师技术图谱》https://github.com/xingshaocheng/architect-awesome
参考:https://my.oschina.net/fdhay/blog/677226javax.net.ssl.SSLHandshakeException:sun.security.validator.ValidatorException:PKIXpathbuildingfailed:sun.security.provider.certpath.SunCertPathBuilderExcepti
今天jira上收到一个SQA:上线未打tag整理下如何对已上线的代码打tag1.列出当前已有的tag:gittagv1.0.3v1.0.4-201703081020v1.0.5-201704141453v1.0.6-201704151447v2.3.12.列出要查看的tag匹配,可以gittag-lv1.0.*v1.0.3v1.0.4-201703081020v1.0.5-201704141453
a.准备工作marks.txt本文件有4列1)AmitPhysics802)RahulMaths903)ShyamBiology874)KedarEnglish855)HariHistory89marks2.txt本文件有部分列有5列1)AndyPhysics802)JackyMaths90103)HillBiology874)JohnEnglish85125)MaryHistoryb.样例(1)
gitcommit代码时提示:Warning:Yourconsolefontprobablydoesn‘tsupportUnicode.Ifyouexperiencetrangecharactersintheoutput,considerswitchingtoaTrueTypefontsuchasucidaConsole!ideagitcommit不支持中文-m.依次执行以下命令:中括号里可选gi
缘起:想登录stackoverflow,但提示:StackOverflowrequiresexternalJavaScriptfromanotherdomain,whichisblockedorfailedtoload.咋地啦why?原来是stackoverflow引用了被禁的ajax.googleapis.com的jquery.min.js文件。"https://ajax.google
Metrics是一个给JAVA服务的各项指标提供度量工具的包,在JAVA代码中嵌入Metrics代码,可以方便的对业务代码的各个指标进行监控,同时,Metrics能够很好的跟Ganlia、Graphite结合,方便的提供图形化接口。Metrics-Java版的指标度量工具之一Metrics-Java版的指标度量工具之二GuavaEventBusGuava-EventBus(事件总线)http://
importcom.codahale.metrics.MetricRegistry;importcom.google.common.eventbus.AllowConcurrentEvents;importcom.google.common.eventbus.AsyncEventBus;importcom.google.common.eventbus.EventBus;importcom.goog
插件1:<build><plugins><!--1.生成MANIFEST.MF文件--><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-jar-plugin</artifactId><version>2
1.pom.xml增加plugin和jar包依赖plugin<plugin><groupId>org.mortbay.jetty</groupId><artifactId>maven-jetty-plugin</artifactId><version>6.1.26</version><configuratio
idea创建project巨详细:http://www.cnblogs.com/wql025/p/5215570.html
安装svnmkdir-p/export/server/svn/repos/projectssvnadmincreate/export/server/svn/repos/projects/cd/export/server/svn/repos/projects/conf添加用户:vimpasswd[users]# harry=harryssecret# sally=sallysse
谷歌浏览器-->属性-->目标:增加:/high-dpi-support=1/force-device-scale-factor=1注意中间有个空格。
##maven自动选择不同的配置文件打包profile+filter####1.profile:[要点:]activeByDefault默认激活,不用再mvn命令时指定额外参数;[注意:]使用非默认的配置,要在编译时指定:如,要在生产环境打包[并跳过单元测试]:mvncleanpackage-Pproduct[-Dmaven.test.skip=ture]如果mvncleanpackage:###
#Createdby.ignoresupportplugin(hsz.mobi)#build/bin//build/#eclipseignore/.settings/.project.classpath.mymetadata#ideaignore.idea/*.ipr*.iml*.iws#tempignorelogs/*.log*.cache*.diff*.patch*.tmp#systemig
pull/push无法进行:我在gitee新建一个仓库,上面有readme/License,然后把本地一个仓库上传。先pull,发现refusingtomergeunrelatedhistories,无法pull;push也无法进行。gitpulloriginmaster--allow-unrelated-histories
1、将.idea目录加入ignore清单.gitignore内容:/.idea//part00-common/target//part01-lambda/target/2、从git中删除ideagitrm--cached-r.idea3、将.gitignore文件加入gitgitadd.gitignore4、提交gitiginore文件,将.idea从源代码仓库中删除gitcommit-m&quo
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号