对于git的提交一直很小心翼翼,感觉一不小心就会踩到莫名的坑。 这不, 某天commit 就遇到了On branch master nothing to commit (working directory clean) 一查意思。你的分支很干净? ...
分类:
数据库 时间:
2018-08-27 23:25:24
阅读次数:
347
maven 生命周期介绍: validate - validate the project is correct and all necessary information is available compile - compile the source code of the project t ...
分类:
其他好文 时间:
2018-08-22 21:47:18
阅读次数:
215
``` # encoding=utf-8 import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data mnist = input_data.read_data_sets('MNIST_data'... ...
分类:
其他好文 时间:
2018-08-16 14:56:12
阅读次数:
553
Correct variable names consist only of English letters, digits and underscores and they can't start with a digit. Check if the given string is a corre ...
分类:
其他好文 时间:
2018-08-13 19:43:13
阅读次数:
126
运行yum时出现错误,缺失libsasl2.so.2文件[root@localhost /]# yum repolistThere was a problem importing one of the Python modulesrequired to run yum. The error leading to this problem was: libsasl2.so.2
分类:
其他好文 时间:
2018-08-13 12:20:11
阅读次数:
531
#ifndef KALMANOFLIDAR_H#define KALMANOFLIDAR_H#include <Eigen\Dense>#include <Eigen\Core>#include <vector>#include <iostream>using namespace std;using ...
分类:
其他好文 时间:
2018-08-10 19:55:28
阅读次数:
177
1 a thread-unsafe code version: 1.1 correct version 1: 1.2 correct version 2 and its pros and cons: Another approach is to pass the integer i directly ...
分类:
其他好文 时间:
2018-08-04 14:35:57
阅读次数:
153
TensorFlow TensorFlow核心程序由2个独立部分组成: a:Building the computational graph构建计算图 b:Running the computational graph运行计算图 1.一个computational graph(计算图)是一系列的Te ...
分类:
其他好文 时间:
2018-08-03 16:19:39
阅读次数:
178
django 的中间件 csrf Require a present and correct csrfmiddlewaretoken for POST requests that have a CSRF cookie, and set an outgoing CSRF cookie. This mi ...
分类:
其他好文 时间:
2018-08-03 01:07:38
阅读次数:
177
1.搜索.ssh文件,删除该文件下的known_hosts文件 2.运行Git Bash,输入命令ssh-keygen -t rsa -C "username",然后一路回车 3.在.ssh文件夹里找到 id_rsa.pub文件,打开,全部复制,然后登录 https://github.com/,找到 ...
分类:
数据库 时间:
2018-08-02 11:23:55
阅读次数:
227