码迷,mamicode.com
首页 >  
搜索关键字:books    ( 912个结果
Nexus 部署Maven私服仓库
约定:系统:centos文件安装位置:/usr/local/nexus下载地址:http://www.sonatype.org/nexus/go/官方文档:https://books.sonatype.com/nexus-book/reference/index.htmlNexusoss,说说我对这个软件的理解吧,据我所知,java项目在构建过程中需要使用maven构建,而在maven构建..
分类:其他好文   时间:2015-11-17 19:10:52    阅读次数:368
Read-Books-List
Books Finished Reading 经济解释(张五常) 光荣与梦想:1932~1972年美国社会实录 冰与火之歌 从0到1_开启商业与未来的秘密 大繁荣 大明王朝的七张面孔 第三帝国的兴亡(全三册 风雨独立路-李光耀回忆录 饥饿的盛世 剑桥倚天屠龙史 剑桥中国史 经济腾飞路:李光耀回忆录 经济学原理 科技想要什么 民主的细节 民主与专制的社会起源 魔戒全集 你一定爱读的极简欧洲史 牛奶可乐...
分类:其他好文   时间:2015-11-14 18:06:12    阅读次数:268
UVA 714 Copying Books
题意: 要抄N本书,编号为1,2,3...N, 每本书有1#include #include #include using namespace std;const int maxn=505;int m,k;long long maxans;int num[maxn],ans[maxn];bool ....
分类:其他好文   时间:2015-11-14 16:32:03    阅读次数:274
Gitbook 使用入门
GitBook 是一个基于 Node.js 的命令行工具,可使用 Github/Git 和 Markdown 来制作精美的电子书。本书将简单介绍如何安装、编写、生成、发布一本在线图书。http://dockerpool.com/static/books/gitbook_cn/index.html支持...
分类:其他好文   时间:2015-11-11 11:33:26    阅读次数:368
发现个好地方----All IT books
刚找大数据的学习材料时,发现国外的一个好网站,这里推荐一下:http://www.allitebooks.com/各类IT书籍,电子版的,而且免费哦,notrap,noregister,nofeeabsolutely!!!
分类:其他好文   时间:2015-11-09 01:46:44    阅读次数:161
VC 插入excel
CString ePath,iPath; m_ePath.GetWindowText(ePath); m_iPath.GetWindowText(iPath); _Application app; Workbooks books; _Workbook book; Worksheets sh...
分类:其他好文   时间:2015-11-02 17:38:26    阅读次数:113
Reorder the Books HDU 5500
Reorder the BooksAccepts: 127Submissions: 237Time Limit: 4000/2000 MS (Java/Others)Memory Limit: 131072/131072 K (Java/Others)问题描述dxy家收藏了一套书,这套书叫《SDOI...
分类:其他好文   时间:2015-11-01 22:30:07    阅读次数:340
4.json解析
格式{"name":"zhangsan", "age":18, "books":[{"name":"金瓶","price":10}, {"name":"红楼梦","price":20}]}解析1.JSONObject [{"id":"5","version":"5.5","name":"A
分类:Web程序   时间:2015-10-27 23:25:47    阅读次数:419
docker 笔记
http://dockerpool.com/static/books/docker_practice/index.html 安装docker: apt-get update apt-get install -y docker.io sudo ln -sf /usr/bin/docker.io /usr/local/bin/docker 查看镜像列表:docker imag...
分类:其他好文   时间:2015-10-27 22:12:51    阅读次数:251
CodeForces 590A Median Smoothing
A schoolboy named Vasya loves reading books on programming and mathematics. He has recently read an encyclopedia article that described the method ofm...
分类:其他好文   时间:2015-10-27 17:22:07    阅读次数:174
912条   上一页 1 ... 67 68 69 70 71 ... 92 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!