码迷,mamicode.com
首页 >  
搜索关键字:mon    ( 7059个结果
CentOS6.8安装mongodb3.0并添加到系统服务
一、系统环境CentOS6.8_x64官方参考文档https://docs.mongodb.org/manual/reference/glossary/#term-init-script二、添加官方yum库#cd/etc/yum.repo.d/#vimmongodb.repo[mongodb-org-3.0] name=MongoDBRepository baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mon..
分类:数据库   时间:2017-06-27 22:14:39    阅读次数:830
ES6学习笔记(二)——字符串扩展
1.字符串的遍历器接口 相信很多人也和我一样,不喜欢这样循规蹈矩的逐条去学习理论的方法,主要是这样学完一遍之后,没过一段时间就忘到九霄云外了。不如实际用到的时候研究它记得牢靠,所以我就记成笔记,忘了还可以循着看看。 在这样不断的学习过程中,也提高了自己的总结能力:) ES5,数组和对象可以进行遍历, ...
分类:其他好文   时间:2017-06-27 20:09:40    阅读次数:206
java时间格式转换
最近在项目中开始写后台java,之前一直从事前端开发,公司需要加上个人也想学习些java后台相关知识,慢慢积累实践。下面总结了些JAVA中有关时间格式转换的一些方法,也方便各位初学者参考。 ...
分类:编程语言   时间:2017-06-27 16:26:00    阅读次数:187
Redis后台监控与管理CacheCloud
CacheCloud环境需求 Java 7 Maven 3 MySQL Redis 3 具体用法可参考:https://cachecloud.github.io 1.下载CacheCloud 官网https://github.com/sohutv/cachecloud 下载cachecloud-ma ...
分类:系统相关   时间:2017-06-27 16:25:51    阅读次数:401
样式版本批量处理,使用文件修改最后日期作为版本号参数
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Web; namespace CRM3.Common{ public clas ...
分类:其他好文   时间:2017-06-27 14:57:24    阅读次数:184
Date
在linux环境中,不管是编程还是其他维护,时间是必不可少的,也经常会用到时间的运算,熟练运用date命令来表示自己想要表示的时间,肯定可以给自己的工作带来诸多方便。 1.命令格式: date [参数]... [+格式] 2.命令功能: date 可以用来显示或设定系统的日期与时间。 3.命令参数: ...
分类:其他好文   时间:2017-06-27 13:54:39    阅读次数:166
manacher算法
hdu:3068 #include <stdio.h>#include <iostream>#include <string.h>#include <algorithm>using namespace std;int min(int a,int b){ return a<b?a:b;}char s[ ...
分类:编程语言   时间:2017-06-27 08:11:58    阅读次数:145
LeetCode 547. Friend Circles 20170626 补上周
There are N students in a class. Some of them are friends, while some are not. Their friendship is transitive in nature. For example, if A is a direct ...
分类:其他好文   时间:2017-06-26 21:04:30    阅读次数:297
iOS开发之autoLayout constraint
前言 ios设备的尺寸越来越多,针对一款app可能要适配到多种设备。多种尺寸。所以。我们期望我们的app可以autoLayout。本文主要介绍在Xcode中使用constraint。未来会不定期对此文进行更新。 约定 本文中view指代从Objuect Library中拖拽出来的各种view 基础 ...
分类:移动开发   时间:2017-06-26 18:56:09    阅读次数:260
ios开发一些基本按键
1、禁止手机睡眠 1 [UIApplication sharedApplication].idleTimerDisabled = YES; 1 [UIApplication sharedApplication].idleTimerDisabled = YES; 1 [UIApplication sh ...
分类:移动开发   时间:2017-06-26 18:03:05    阅读次数:204
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!