码迷,mamicode.com
首页 >  
搜索关键字:information    ( 3222个结果
mysql查看字段注释(帮助信息)指令
select column_name,column_comment from INFORMATION_SCHEMA.columns where table_name='my_table';或者show full columns from my_table其中my_table为具体的表名。
分类:数据库   时间:2015-05-03 15:55:10    阅读次数:142
Python字符编码 zz
http://www.cnblogs.com/huxi/archive/2010/12/05/1897271.html1. 字符编码简介1.1. ASCIIASCII(American Standard Code for Information Interchange),是一种单字节的编码。计算机世...
分类:编程语言   时间:2015-05-03 09:18:32    阅读次数:105
【Tool】BT5工具集备忘
backtrack5工具集 1 Information Gathering 1.1 Network Analysis 1.1.1 DNS Analysis 1.1.1.1 Dnsdict6 1.1.1.2 Dnsenum 1.1.1.3 Dnsmap 1.1.1.4 Dnsrecon 1.1.1.5...
分类:其他好文   时间:2015-05-02 11:06:04    阅读次数:293
About Oracle Cluster Registry
About Oracle Cluster Registry Oracle Cluster Registry (OCR) is a file that contains information about the cluster node list and instance-to-node mapping information. OCR also contains information...
分类:数据库   时间:2015-05-01 16:10:05    阅读次数:162
数据库模式
1、我们知道数据库和表是描述和存储用户数据的,那么问题来了,对于数据库和表,谁来描述和存储它们呢?2、这就是模式做的事情。mysql安装之后,有一个默认的数据库,information_schema,这个里面保存了数据库和表的内容,需要注意的是,information_schema还包含了自身的内容...
分类:数据库   时间:2015-05-01 10:40:17    阅读次数:159
when you start Windows 7: "The Windows Boot Configuration Data file is missing required information"
When you start Windows 7, you receive the following error message: File: \Boot\BCD Status: 0xc0000034 Info: The Windows Boot Configuration Data file is missing required information微软官方帮助文档: 当您启动 Wi...
分类:Windows程序   时间:2015-04-30 18:18:59    阅读次数:265
微软要支持Objective-C了
今天的新闻,见http://www.solidot.org/story?sid=43899更详细的见,http://arstechnica.com/information-technology/2015/04/29/microsoft-brings-android-ios-apps-to-windo...
分类:其他好文   时间:2015-04-30 17:45:22    阅读次数:113
hdu 3586 Information Disturbing (树形dp)
Information Disturbing Time Limit: 6000/3000 MS (Java/Others)    Memory Limit: 131072/65536 K (Java/Others) Total Submission(s): 1722    Accepted Submission(s): 641 Problem Description In ...
分类:其他好文   时间:2015-04-30 10:34:38    阅读次数:93
[转]C++的类型转换符:static_cast、const_case、dynamic_cast
dynamic_cast:通常在基类和派生类之间转换,使用到RTTI(Runtime Type Information)在运行时判断转换是否正确,如不正确将抛出异常。const_cast:主要针对const和volatile的转换.static_cast:一般用于基本数据类型之间的转换转换,no r...
分类:编程语言   时间:2015-04-30 00:50:00    阅读次数:147
字符编码与字符集
我们先弄清几个英文缩写:ASCII(American Standard Code for Information Interchange):美国标准信息交换代码ISO (International Organization for Standardization):国际标准化组织UCS(Univer...
分类:其他好文   时间:2015-04-29 16:56:52    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!