码迷,mamicode.com
首页 >  
搜索关键字:cts    ( 2631个结果
多github帐号的SSH key切换
我有两个github帐号,一个是个人所用,一个是为公司项目所用。如果是单用户(single-user),很方便,默认拿id_rsa与你的github服务器的公钥对比;如果是多用户(multi-user)如user1,user2,那么就不能用在user2的身上了,这个时候就要配置一下了: 1、新建us ...
分类:其他好文   时间:2017-02-04 14:32:31    阅读次数:196
Bare metal APIs with ASP.NET Core MVC(转)
ASP.NET Core MVC now provides a true "one asp.net" framework that can be used for building both APIs and websites. But what if you only want to build ...
分类:Windows程序   时间:2017-02-03 12:23:48    阅读次数:309
全部的Windows消息对应值
以下是全部的Windows消息, 对于未在MSDN上的消息的WPARAM, LPARAM参数解释正确的给分 [已知 :0x0313, 0x01e2, 0x01e5, 0x01eb, 0x006a] WM_NULL 0x0000 WM_CREATE 0x0001 WM_DESTROY 0x0002 W ...
分类:Windows程序   时间:2017-02-01 10:46:19    阅读次数:688
poj1611 The Suspects
题意: n个学生分属m个团体,(0 < n <= 30000 ,0 <= m <= 500) 一个学生可以属于多个团体。一个学生疑似患病,则它所属的整个团体都疑似患病。已知0号学生疑似患病,以及每个团体都由哪些学生构成,求一共多少个学生疑似患病。 Sample Input Sample Output ...
分类:其他好文   时间:2017-01-29 23:09:38    阅读次数:200
[单词用法总结]-as
一、as作连词的用法 1. as...as的用法 as...as意为"和……一样",表示同级的比较。使用时要注意第一个as为副词,第二个as为连词。其基本结构为:as+ adj./ adv. +as。例如: (1)This film is as interesting as that one.这部电 ...
分类:其他好文   时间:2017-01-26 18:11:03    阅读次数:222
内功心法 -- Java标记接口
写在前面的话:读书破万卷,编码如有神 这篇博客主要来谈谈"Java标记接口"的相关知识,主要内容包括: 1. 概述 2. Serializable 3. Cloneable 4. RandomAccess 1、概述 Java中常用的三个标记接口分别是:RandomAccess、Cloneable、S ...
分类:编程语言   时间:2017-01-26 09:51:21    阅读次数:221
【翻译转载】【官方教程】Asp.Net MVC4入门指南(2):添加一个控制器
2. 添加一个控制器 · 原文地址:http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-controller · 译文地址:http://www.cnblogs.com/powertools ...
分类:Web程序   时间:2017-01-24 10:06:18    阅读次数:314
Leetcode: Sliding Window Median
方法1:Time Complexity O(NK) 暂时只有两个Heap的做法,缺点:In this problem, it is necessary to be able remove elements that are not necessarily at the top of the heap ...
分类:Windows程序   时间:2017-01-24 07:45:22    阅读次数:265
OpenWrt 中安装配置Transmission
参考文章https://wiki.openwrt.org/doc/uci/transmission 1. 安装包必装的 transmission-daemon-openssl (后台服务)选装的 transmission-cli-openssl (命令行管理) transmission-remote ...
分类:其他好文   时间:2017-01-21 21:18:18    阅读次数:2599
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!