码迷,mamicode.com
首页 >  
搜索关键字:working holiday    ( 1530个结果
K-th Number(主席树)
K-th Number Time Limit: 20000MS Memory Limit: 65536K Total Submissions: 76404 Accepted: 27483 Case Time Limit: 2000MS Description You are working for ...
分类:其他好文   时间:2019-08-24 20:46:02    阅读次数:73
几分钟打造超级好看又好用的zsh command line 环境
source: https://www.pexels.com/photo/office-working-app-computer-97077/ 注:这篇适用于用MAC 开发的developer 身为程式开发者,很大一部分的时间是在用command line 做事,如果能把command line 调 ...
分类:其他好文   时间:2019-08-21 15:10:13    阅读次数:144
SVN的使用01
关于svn的使用以及TortoiseSVN常见操作 一、关于svn介绍 在介绍之前提一下,MyEclipse项目组的建立,以及源文件夹的创建。 新建的那一栏点击other 在搜索栏中搜索Java Working Set就会出来点击创建,填写项目组的名称点击完成! 这样一个项目组就创建完成,可以在项目 ...
分类:其他好文   时间:2019-08-20 23:52:40    阅读次数:119
linux命令
目录处理命令 ls (list) 功能描述:查看目录文件 mkdir(make directories) 功能描述:创建新目录 语法: mkdir -p 【目录名】 cd (change directory) 功能描述:切换目录 语法:cd 【目录】 pwd (print working direc ...
分类:系统相关   时间:2019-08-15 22:52:38    阅读次数:140
Delphi - FireDAC的连接配置
http://docwiki.embarcadero.com/RADStudio/XE8/en/Defining_Connection_(FireDAC) http://docwiki.embarcadero.com/RADStudio/XE8/en/Working_with_Connections ...
分类:Windows程序   时间:2019-08-14 14:55:43    阅读次数:147
git解决error: The following untracked working tree files would be overwritten by checkout
在IDEA中进行分支切换时,出现如此错误,导致无法正常切换:error: The following untracked working tree files would be overwritten by checkout通过错误提示可知,是由于一些untracked working tree f ...
分类:Windows程序   时间:2019-08-14 14:34:55    阅读次数:162
各种编程资源
https://github.com/dipakkr/A-to-Z-Resources-for-Students 下面是作者对自己的github项目的简要介绍: Are you a college student or a working professional looking for resou ...
分类:其他好文   时间:2019-08-06 14:21:40    阅读次数:180
Linux Shell中捕获CTRL+C
#!/bin/bash trap 'onCtrlC' INTfunction onCtrlC () { echo 'Ctrl+C is captured'} while true; do echo 'I am working!' sleep 1done ...
分类:系统相关   时间:2019-08-06 11:15:56    阅读次数:179
SVN版本控制管理
简单原理:SVN会将Resposity的每一次修改后的代码当作中间状态保存并编号,这样就可以进行版本控制。客户端获得Reposity的副本,对副本的操作不影响服务端的Resposity. 使用流程: 1.checkout 2.进行增(先将文件拖到working copy,然后使用add命令加入本地R ...
分类:其他好文   时间:2019-08-06 11:12:06    阅读次数:101
VisualSVN 7.1终于支持多workcopy了
Multiple working copies within a single solution VisualSVN 7.0 and older require the solution file and all the projects to be located under the same f ...
分类:其他好文   时间:2019-08-01 16:01:38    阅读次数:140
1530条   上一页 1 ... 10 11 12 13 14 ... 153 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!