码迷,mamicode.com
首页 >  
搜索关键字:information    ( 3222个结果
sql 语句查询数据库大小
SELECT TABLE_NAME,round((DATA_LENGTH+INDEX_LENGTH)/(1024*1024),2) as 'size',TABLE_ROWS,ENGINE FROM information_schema.TABLES WHERE TABLE_SCHEMA="eload...
分类:数据库   时间:2015-01-23 16:12:46    阅读次数:153
[Hive-Tutorial] Type System 数据类型
数据类型Type SystemHive supports primitive and complex data types, as described below. SeeHive Data Typesfor additional information.Hive支持原生和复杂数据类型。Primit...
分类:其他好文   时间:2015-01-23 13:15:36    阅读次数:232
手机网站Meta的使用
meta指元素可提供有关页面的元信息(meta-information),比如针对搜索引擎和更新频度的描述和关键词。 标签位于文档的头部,不包含任何内容。 标签的属性定义了与文档相关联的名称/值对。一、手机端特有的有哪些1、网页手机wap2.0网页的head里加入下面这条元标签,在iPhone的浏览...
分类:移动开发   时间:2015-01-23 12:58:54    阅读次数:238
poj1850--Code(组合篇2)
Code Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 8414   Accepted: 3983 Description Transmitting and memorizing information is a task that requires differen...
分类:其他好文   时间:2015-01-22 13:23:17    阅读次数:160
PHP中根据IP地址判断所在城市等信息
本篇文章由:http://xinpure.com/php-based-on-information-such-as-the-ip-address-in-your-city/获得IP地址在 PHP 中得到当前访问者的IP地址,还是比较简单的: $ip = $_SERVER['REMOTE_ADDR']...
分类:Web程序   时间:2015-01-22 00:06:54    阅读次数:214
【转】实现查询回收站信息以及清空回收站
原帖链接http://outofmemory.cn/code-snippet/9194/achieve-search-recover-office-information-yiji-qingkong-recover-office#include #include #include //SHEmpt....
分类:其他好文   时间:2015-01-21 22:05:52    阅读次数:192
git url ssh和https相互切换
Changing a remote's URLThegit remote set-urlcommand changes an existing remote repository URL.Tip:For information on the difference between HTTPS and ...
分类:Web程序   时间:2015-01-21 14:44:51    阅读次数:344
Uname
[root@localhost ~]# man unameUNAME(1) User Commands UNAME(1)NAME uname - print system information...
分类:其他好文   时间:2015-01-20 20:16:13    阅读次数:244
multithreading - Reader/Writer Locks in C++
You Only Need To Note This: only 1single thread can acquire an upgrade_lock at one time.others are very straightforward.96vote1800 INFORMATION is more...
分类:编程语言   时间:2015-01-20 20:01:12    阅读次数:183
oracle存储过程调试方法
PL/SQL中为我们提供了【调试存储过程】的功能,可以帮助你完成存储过程的预编译与测试。点击要调试的存储过程,右键选择TEST如果需要查看变量,当然调试都需要。在右键菜单中选择Add debug information.start debugger(F9)开始我们的测试,Run(Ctrl+R)随时在...
分类:数据库   时间:2015-01-20 10:12:55    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!