码迷,mamicode.com
首页 >  
搜索关键字:information    ( 3222个结果
添加MySql Metat Database 信息
有时候我们想看看 一个数据库上面 某种元素(比如表名)的所有信息,在Mysql上 我们可以通过引入information_schema 的方式,就可以非常方便的查看到。添加步骤 Edit->Preferences 然后在出现的界面的右边栏目中选择 Sql Editor 钩中Show MetaDat....
分类:数据库   时间:2015-04-03 12:49:44    阅读次数:178
Cannot modify header information - headers already sent by
有时候你在使用header("Location: http://localhost/myblog/index.php/manager/listview");的时候会出现这个问题,可是也许你是从别处拷贝过来的别处都没有出现过这个问题,这时候你就很疑惑了注意很可能是因为你在前面输出了一个echo的缘故或...
分类:其他好文   时间:2015-04-02 22:23:57    阅读次数:165
字符编码的非标准理解
零、万物归宗   ASCII码?(American Standard Code for Information Interchange,美国标准信息交换代码),最原始最直观的表示方式,一个字节表示一个字符,一个字节=8位,那么一个字节就有256(2的8次方)种状...
分类:其他好文   时间:2015-04-02 13:33:33    阅读次数:137
ICT
1概念 ICT(Information and Communication Technology) 即信息和通信技术。是电信服务、信息服务、IT 服务及应用的有机结合,这种表述更能全面准确地反映支撑信息社会发展的通信方式,同时也反映了电信在信息时代自身职能和使命的演进。2起源 21世纪初,八国集.....
分类:其他好文   时间:2015-04-01 17:33:10    阅读次数:232
environment variables _ golang
Environment variables are a univerial mechanism for conveying configuration information to Unix programs. Let's look at how to set, get, and list envi...
分类:其他好文   时间:2015-04-01 14:59:08    阅读次数:113
Android的logcat输出
Android的Logcat是一个很方便的调试工具,但是log的输出又分为好几种,介于以后的学习中都会用到Log,今天提前深入了解一下: 在Android系统中,verbose和debug信息在程序被调试时显示;Information、warn、error和assert在debug和release版...
分类:移动开发   时间:2015-03-31 20:05:27    阅读次数:226
android log的两种方法
有两种方法使用log log类 log level: verbose:任何消息 debug:输出调试消息 information:一般提示性的信息,包括i,w,e warning:警告 error:错误 assertLogPrinter类:发送输出到系统log, 构造函数 public LogPrinter (int priority, String tag) 参数: pri...
分类:移动开发   时间:2015-03-31 09:07:32    阅读次数:141
Adobe 安装失败[安装遇到错误]-information not found in Media_db
Adobe软件安装时,遇到安装错误: 点击“错误摘要”时,提示: Exit Code: 34 Please see specific errors below for troubleshooting. For example, ERROR: -------------------------------------- Summary --------------------...
分类:数据库   时间:2015-03-30 16:35:41    阅读次数:175
C2471 or LNK1140 errors
The following errors are normally related to running into the module and size limits when a program database (PDB) file is created (a PDB file contains information used by the debugger; the file ha...
分类:其他好文   时间:2015-03-29 21:04:10    阅读次数:338
简单调试器的实现(三)完善调试器
Dll加载:case LOAD_DLL_DEBUG_EVENT: // Read the debugging information included in the newly // loaded DLL. Be sure to close the handle to the loaded...
分类:其他好文   时间:2015-03-28 20:08:03    阅读次数:119
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!