码迷,mamicode.com
首页 >  
搜索关键字:mon    ( 7059个结果
Visual Studio 2015 msvsmon.exe crashed when c++ debugging with x64
Completely uninstalling Astrill fixed the issue but this solution is not what I want. Astrill support answered (within 2 hours) saying the correct fix ...
分类:编程语言   时间:2017-05-27 21:54:05    阅读次数:299
java取得当前日期增加一天或多天
SimpleDateFormat sf = new SimpleDateFormat("yyyy-MM-dd"); Calendar c = Calendar.getInstance(); System.out.println(“当前日期: ”+sf.format(c.getTime())); c. ...
分类:编程语言   时间:2017-05-27 20:06:27    阅读次数:189
【LeetCode】Palindrome Partitioning 解题报告
【题目】 Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. For e ...
分类:其他好文   时间:2017-05-27 17:58:45    阅读次数:105
windows系统 安装MongoDB
本篇文章记录了我在win7 32位下安装MongoDB的步骤,以作记录。 一、下载MongoDB 下载地址:https://www.mongodb.com/download-center#community 大家可以下载zip包或者msi安装文件,最后解压并放到 C:\MongoDB(可随意选择位置 ...
分类:数据库   时间:2017-05-27 00:50:30    阅读次数:337
SpringData,JPA,MongoDB,Solr,Elasticsearch底层逻辑关系
一: Spring-data底层的接口路基: spring-data : PagingAndSortingRepository-> CrudRepository-> Repository ,它是springdatajpa,solr,mongoDB,Elasticsearch的核心基础。 有三个主要的 ...
分类:数据库   时间:2017-05-26 23:30:24    阅读次数:337
用soapui功能测试-使用断言
让我们来看看使用采样器的TestSteps(包括request的TestStep)的Assertion功能如何验证TestStep收到传入的响应或请求。在我们深入了解可用的断言之前,让我们快速概述一下。 断言用于在执行期间验证TestStep接收的消息,通常通过将消息(或整个消息)的部分与某些预期值 ...
分类:其他好文   时间:2017-05-26 23:22:29    阅读次数:535
使用mob提供的接口 查询IP对应的省市区信息(json对象转java对象)
登录地址:http://api.mob.com 1、写一个发送请求的工具类 2、定义一个接受返回值的类 3、发送请求 这里是发送请求的工具类 这里定义一个对象,接收返回值 ...
分类:编程语言   时间:2017-05-26 17:55:33    阅读次数:410
[LeetCode] Flatten Binary Tree to Linked List
Given a binary tree, flatten it to a linked list in-place. For example, Given 1 / \ 2 5 / \ \ 3 4 6 The flattened tree should look like: 1 \ 2 \ 3 \ 4 ...
分类:其他好文   时间:2017-05-26 12:00:08    阅读次数:168
js 简易时钟
html部分 <div id="clock"> </div> css部分 #clock{ width:600px ; text-align: center; margin:50px auto ; } span{ font-size: 32px; } js部分 <script type="text/j ...
分类:Web程序   时间:2017-05-26 11:59:26    阅读次数:198
阅读《7 Series FPGAs GTX/GTH Transceivers User Guide》
阅读《7 Series FPGAs GTX/GTH Transceivers User Guide》 1.GTX在XC7K325T芯片内的排列 2.参考时钟的配置 在GTXE2_COMMON模块中就有如下时钟信号线。 3.GTXE2_CHANNEL关于CPLL时钟的配置 关于CPLLREFCLKSE ...
分类:其他好文   时间:2017-05-25 20:43:11    阅读次数:2778
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!