今天运行语句 select * from order; 出现bug: ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server ve ...
分类:
数据库 时间:
2016-03-24 09:59:33
阅读次数:
192
扩展欧几里德算法 先介绍什么叫做欧几里德算法 有两个数 a b,现在,我们要求 a b 的最大公约数,怎么求?枚举他们的因子?不现实,当 a b 很大的时候,枚举显得那么的naïve ,那怎么做? 欧几里德有个十分又用的定理: gcd(a, b) = gcd(b , a%b) ,这样,我们就可以在几
分类:
编程语言 时间:
2016-03-22 22:01:34
阅读次数:
375
In this book, we've focused on the nuts and bolts of neural networks: how they work, and how they can be used to solve pattern recognition problems. T
分类:
移动开发 时间:
2016-03-20 14:30:24
阅读次数:
214
As we’ve seen, a pointer is an object that can point to a different object. As a result,we can talk independently about whether a pointer is const and
分类:
其他好文 时间:
2016-03-20 00:12:46
阅读次数:
168
no.14 Wx D3 As an engineering student, I often have to deal with projects. Today, I will make some conclusion from what I’ve experienced. Task definit
分类:
其他好文 时间:
2016-03-18 00:07:49
阅读次数:
168
http://searchnetworking.techtarget.com/tip/HP-UX-Secure-Shell-Part-5-The-host-configuration-files Q. I’ve HP-UX installed on my HP UX UNIX server. But
分类:
其他好文 时间:
2016-03-18 00:04:49
阅读次数:
356
Posted by Hoi Lam, Developer Advocate, Android Wear What’s a better holiday gift than great performance? You’ve got a great watch face idea -- now, yo
分类:
移动开发 时间:
2016-03-14 16:35:55
阅读次数:
337
using UnityEngine;using System.Collections; public class Scrwww : MonoBehaviour{ private float h; private float v; public Vector3 Torque; // public Ve
分类:
其他好文 时间:
2016-03-11 11:35:05
阅读次数:
178
一共三个节点,在安装完hadoop之后直接安装spark、下载的spark版本是不带hadoop的,注意节点配置 Hadoop multi-nodes Installation Environment: Hadoop 2.7.2 Ubuntu 14.04 LTS ssh-keygen Java ve
分类:
其他好文 时间:
2016-03-02 01:38:05
阅读次数:
250
在初始化仓库之前,要确认ssh key是否正确 ssh -T git@github.com 正确的结果如下 Hi username! You've successfully authenticated, but GitHub does not provide shell access. 在你的git
分类:
其他好文 时间:
2016-02-24 14:07:40
阅读次数:
143