码迷,mamicode.com
首页 >  
搜索关键字:show    ( 18849个结果
练习:使用nmcli 配置网络连接
显示所有连接 # nmcli con show 显示活动连接的所有配置信息 # nmcli con show "System eth0" >引号内为连接的网卡名称 显示设备状态 #nmcli dev status 显示网卡eth0的设备信息 # nmcli dev show eth0 使用相同的IP ...
分类:其他好文   时间:2016-05-19 14:45:48    阅读次数:126
mysql技术积累
出现乱码时,可以使用语句 show variables like 'character%'; 来查看当前数据库的相关编码集。 从上图中可以看到 MySQL 有六处使用了字符集,分别为:client 、connection、database、results、server 、system。其中与服务器端 ...
分类:数据库   时间:2016-05-19 10:20:38    阅读次数:184
含有打印、统计DataGridView(2)
/// <summary> /// 导出数据到Excel /// </summary> public void loadDataToExcel() { if (this.Rows.Count <= 0) { MessageBox.Show("没有数据,无法导出!"); return; } //创建E ...
分类:Windows程序   时间:2016-05-19 10:17:01    阅读次数:331
台州OJ 3709: Number Maze (数组越界不报RE,报WA坑爹)
http://acm.tzc.edu.cn/acmhome/problemdetail.do?&method=showdetail&id=3709 You are playing one game called "Number Maze". The map of an example is show ...
分类:编程语言   时间:2016-05-19 01:27:49    阅读次数:273
《高性能MySQL》
基本概念和性能剖析schema和数据类型优化索引查询性能优化 基本概念和性能剖析   1、设置隔离级别 SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED 2、显示表的相关信息 SHOW...
分类:数据库   时间:2016-05-18 18:31:54    阅读次数:225
开启xp_cmdshell
--打开xp_cmdshell EXEC sp_configure 'show advanced options', 1GORECONFIGUREGOEXEC sp_configure 'xp_cmdshell', 1GORECONFIGUREGO use ConfigDBgospb_netuse_ ...
分类:系统相关   时间:2016-05-18 17:30:56    阅读次数:210
Configure SSL for SharePoint 2013
Configure SSL for SharePoint 2013 In this tutorial I will show you how to configure SSL for SharePoint 2013. Prerequisites: IIS 8 SharePoint 2013 Wind... ...
分类:其他好文   时间:2016-05-18 17:28:35    阅读次数:452
//封装tabs函数
//封装tabs函数function tabs(tabTit,on,tabCon){ $(tabCon).each(function(){ $(this).children().eq(0).show(); }); $(tabTit).each(function(){ $(this).children ...
分类:其他好文   时间:2016-05-18 17:24:44    阅读次数:123
Configure SSL for SharePoint 2013
Configure SSL for SharePoint 2013 In this tutorial I will show you how to configure SSL for SharePoint 2013. Prerequisites: IIS 8 SharePoint 2013 Wind... ...
分类:其他好文   时间:2016-05-18 15:53:41    阅读次数:273
MySQL 存储过程
语法我就不介绍了,直接写操作下面完成的功能为:调用存储过程像数据库中写入数据.实例如下: 1. desc显示表结构操作 2. show Create table table_name 3. 查询存储过程语句操作 4. 执行存储过程操作 ...
分类:数据库   时间:2016-05-18 14:25:31    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!