码迷,mamicode.com
首页 >  
搜索关键字:information    ( 3222个结果
查看表字段
select column_name,column_comment,data_type from information_schema.columns where table_name='option_capital' ...
分类:其他好文   时间:2018-11-16 23:39:20    阅读次数:259
IIS环境配置,将web api项目发布在iis。
想要发布web api,我们要先搭建好环境。 一、首先在本地PC上配置iis环境,(以win7为例) 具体如下: 1)开始--控制面板--程序--程序和功能--打开或关闭windows功能 2)打开windows功能--将Internet information services 可承载的WEB核心 ...
分类:Windows程序   时间:2018-11-15 13:46:42    阅读次数:268
MySQL-快捷查询
1.查询正在运行中的事务 2.查看当前连接,并且能够知晓连接数 3.查看一个表的大小 4.查看某个数据库所有表的大小 5.查看库的大小,剩余空间的大小 6.查找关于锁 information_schema的使用 1.查看各个库下的表数据大小 2.查看各个数据库的数据大小 3.查看实例有没有主键 4. ...
分类:数据库   时间:2018-11-15 12:04:04    阅读次数:156
数据可视化之"Research on visualization techniques in data mining"
Research on visualization techniques in data mining Jin, Hailiang (Key Laboratory of Mine Spatial Information Technologies of State Bureau of Surveyin ...
分类:其他好文   时间:2018-11-15 01:43:10    阅读次数:150
在vs 调试进程中找不到 w3wp.exe 进程
问题如图所示: 解决办法: 1. 启动iis(internet information services)服务。 2. 打开左侧网站列表=> 右键点击自己配置的网站 => 点击管理网站 => 点击 浏览 3. 回到vs 重新打开进程列表,可以看到 w3wp.exe 进程已启动。 ...
分类:系统相关   时间:2018-11-15 00:17:07    阅读次数:386
Caterpillar sis service information training and software
Cat et sis caterpillar heavy duty truck diagnostics repair. Training demonstration allows.cat electronic technician et.caterpillar workshop service ma ...
分类:其他好文   时间:2018-11-15 00:11:00    阅读次数:237
3、变量
变量的作用 Variables are used to store information to be referenced and manipulated in a computer program. They also provide a way of labeling data with a ...
分类:其他好文   时间:2018-11-14 12:22:24    阅读次数:183
ASCII码对照表
ASCII(American Standard Code for Information Interchange,美国信息互换标准代码,ASCⅡ)是基于拉丁字母的一套电脑编码系统。它主要用于显示现代英语和其他西欧语言。它是现今最通用的单字节编码系统,并等同于国际标准ISO/IEC 646。 ASCI ...
分类:其他好文   时间:2018-11-10 16:45:00    阅读次数:266
04-库的操作
本节重点: 掌握库的增删改查 一、系统数据库 执行如下命令,查看系统库 show databases; information_schema: 虚拟库,不占用磁盘空间,存储的是数据库启动后的一些参数,如用户表信息、列信息、权限信息、字符信息等performance_schema: MySQL 5.5 ...
分类:其他好文   时间:2018-11-10 15:07:23    阅读次数:134
Eclipse OSBP 设置 配置
My first app Contents [hide] 1 General information 1.1 Abstract 1.2 License information 1.3 Requirements 2 How to generate My1App 3 How to start My1Ap ...
分类:系统相关   时间:2018-11-10 12:47:16    阅读次数:328
3222条   上一页 1 ... 66 67 68 69 70 ... 323 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!