Digital collectible card games have become very popular recently. So Vova decided to try one of these. Vova has n cards in his collection. Each of the ...
分类:
其他好文 时间:
2017-06-03 17:35:31
阅读次数:
271
实现nginx负载均衡的效果,并运用nfs服务共享目录,使所有nginx服务拥有共同的http目录 nginx安装:http://www.cnblogs.com/alwaysInMe/p/6924859.html nfs安装:NFS 是Network File System的缩写,即网络文件系统。一 ...
分类:
其他好文 时间:
2017-06-02 21:14:16
阅读次数:
281
一 samba 1环境配置: a.确保linux下防火墙关闭比或开放共享目录权限 iPtables -F b.确保setlinux关闭:setenforce 0 c.配置iP 2安装软件包:yum install samba -y 3修改配置文件: 路径: /etc/samba/smb.conf 4 ...
分类:
系统相关 时间:
2017-05-31 20:53:57
阅读次数:
518
题目这里 A.map裸题 #include <bits/stdc++.h> using namespace std; map <string, int> p; string s[] = { "Tetrahedron", "Cube", "Octahedron" , "Dodecahedron", " ...
分类:
其他好文 时间:
2017-05-31 16:44:56
阅读次数:
252
什么是 UDDI? UDDI 是一个独立于平台的框架,用于通过使用 Internet 来描述服务,发现企业,并对企业服务进行集成。 UDDI 指的是通用描述、发现与集成服务 UDDI 是一种用于存储有关 web services 的信息的目录。 UDDI 是一种由 WSDL 描述的 web serv ...
分类:
其他好文 时间:
2017-05-29 18:18:42
阅读次数:
223
https://leetcode.com/problems/range-addition-ii 思路1: brute force - O(m * n * k), k = number of ops思路2: 从 ops 中找到被操作次数最多的 row 和 column,这可以通过遍历 ops 数组,分 ...
分类:
其他好文 时间:
2017-05-29 10:01:14
阅读次数:
158
传送门 Description Pavel loves grid mazes. A grid maze is an n?×?m rectangle maze where each cell is either empty, or is a wall. You can go from one cell ...
分类:
其他好文 时间:
2017-05-28 20:51:17
阅读次数:
309
一 背景 某一创业的朋友的主机因为磁盘阵列损坏机器crash,重启MySQL服务时 报如下错误: InnoDB: Reading tablespace information from the .ibd files... InnoDB: Restoring possible half-written ...
分类:
数据库 时间:
2017-05-27 23:04:09
阅读次数:
362
Tennis Championship 题目链接:http://codeforces.com/problemset/problem/735/C ——每天在线,欢迎留言谈论。 题目大意: 给你一个 n (2≤n≤10^18),代表一共有n位参加比赛的选手。 游戏规则: ①每次比赛,输的选手将离开赛场 ...
分类:
其他好文 时间:
2017-05-27 20:09:58
阅读次数:
172
本篇介绍通过使用VF自带标签,css标签和Apex实现简单的 PDF报价单制作: 1.根据截图,用自己的方式画出于图中类似的界面 我的界面采用了一些Apex内部的标签和css标签样式 ApexPages.Controller:当为一个标准Controller定义扩展的时候使用此类。Controlle ...
分类:
其他好文 时间:
2017-05-27 15:27:23
阅读次数:
519