gitlab 提交 Git global setup git config --global user.name "lial" git config --global user.email "lial@xxxxx.com" Create a new repository git clone git@ ...
分类:
其他好文 时间:
2019-05-07 11:31:42
阅读次数:
155
命令功能:mkdir make directories 创建目录 命令格式:mkdir [ pv] directory... 参数解释: p no error if existing, make parent directories as needed 递归创建多级目录 v print a mess ...
分类:
其他好文 时间:
2019-05-05 23:18:28
阅读次数:
142
环境: ubuntu14.04 adt-bundle-linux-x86_64 android-ndk-r9d-linux-x86_64 cocos2d-x-3.0正式版 apache-ant 1.9.3 python 2.7(ubuntu自带) 加入环境变量 export ANDROID_SDK_ ...
分类:
系统相关 时间:
2019-05-03 16:16:22
阅读次数:
171
原文链接:https://www.entityframeworktutorial.net/code-first/code-first-from-existing-database.aspx 这里你将会学习使用Code-First方式,从一个已经存在的数据库中生成上下文类和实体类。 对于已经存在的数据 ...
分类:
数据库 时间:
2019-04-13 22:01:57
阅读次数:
213
LOG_LEVEL = 'DEBUG' LOGGING = { 'version' : 1, 'disable_existing_loggers' : True, 'formatters' : { 'standard' : { 'format' : '%(asctime)s [%(threadNam ...
分类:
其他好文 时间:
2019-04-13 19:12:54
阅读次数:
144
配置setting LOGGING = { 'version': 1, 'disable_existing_loggers': True, 'formatters':{ "generic": { "format": "%(asctime)s [%(process)d] [%(levelname)s] ...
分类:
其他好文 时间:
2019-04-12 19:18:05
阅读次数:
144
安装了Python2和Python3后在C:\Python\Python36下的python.exe重命名为python3.exe setuptools:基础包管理工具 pip:安装包管理工具 创建project的时候选择Existing interpreter 下的Python版本 pycharm ...
分类:
编程语言 时间:
2019-04-02 00:08:18
阅读次数:
190
KubeClient是kubernetes 的C#语言客户端简单易用,KubeClient是.NET Core(目标netstandard1.4)的可扩展Kubernetes API客户端, github地址: https://github.com/tintoy/dotnet-kube-client ...
在使用vue init webpack -g demo时产生了一个错误,导致创建项目失败: "Current existing ChromeDriver binary is unavailable, proceding with download and extraction." 我的解决办法: 1 ...
分类:
其他好文 时间:
2019-03-30 13:22:39
阅读次数:
1990
在pycharm中,点击菜单栏 "File" ,找到 "Settings" 点开 "Project datastructure" ,选择 "Project Interpreter" 在 "Existing interpreter" 下的 "Interpreter" 右侧下拉框找到自己安装的anaco ...
分类:
编程语言 时间:
2019-03-22 18:48:25
阅读次数:
214