码迷,mamicode.com
首页 >  
搜索关键字:working holiday    ( 1530个结果
(转)git遇到的问题之“Please make sure you have the correct access rights and the repository exists.”
对于git的提交一直很小心翼翼,感觉一不小心就会踩到莫名的坑。 这不, 某天commit 就遇到了On branch master nothing to commit (working directory clean) 一查意思。你的分支很干净? 干净?excuse me? 然后git push o ...
分类:数据库   时间:2018-11-13 22:40:36    阅读次数:269
文件系统中跳转【TLCL】
pwd - Print name of current working directory cd - Change directory ls - List directory contents Linux总是只有一个单一的文件系统树,其他设备挂在到树的各个节点上。 cd Changes the wo ...
分类:其他好文   时间:2018-11-11 23:28:36    阅读次数:220
SSH
SSH介绍 SSH为Secure Shell的缩写,由 IETF 的网络工作小组(Network Working Group)所制定;SSH 为建立在应用层和传输层基础上的安全协议。 SSH是目前较可靠,专为远程登录会话和其他网络服务提供安全性的协议。常用于远程登录,以及用户之间进行资料拷贝。 利用 ...
分类:其他好文   时间:2018-11-11 17:19:56    阅读次数:153
Play中JSON序列化
根据经验Json处理是比较简单的,但是Play和akka-http的序列化让我烦恼了不少时间,所以我从自己的角度记录一下Play的JSON处理,代码也都是从官方文档复制后重新整理的,下面是参考的官方文档下有几篇JSON的文章 Working with Json 实体序列化例子 1.本例中使用的实体类 ...
分类:Web程序   时间:2018-11-10 15:17:36    阅读次数:301
Linux基本命令108将
1.pwd Print the current working directory. With the -P option, pwd prints the physical directory, without any symbolic links; the -L option makes pwd ...
分类:系统相关   时间:2018-11-04 11:07:11    阅读次数:189
软件工程之词频统计
代码: "https://github.com/jackroos/word_frequency" how you collaborate: working separately? pair programming? VS Live Share? other style? 首先我们一起讨论了代码结构, ...
分类:其他好文   时间:2018-11-03 17:29:41    阅读次数:225
svn使用常用错误
描述 :SVN更新提交显示文件被锁异常: Working copy XXXXXXXX locked Please execute "Cleanup" command 原因 : 待查解决:按照下面步骤操作解决 选中本地的项目根目录右键 点击“TortoiseSVN”-“Clean up” 勾选 “Cl ...
分类:其他好文   时间:2018-11-02 15:26:32    阅读次数:291
python库之_thread
_thread — Low-level threading API¶ 参考文档:https://docs.python.org/3.7/library/_thread.html This module provides low-level primitives for working with mu ...
分类:编程语言   时间:2018-10-30 11:13:18    阅读次数:324
vue-cli3,ie11
https://stackoverflow.com/questions/52056358/vue cli 3 project not working on ie 11 Install babel polyfill using command "npm install save babel polyf ...
分类:其他好文   时间:2018-10-29 17:56:05    阅读次数:747
大家眼中一个真正的程序员和硬件工程师是怎么样的
why are you working so hard? because what I like is so expensive! where i want to so is far away!who i love is perfert! 程序员的自我修养 黄聪:一位软件工程师的7年总结 一般软件工 ...
分类:其他好文   时间:2018-10-29 14:05:03    阅读次数:223
1530条   上一页 1 ... 20 21 22 23 24 ... 153 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!