码迷,mamicode.com
首页 > 2017年08月24日 > 全部分享
搭建vue.js环境
第一步:安装node.js。 · 1、在f盘上新建文件夹node,jiang 2、百度node官网,下载node.js 3、点击下载的node.js进行安装。安装地址选在F:\node\nodeResore 4、查看nodejs有没有安装好:cmd打开命令窗口,找到F:\node\nodeResor ...
分类:Web程序   时间:2017-08-24 10:41:37    阅读次数:256
JEESZ-kafka集群安装
JEESZ-kafka集群安装 摘要: -kafka集群安装 kafka, Kafka分布式消息, Kafka分布式消息系统, Kafka集群, SpringMVC+Mybatis, Dubbo+Zookeeper, java分布式架构 愿意了解框架技术或者源码的朋友直接求求交流分享技术:2042... ...
分类:其他好文   时间:2017-08-24 10:41:29    阅读次数:177
centos7网卡重命名eth0
[root@localhost~]#ifconfig ens8:flags=4163<UP,BROADCAST,RUNNING,MULTICAST>mtu1500 inet192.168.0.112netmask255.255.255.0broadcast192.168.0.255 inet6fe80::eda5:e2c1:5b96:46b5prefixlen64scopeid0x20<link> ether52:54:00:c4:8d:84txqueuelen1000(Etherne..
分类:其他好文   时间:2017-08-24 10:41:22    阅读次数:280
Codeforces 605A. Sorting Railway Cars
An infinitely long railway has a train consisting of n cars, numbered from 1 to n (the numbers of all the cars are distinct) and positioned in arbitra ...
分类:其他好文   时间:2017-08-24 10:41:14    阅读次数:145
每天学一点Scala之 方法与函数的区别
分类:其他好文   时间:2017-08-24 10:41:07    阅读次数:93
linux(Ubuntu)的右侧的任务栏位置修改(命令)
上网找到的, 新测可用, 版本ubuntu 17.04 1.Ctrl + Alt + t 组合键打开终端, 输入以下命令即可 gsettings set com.canonical.Unity.Launcher launcher-position Bottom 来源: http://jingyan. ...
分类:系统相关   时间:2017-08-24 10:41:01    阅读次数:378
B-树和B+树的应用:数据搜索和数据库索引
B-树 1 .B-树定义 B-树是一种平衡的多路查找树,它在文件系统中很有用。 定义:一棵m 阶的B-树,或者为空树,或为满足下列特性的m 叉树:⑴树中每个结点至多有m 棵子树;⑵若根结点不是叶子结点,则至少有两棵子树; ⑶除根结点之外的所有非终端结点至少有[m/2] 棵子树;⑷所有的非终端结点中包 ...
分类:数据库   时间:2017-08-24 10:40:44    阅读次数:192
Minimum Integer sequence HDU - 3522(扩展KMP)
Minimum Integer sequence HDU - 3522 题意: 几行代码看了一个多小时!!吐血!! 明天再来补题~ 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int maxn=100010; 4 char s[ ...
分类:其他好文   时间:2017-08-24 10:40:36    阅读次数:236
wampserver 的Apache启动错误提示:The requested URL / was not found on this server.
原文地址:http://www.wanysys.cc/coding/php/800.html ...
分类:Web程序   时间:2017-08-24 10:40:29    阅读次数:1252
学习笔记TF051:生成式对抗网络
生成式对抗网络(gennerative adversarial network,GAN),谷歌2014年提出网络模型。灵感自二人博弈的零和博弈,目前最火的非监督深度学习。GAN之父,Ian J.Goodfellow,公认人工智能顶级专家。 原理。生成式对搞网络包含一个生成模型(generative ...
分类:其他好文   时间:2017-08-24 10:40:21    阅读次数:234
[Coding Made Simple] Minimum jump to reach end
Given an array, find minimum number to jumps to reach end of array, given you can jump at max as much as value at position in array. The same problem ...
分类:其他好文   时间:2017-08-24 10:39:59    阅读次数:135
React Mixins
【React Mixins】 ES6 launched without any mixin support. Therefore, there is no support for mixins when you use React with ES6 classes. We also found nu ...
分类:其他好文   时间:2017-08-24 10:39:05    阅读次数:147
CarND Project - Advanced Lane Finding
(Udacity Learning Note: CarND-Term1 Project 4) Camera Calibration & Distortion Correction Two Types of Distortion Radial Distortion Tangential Distort ...
分类:其他好文   时间:2017-08-24 10:38:58    阅读次数:349
图片宽度为2000px,使图片在电脑不同分辨率下都水平居中,不压缩。
尽量不要把css写在行内哦! ...
分类:其他好文   时间:2017-08-24 10:38:43    阅读次数:132
学习笔记TF050:TensorFlow源代码解析
TensorFlow目录结构。 ACKNOWLEDGMENTS #TensorFlow版本声明 ADOPTERS.md #使用TensorFlow的人员或组织列表 AUTHORS #TensorFlow作者的官方列表 BUILD CONTRIBUTING.md #TensorFlow贡献指导 ISS ...
分类:其他好文   时间:2017-08-24 10:38:36    阅读次数:200
使用PHPMailer 中的报错解决 "Connection failed. Error #2: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:"
PHPMailer项目地址:https://github.com/PHPMailer/PHPMailer 项目中用到PHPMailer,使用过程中报错:"Connection failed. Error #2: stream_socket_client(): SSL operation failed ...
分类:Web程序   时间:2017-08-24 10:38:29    阅读次数:827
进制转换
P2084 进制转换 注意处理末尾的0,否则会多输出+ ...
分类:其他好文   时间:2017-08-24 10:38:19    阅读次数:130
1561条   上一页 1 ... 71 72 73 74 75 76 77 ... 92 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!