码迷,mamicode.com
首页 >  
搜索关键字:mic    ( 18625个结果
jenkins上下游工程以及空间占用处理
1.最近项目架构调整,把十几个java项目整合为一个大的项目,这样构建上游工程成功后下游工程会自动构建 解决如下:取消这个勾选即可 2.构建单个项目时,会把所有子工程都打包一次 解决如下:指定构建时的pom文件路径 3.项目构建次数多了之后会占大量磁盘空间 解决如下: ...
分类:其他好文   时间:2019-03-07 15:52:50    阅读次数:224
Bcjcj继续继续就
Bcncj?? ...
分类:其他好文   时间:2019-03-07 15:42:40    阅读次数:213
【idea设置】去掉IntelliJ IDEA 中 mybatis 对应的 xml 文件警告
...
分类:其他好文   时间:2019-03-07 11:36:13    阅读次数:208
js for in循环遍历对象,获取key:value值
var testObj = { 'a':'111', 'b':'222', 'c':'333', 'd':'444'}for(var i in testObj){ console.log(i); //a,b,c,d}for(var i in testObj){ console.log(testObj ...
分类:Web程序   时间:2019-03-07 10:27:00    阅读次数:608
如何用Python画一朵太阳花
如何用Python绘制一朵太阳花 准备:1.Python3.6 2.win7 过程: 2.建立脚本 3.编写程序 4.保存脚本 5.运行检验 ...
分类:编程语言   时间:2019-03-07 01:13:46    阅读次数:729
ESP8266-WIFI模块测试
1.直接上模块电路板图(注意:本系统是 3.3V ! 请勿接 5V !) 2.接线调试 USB 转 TLL 模块,将 UTXD,GND,VCC,URXD 连上 USB-TTL(两者的 TXD 和 RXD 交叉接),CH-PD 接 3.3 V,即可进行测试。 3.模块上电,打开串口调试工具,选择相对应 ...
分类:其他好文   时间:2019-03-07 01:11:16    阅读次数:208
gitbash安装与使用
1. 下载安装git (windows版) 网址:https://git-scm.com/download/win 点击for windows版本->下载 2. 点击exe文件安装,安装完成后打开cmd,建立仓库 3. 选择一个盘创建一个文件夹随意命名 如:E:\GIT 使用git init命令来初 ...
分类:其他好文   时间:2019-03-07 01:08:24    阅读次数:211
leetcode447-Number of Boomerangs
1.问题描述 描述: Given n points in the plane that are all pairwise distinct, a "boomerang" is a tuple of points (i, j, k) such that the distance between i a ...
分类:其他好文   时间:2019-03-07 00:50:25    阅读次数:171
Educational Codeforces Round 60 (Rated for Div. 2)E(思维,哈希,字符串,交互)
#include <bits/stdc++.h>using namespace std;int main(){ string t; cin>>t; int n=t.size(); string s1(n,'a'),s2(n,'a'),s3(n,'a'); for(int i=0;i<n;i++){ ...
分类:其他好文   时间:2019-03-07 00:37:11    阅读次数:126
Address localhost:1099 is already in use(IDEA启动Tomcat报错1099 is already in use)
IDEA中启动Tomcat报错,Error running Tomcat7.0.52: Address localhost:1099 is already in use 或者是 java.rmi.server.ExportException: Port already in use: 1099 ,表 ...
分类:其他好文   时间:2019-03-06 23:08:29    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!