码迷,mamicode.com
首页 >  
搜索关键字:mit    ( 6179个结果
Docker 实现的 redis 主从
计划用 Docker 实现 Redis 的主从,简单主从而已。主的名称叫 redis-master 一步步来。 先新建个Dockerfile ,从alpine 开始,比较简单。 可以看到,我们还需要一个启动脚本。start_redis.sh 这里修改了一些系统配置,然后根据传进来的 role 区别启 ...
分类:其他好文   时间:2016-11-27 14:15:04    阅读次数:353
hdu 2602 Bone Collector(01背包)模板
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2602 Bone Collector Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Tot ...
分类:其他好文   时间:2016-11-27 11:49:03    阅读次数:269
表单的初步
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o ...
分类:其他好文   时间:2016-11-27 07:23:17    阅读次数:110
git repository 的使用
1. You should only be pushing to a bare repository. A bare repository is a repository that has no checked out branches. If you were to cd to a bare re ...
分类:其他好文   时间:2016-11-26 19:58:20    阅读次数:399
Interesting Applications in Machine Learning and Computer Vision
1.Visually Indicated Sounds 网址:http://vis.csail.mit.edu/ 通过视频预测敲打的声音 2.AI Porn Video Editor 代码网址:https://github.com/ryanjay0/miles-deep 色情视频分类器 3.A Ne ...
分类:移动开发   时间:2016-11-26 18:14:32    阅读次数:287
简单css后台管理登录
<!doctype html><html> <head> <meta charset="UTF-8"> <title>后台管理</title> <style type="text/css"> * { margin: 0; padding: 0; } body { font: 14px/1.5 '微软 ...
分类:Web程序   时间:2016-11-26 11:15:02    阅读次数:404
hdu 1342(DFS)
Lotto Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 2933 Accepted Submission(s): 1386 Problem D ...
分类:其他好文   时间:2016-11-26 02:14:22    阅读次数:178
Linux shell的输入输出
...
分类:系统相关   时间:2016-11-25 23:24:01    阅读次数:292
Bootstrap.less
/*! * Bootstrap v3.3.5 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/mast ...
分类:其他好文   时间:2016-11-24 21:32:56    阅读次数:208
bzoj 3357: [Usaco2004]等差数列
3357: [Usaco2004]等差数列 Description 约翰发现奶牛经常排成等差数列的号码.他看到五头牛排成这样的序号:“1,4,3,5,7” 很容易看出“1,3,5,7”是等差数列. 给出N(1≤N≤2000)数字AI..AN(O≤Ai≤10^9),找出最长的等差数列,输出长度. 约翰 ...
分类:其他好文   时间:2016-11-24 14:09:50    阅读次数:124
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!