码迷,mamicode.com
首页 > 其他好文
邮件归档云平台
当前,企业和机构已经意识到需要对电子文档进行监管,实现对相关法规的遵从,满足法律证据查找需求,快速查找和获取电子邮件的历史数据,这些都需要电子邮件的归档存储和获取能力。MessageSolution云归档系统是基于云平台服务商在法规遵从和用户日益增长的归档需求下,为云平台..
分类:其他好文   时间:2015-03-11 15:01:33    阅读次数:150
[QT]制作软件级屏保
欢迎访问cuzn小站之前接手的项目中有一个关于屏保的需求是,如果超过30s未进行操作,软件自动进入屏保状态。简单分析一下:所谓未进行操作即是指未接收到键盘或者鼠标事件,超过30s也就是需要用到定时器,屏保状态就是显示一张全屏大图。从QT的角度思考,我们需要创建一个屏保..
分类:其他好文   时间:2015-03-11 15:00:29    阅读次数:122
初探puppet(1)
系统版本:CentOSrelease6.6(Final)1.puppet安装#安装puppet官方源 rpm-ivhhttps://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpm #导入GPG秘钥 rpm--importhttps://yum.puppetlabs.com/RPM-GPG-KEY-puppetlabs #安装ruby yuminstallrubyruby-libsruby-shadow #安装..
分类:其他好文   时间:2015-03-11 15:01:56    阅读次数:187
我答同行问(续二)
本片文章出自http://blog.csdn.net/andywuchuanlong,转载请说明出处,谢谢!     我答同行问序列目录http://blog.csdn.net/andywuchuanlong/article/details/44194043     3、使用View.inflate(context, resource, root)加载布局文件的时候,如果root为null,为...
分类:其他好文   时间:2015-03-11 15:00:21    阅读次数:161
Xcode6 用xib文件 创建窗口
1. 用xib 文件创建 1. 打开xcode File -- > New... --> file... -- >...
分类:其他好文   时间:2015-03-11 15:00:09    阅读次数:204
POJ 3189 Treats for the Cows(两种DP方法解决)
Treats for the Cows Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 4264   Accepted: 2155 Description FJ has purchased N (1 The treats are interesting fo...
分类:其他好文   时间:2015-03-11 14:58:38    阅读次数:261
1013. Battle Over Cities
It is vitally important to have all the cities connected by highways in a war. If a city is occupied by the enemy, all the highways from/toward that city are closed. We must know immediately if we nee...
分类:其他好文   时间:2015-03-11 14:57:06    阅读次数:154
无线频道的价值何在?
香港是全球生活指数最高的城市之一。在香港,百万美元只能买到一间200平方英尺的小屋。近期,于美国举办的AWS-3频谱拍卖中,AT&T耗资182亿美元买下了覆盖全美的20MHZ的频段。同样的一百万美元,也只能租用1KHz的得到许可的频段若干年而已。为什么运营商要耗费如此巨资,来确保其拥有将电磁脉冲在空间发送的权利呢?...
分类:其他好文   时间:2015-03-11 14:56:27    阅读次数:150
leetcode_154_Find Minimum in Rotated Sorted Array II
欢迎大家阅读参考,如有错误或疑问请留言纠正,谢谢 154 Find Minimum in Rotated Sorted Array II  Suppose a sorted array is rotated at some pivot unknown to you beforehand. (i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 ...
分类:其他好文   时间:2015-03-11 14:57:45    阅读次数:135
leetcode_98_Validate Binary Search Tree
欢迎大家阅读参考,如有错误或疑问请留言纠正,谢谢 98 Validate Binary Search Tree Given a binary tree, determine if it is a valid binary search tree (BST). Assume a BST is defined as follows: The left subtree o...
分类:其他好文   时间:2015-03-11 14:58:29    阅读次数:122
leetcode_124_Binary Tree Maximum Path Sum
欢迎大家阅读参考,如有错误或疑问请留言纠正,谢谢 124 Binary Tree Maximum Path Sum Given a binary tree, find the maximum path sum. The path may start and end at any node in the tree. For example: Given the belo...
分类:其他好文   时间:2015-03-11 14:55:12    阅读次数:124
leetcode_99_Recover Binary Search Tree
欢迎大家阅读参考,如有错误或疑问请留言纠正,谢谢 99 Recover Binary Search Tree Two elements of a binary search tree (BST) are swapped by mistake. Recover the tree without changing its structure. Note: A soluti...
分类:其他好文   时间:2015-03-11 14:56:13    阅读次数:146
中介者模式
中介者模式(Mediator Pattern):定义一个中介对象来封装系列对象之间的交互。中介者使各个对象不需要显示地相互引用,从而使其耦合性松散,而且可以独立地改变他们之间的交互。 package mode.mediator; import java.util.Hashtable; public abstract class AbstractMediator { //定义一个哈希表来存放...
分类:其他好文   时间:2015-03-11 14:55:59    阅读次数:162
改变ActionBar右侧三个小点的颜色
使用的是Support v7 21+的兼容库来实现 material style,改变ActionBar右侧三个小点的颜色...
分类:其他好文   时间:2015-03-11 14:53:47    阅读次数:231
(简单母函数进阶版,暴力)hdu 2069 Coin Change
Coin Change Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 14857    Accepted Submission(s): 5024 Problem Description Suppose there...
分类:其他好文   时间:2015-03-11 14:56:48    阅读次数:156
(function() {})();、XX=XX||{};的定义及作用!
最近做项目遇到了这个问题,顺便记录下来! 网上找了下资料理解理解,给出我的理解如下: 问题1: (function() {})():这function() {}表示的是一个匿名函数,而()则包裹着function() {},()表示的是拥有最高级的优先执行权,即会优先执行function() {}这个匿名函数。最后的(),则表示的是执行完function() {}后,立即调用这个func...
分类:其他好文   时间:2015-03-11 14:55:16    阅读次数:188
(简单母函数模板)hdu 1028 Ignatius and the Princess III
Ignatius and the Princess III Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 14405    Accepted Submission(s): 10142 Problem Descrip...
分类:其他好文   时间:2015-03-11 14:53:55    阅读次数:131
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!