码迷,mamicode.com
首页 >  
搜索关键字:wing    ( 719个结果
Investment(完全背包)
John never knew he had a grand-uncle, until he received the notary's letter. He learned that his late grand-uncle had gathered a lot of money, somewhe ...
分类:其他好文   时间:2018-06-15 22:34:43    阅读次数:128
C# 如何在Excel表格中插入、编辑和删除批注
概述为文档添加必要的批注可以给文档使用者提供重要的提示信息,下面的示例中,将介绍通过C#编程语言来给Excel表格中的指定单元格内容添加批注,此外,对于已有的批注,如果需要修改,我们也可以进行编辑或者删除批注。示例内容将包含以下主要内容:1.插入批注1.1插入文本1.2插入图片2.编辑批注2.1修改批注内容2.1设置批注可见性3.删除批注工具Spire.XLSfor.NET8.0提示:在进行代码操
分类:Windows程序   时间:2018-06-15 17:10:36    阅读次数:179
centos7 用kubeadm安装 k8s v1.10.0
前提:centos能访问互联网, centos已经安装docker-ce 1、禁用防火墙 systemctl stop firewalldsystemctl disable firewalld 2、禁用SELINUX setenforce 0vi /etc/selinux/config 设置SELI ...
分类:其他好文   时间:2018-06-14 14:53:23    阅读次数:2243
horovod使用学习之一--hvd.init()
horovod使用学习方式参考:https://github.com/uber/horovod#usage To use Horovod, make the following additions to your program: Run hvd.init(). Pin a server GPU t ...
分类:其他好文   时间:2018-06-11 13:54:35    阅读次数:2811
1116 Come on! Let's C (20)
"Let's C" is a popular and fun programming contest hosted by the College of Computer Science and Technology, Zhejiang University. Since the idea of th ...
分类:其他好文   时间:2018-06-09 23:08:46    阅读次数:272
682. Baseball Game
用栈或者vector都行,string转int可以直接stoi,学到了,妈个腿 ...
分类:其他好文   时间:2018-06-09 16:46:11    阅读次数:143
poj2104 K-th Number(划分树)
K-th Number Time Limit: 20000MS Memory Limit: 65536K Total Submissions: 66068 Accepted: 23273 Case Time Limit: 2000MS Description You are working for ...
分类:其他好文   时间:2018-06-09 11:30:48    阅读次数:174
520. Detect Capital
Given a word, you need to judge whether the usage of capitals in it is right or not. We define the usage of capitals in a word to be right when one of ...
分类:Windows程序   时间:2018-06-08 21:59:27    阅读次数:181
用GlusterFS+Swift搭建对象存储
在已经搭建好的GlusterFS服务器上(如不知道如何搭建GlusteFS请参考上一篇): Create bricks: # truncate -s 1GB /srv/disk{1..4}# for i in `seq 1 4`;do mkfs.xfs -i size=512 /srv/disk$i ...
分类:编程语言   时间:2018-06-07 14:19:25    阅读次数:798
CentOS7 下SaltStack部署
一,概念SaltStack是一个服务器基础架构集中化管理平台,具备配置管理、远程执行、监控等功能,一般可以理解为简化版的puppet和加强版的func。SaltStack基于Python语言实现,结合轻量级消息队列(ZeroMQ)与Python第三方模块(Pyzmq、PyCrypto、Pyjinji ...
分类:其他好文   时间:2018-06-06 22:09:03    阅读次数:204
719条   上一页 1 ... 61 62 63 64 65 ... 72 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!