码迷,mamicode.com
首页 >  
搜索关键字:hg    ( 193个结果
idea忽略提交
*.classpath;*.gitignore;*.hprof;*.iml;*.pyc;*.pyo;*.rbc;*.settings;*.sh;*.yarb;*~;.DS_Store;*.git;*.hg;*.class;*.original;*.idea;*.lst;*.log;*.jar;.pr ...
分类:其他好文   时间:2021-04-24 13:10:50    阅读次数:0
python模块:configparser模块
常见文档的格式如下: [DEFAULT] ServerAliveInterval = 45 Compression = yes CompressionLevel = 9 ForwardX11 = yes [bitbucket.org] User = hg [topsecret.server.com] ...
分类:编程语言   时间:2020-10-14 20:30:06    阅读次数:25
在idea中想github/gitee导入项目时,忽略的文件格式有如下几个
//*.cmd;*.gitignore;*.hprof;*.iml;*.mvn;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.git;.hg;.idea;.svn;CVS;__pycache__;_svn;mvnw;target;vssver.scc;vssver2. ...
分类:其他好文   时间:2020-09-17 18:00:14    阅读次数:34
Ubuntu系统中安装Mercurial 以支持hg
Ubuntu系统中安装Mercurial 以支持hg pip install mercurial # 通过 pip 安装 Mercurial hg --version # 查看 Mercurial 版本 hg clone http://hg.openjdk.java.net/jdk8/jdk8 op ...
分类:系统相关   时间:2020-07-23 23:25:51    阅读次数:128
idea
*.cmd;*.hprof;*.iml;*.log;*.md;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.apt_generated;.classpath;.factorypath;.git;.hg;.idea;.metadata;.mvn;.project;.se ...
分类:其他好文   时间:2020-06-19 22:41:27    阅读次数:64
TS 过滤 .meta文件
添加:"**/*.meta":true { "git.ignoreLimitWarning": true, "files.exclude": { "**/.git": true, "**/.svn": true, "**/.hg": true, "**/CVS": true, "**/.DS_Sto ...
分类:Web程序   时间:2020-06-16 16:54:37    阅读次数:72
Mac 编译jdk源码小记
编译的是jdk15,需要安装一个jdk14来作为bootstrap JDK,源码编译要求的bootstrap jdk 版本最少14,15 第一步:下载jdk源码 没有使用hg去下载,使用了git仓库代码 https://github.com/openjdk/jdk.git 克隆仓库代码 git cl ...
分类:系统相关   时间:2020-06-04 01:49:53    阅读次数:98
Windows 10 下编译 OpenJDK8
只是编译,不调试。 一、安装 Cygwin 32 位和 64 位都可以试试。 https://cygwin.com/install.html 把这些装上(https://hg.openjdk.java.net/jdk8u/jdk8u/raw-file/tip/README-builds.html) ...
分类:Windows程序   时间:2020-03-28 21:59:46    阅读次数:147
centos7编译JDK
参考: 《深入理解Java虚拟机:JVM高级特性与最佳实践(第3版) - 周志明》 1.要编译的JDK源码 方法一:可以通过 一款叫 Mercurial (OpenJDK 的代码版本管理工具,类似于Git)代码版本管理工具从Respository中获取源码 安装后,执行 hg clone https ...
分类:其他好文   时间:2020-03-28 17:43:07    阅读次数:114
HTML 5标准中最新引入的template标签介绍
现在,W3C没闲着,2013年5月,新的标准中,又引入了新的标签template模板,具体标准见:https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/templates/index.html#template-element 下面综合进行小结 ...
分类:Web程序   时间:2020-03-14 16:29:02    阅读次数:206
193条   1 2 3 4 ... 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!