码迷,mamicode.com
首页 >  
搜索关键字:tin    ( 13708个结果
杭电2097
...
分类:其他好文   时间:2016-11-13 16:55:20    阅读次数:131
自动化运维 Expect
Mac 下载:brew install homebrew/dupes/expect expect : -> 自动化脚本工具: 用于处理交互命令; #注意 调用时并不是使用的 /bin/bash 而是 expect#!/usr/local/bin/expect Expect中最关键的四个命令是send ...
分类:其他好文   时间:2016-11-13 16:50:06    阅读次数:290
案例:计算1!+2!+3!+......+n!
...
分类:其他好文   时间:2016-11-13 16:33:08    阅读次数:131
第六次作业
一, 实验要求:有一个四位正整数,组成这个四位数的四个数字各不相同,如果把它们的首尾互换,第二位与第三位互换,组成一个新的四位数。原四位数为新四位数的4倍,请找出一个这样的四位数。 代码: 程序运行结果: 二, 实验要求: 输入任意一个多位的数字,求各位数字之和。如果在【1,12】之内,则输出与和数 ...
分类:其他好文   时间:2016-11-13 11:37:36    阅读次数:134
[LeetCode]447 Number of Boomerangs
Given n points in the plane that are all pairwise distinct, a "boomerang" is a tuple of points (i, j, k) such that the distance between iand j equals ...
分类:其他好文   时间:2016-11-13 11:30:13    阅读次数:203
MFC Document/View 2
1.概述 Document/View是集成在Viaual C++中基于MFC的一个框架。实现对数据的操作显示。 主要包含三部分: CFrameWnd(框架窗口):所谓框架窗口是指包括菜单、工具栏、状态栏和窗口客户区的整个应用程序的主窗口,相当于简单应用程序框架中所提到的主窗口。 CDocument( ...
分类:编程语言   时间:2016-11-13 02:13:21    阅读次数:182
mysql字符编码设置
1、显示当前编码信息 mysql>show variables like '%character%' + + +| Variable_name | Value |+ + +| character_set_client | utf8 || character_set_connection | utf8 ...
分类:数据库   时间:2016-11-13 02:08:50    阅读次数:215
sublime text3中文文件名显示为框框,怎么解决
点击Preferences选项——settings { "font_size": 20, "ignored_packages": [ "Vintage" ]} 修改为: { "font_size": 22, "dpi_scale":1.0 //这里是关键中的关键。} ...
分类:其他好文   时间:2016-11-13 01:42:30    阅读次数:155
vmware centOS7配置静态ip
1. 需求场景: 在 centOS7 上部署了一个 svn ,由于centOS7 默认是 dhcp 的,所以每过一段时间 ip 就会有变化,而 svn 要求 ip 是不能变的,不然没法同步。 网上找了篇 blog 参考: http://www.cnblogs.com/Leo_wl/p/5484136 ...
分类:系统相关   时间:2016-11-13 01:32:16    阅读次数:919
js-小效果-无缝滚动
<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title></title> <style> *{ margin: 0; padding:0; list-style: none; } #box{ width:1102px; ...
分类:Web程序   时间:2016-11-13 01:20:07    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!