码迷,mamicode.com
首页 >  
搜索关键字:information    ( 3222个结果
Item Import: What Does "Sync" Items Do? (Doc ID 417887.1)
In this Document Goal Solution APPLIES TO: Oracle Item Master - Version 11.5.10.0 to 11.5.10.0 [Release 11.5] Information in...
分类:其他好文   时间:2014-11-30 20:05:34    阅读次数:226
sql注入的再认识
sql注入就是通过sql语句的固定结构可以尝试得到数据库中的某些字段信息,进而会产生不可预知的后果。比如我们的文本框是实现查询某些信息的功能,那么它的sql语句就是select information from *** where ***,那么我们输入的就是对应于information的内容,一旦我们在文本框中输入“ ') delete ** ” ,之后数据库中真正的sql语句就便是select information') delete ** from *** where ***。...
分类:数据库   时间:2014-11-30 18:45:00    阅读次数:190
手机端的META你知道多少
一、天猫天猫触屏版 二、淘宝淘宝网触屏版 三、京东 京东 - 手机版 四、网易手机网易网 五、百度 meta指元素可提供有关页面的元信息(meta-information),比如针对搜索引擎和更新频度的描述和关键词。 标签位于文档...
分类:移动开发   时间:2014-11-30 16:44:47    阅读次数:243
How to Send an Email Using UTL_SMTP with Authenticated Mail Server
In this Document   Goal   Solution   References APPLIES TO: PL/SQL - Version 9.2.0.1 to 12.1.0.1 [Release 9.2 to 12.1] Information in this document...
分类:其他好文   时间:2014-11-29 17:36:51    阅读次数:197
MySQL文件
1.参数文件     这是MySQL启动时需要读取的配置文件,可以通过mysql --help | grep my.cnf来查看启动时查找的顺序。这些参数的值取决于编译MySQL时指定的默认值或源代码中指定参数的默认值。可以通过show variables查看数据库中的参数,也可以通过like来过滤参数名,还可以通过information_schema.global_variables视图来查找...
分类:数据库   时间:2014-11-28 18:20:05    阅读次数:236
安装Windows SDK 7.1失败
在Win7上安装Windows SDK 7.1,发生错误:Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information.原因是系统中安装了VS2010 Redistributable,它的版...
分类:Windows程序   时间:2014-11-28 17:59:39    阅读次数:404
MVC 好记星不如烂笔头之 ---> 全局异常捕获以及ACTION捕获
public class BaseController : Controller { /// /// Called after the action method is invoked. /// /// Information ab...
分类:Web程序   时间:2014-11-28 14:12:25    阅读次数:201
MVC 好记星不如烂笔头之 ---> 页面压缩GIP
public class BaseController : Controller{ /// /// Called before the action method is invoked. /// /// Information about the cu...
分类:Web程序   时间:2014-11-28 14:00:05    阅读次数:191
【转】一个海外采购商对中国供应商报价单的建议
As a sourcing agent and buyer I can tell you what is a good quotation for me: it includes all relevant information! My job is to find a reliable suppl...
分类:其他好文   时间:2014-11-28 13:58:22    阅读次数:121
PC 配置参数查看bat
快速查看计算机参数配置信息直接将代码保存为bat,直接执行。主要包括计算机以下详细信息:System Information、DisplayCardMother Board、Hard Disk、Network CardSoftware Information、USB InformationUsers...
分类:其他好文   时间:2014-11-27 16:01:13    阅读次数:528
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!