码迷,mamicode.com
首页 >  
搜索关键字:sar 命令使用详解    ( 1077个结果
Xshell如何设置,当连接断开时保留Session,保留原文字
Xshell [1] 是一个强大的安全终端模拟软件,它支持SSH1, SSH2, 以及Microsoft Windows 平台的TELNET 协议。Xshell 通过互联网到远程主机的安全连接以及它创新性的设计和特色帮助用户在复杂的网络环境中享受他们的工作。 Xshell可以在Windows界面下用 ...
分类:系统相关   时间:2017-02-12 19:56:51    阅读次数:263
HDU 1520 Anniversary party(树形DP)
Anniversary party Font: Times New Roman | Verdana | Georgia Font Size: ← → Problem Description There is going to be a party to celebrate the 80-th Ann ...
分类:其他好文   时间:2017-02-12 19:50:38    阅读次数:254
Yii2 学习心得
<?php/** * Yii框架的数据库查询是基于pdo来执行的 * main-local 这种凡是带local的是为了避免开发冲突设计的,可以在本地修改配置,但是不要提交就可以 */ //sql查询Yii::$app->db->createCommand('select * from post') ...
分类:其他好文   时间:2017-02-11 18:01:43    阅读次数:414
QT学习-核心类列表-11、QtDBus
11 - QtDBus - Qt D-Bus module is a Unix-only library that you can use to perform Inter-Process Communication using the D-Bus protocol QDBusAbstractAda ...
分类:数据库   时间:2017-02-09 15:52:40    阅读次数:366
iOS之mrc转arc
一、前言 项目简介 需要转换的Objective-C文件数量:1000个左右。 开发工具:Xcode 8.0.1 转换方式 我使用的是Xcode本身提供的ARC转换功能。当然你也可以手动手动转换,那不属于本文范畴,而且其工作量绝对能让你崩溃。 二、转换过程 代码备份 在进行如此大规模的更改之前,一定 ...
分类:移动开发   时间:2017-02-08 10:28:28    阅读次数:715
【Spring源码分析】非懒加载的Bean实例化过程(下篇)
doCreateBean方法 上文【Spring源码分析】非懒加载的Bean实例化过程(上篇),分析了单例的Bean初始化流程,并跟踪代码进入了主流程,看到了Bean是如何被实例化出来的。先贴一下AbstractAutowireCapableBeanFactory的doCreateBean方法代码: ...
分类:编程语言   时间:2017-02-04 18:34:41    阅读次数:263
初学c# -- 学习笔记 小结
学了到了好些东西, 做了一些练习。 一、C# winform Socket 1、程序主要部分只是用了 Panel、Picturebox、Label、RicheditBox四个组件,滚动条、编辑框什么的都自定义了,应该比较容易看清楚。2、服务端设定地址为192.168.0.103,端口设定为5188, ...
分类:Windows程序   时间:2017-01-30 14:00:35    阅读次数:371
collectionView布局
关于 collectionView的layout布局方法: 设置cell的间距,行间距,组与组之间的间距,都是在layout里面来设置. 包括,滚动方向. -(void)prepareLayout [super prepareLayout] //最小行间距 self.minimumLineSpaci ...
分类:其他好文   时间:2017-01-26 13:18:36    阅读次数:211
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
Automating CSS Regression Testing
The following is a guest post by Garris Shipon . We've touched on the four types of CSS testing here before. Regression testing is the hardest. It's t ...
分类:Web程序   时间:2017-01-23 22:48:24    阅读次数:390
1077条   上一页 1 ... 79 80 81 82 83 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!