Recently Jerry is working on an integration project about creating orders in Wechat platform by consuming SAP Commerce Cloud Restful API. Consultants ...
1 新建service配置文件 vi /etc/systemd/system/node.service [Unit]Description=My super nodejs app [Service]# set the working directory to have consistent rela ...
分类:
Web程序 时间:
2019-11-03 12:25:08
阅读次数:
100
一,概念 1,工作区(working directory) 本地电脑能看到的目录,比如git clone下的example文件夹就是一个工作区; 2,版本库(repository) 工作区里有一个.git,就是git的版本库。 3,暂存区(stage/index) .git中stage(或者叫ind ...
分类:
其他好文 时间:
2019-10-28 10:29:39
阅读次数:
81
The QtCore module contains the core non-GUI functionality. This module is used for working with time, files and directories, various data types, strea ...
分类:
其他好文 时间:
2019-10-26 10:59:26
阅读次数:
129
An Objective-C class defines an object that combines data with related behavior. Sometimes, it makes sense just to represent a single task or unit of ...
分类:
其他好文 时间:
2019-10-24 09:29:56
阅读次数:
80
1.安装Tortoise 客户端,使用其Relocate功能进行解决。 2.“TortoiseSVN” → “Relocate”。 3.修改您所需要的URL地址,即可。 4.然后会提示您“Working copy relocate to http://192.168.101.130/svn”。 大功 ...
分类:
其他好文 时间:
2019-10-23 11:46:01
阅读次数:
90
Git和其他版本控制系统如SVN的一个不同之处就是有暂存区的概念。 先来看名词解释。 工作区(Working Directory) 就是你在电脑里能看到的目录,比如我的learngit文件夹就是一个工作区: 版本库(Repository) 工作区有一个隐藏目录.git,这个不算工作区,而是Git的版 ...
分类:
其他好文 时间:
2019-10-22 18:23:16
阅读次数:
79
参考网址:https://www.cnblogs.com/duwanjiang/p/6390379.html(项目的打包到exe4j的使用) 报错:The JAVA_HOME environment variable does not point to a working 32-bit JDK or ...
分类:
编程语言 时间:
2019-10-16 16:12:06
阅读次数:
114
链接: https://vjudge.net/problem/POJ 3616 题意: Bessie is such a hard working cow. In fact, she is so focused on maximizing her productivity that she deci ...
分类:
其他好文 时间:
2019-10-12 22:37:25
阅读次数:
86
Deployment Configurations on an AWS Lambda Compute Platform When you deploy to an AWS Lambda compute platform, the deployment configuration specifies ...
分类:
其他好文 时间:
2019-10-06 20:14:56
阅读次数:
100