码迷,mamicode.com
首页 >  
搜索关键字:efault source releas    ( 23746个结果
Linux Rootkit Sample && Rootkit Defenser Analysis
This paper attempts to analyze the characteristics from the attacker's point of view about the currentopen source rootkit key technology, hope can fin...
分类:系统相关   时间:2014-08-02 18:18:34    阅读次数:786
Android4.0(Phone)拨号启动过程分析(三)与Framework层通信
由于Android几乎所有的代码都是公开的,如果要对Framework层分析就必需先拿到Framework层的代码,我在前面已经搭建好了ubuntu14.04的环境,下载好了Android4.0的源码,其中也包括了Framework层和Package的代码,导出到宿主机Windows XP中用Source Insight 3.5工具来查看源码,Package中的代码可以导入到Eclipse下查看,...
分类:移动开发   时间:2014-08-02 15:34:03    阅读次数:458
退役笔记一#MySQL = lambda sql : sql + ' Source Code 4 Explain Plan '
Mysql 查询运行过程 大致分为4个阶段吧:语法分析(sql_parse.cc)>>sql_resolver.cc # JOIN.prepare生成逻辑查询plan(sql_optimizer.cc)>># JOIN.optimize生成物理查询plan(sql_planner.cc)run th...
分类:数据库   时间:2014-08-02 12:28:33    阅读次数:239
#module-django.db.models
ModelsA model is the single, definitive source of information about your data. It contains the essential fields and behaviors of the data you're stori...
分类:数据库   时间:2014-08-02 01:43:32    阅读次数:297
SPOJ AMR10A Playground(计算几何)
Playground Time limit: 2s Source limit: 50000B Memory limit: 256MB My kid's school cleared a large field on their property recently to convert it into a play...
分类:其他好文   时间:2014-08-01 19:43:32    阅读次数:328
SPOJ AMR 10I Dividing Stones(搜索)
Dividing Stones Time limit: 7s Source limit: 50000B Memory limit: 256MB There are N stones, which can be divided into some piles arbitrarily. Let the v...
分类:其他好文   时间:2014-08-01 19:42:12    阅读次数:261
【Note2】用keil对工程编译时,工程中已经包含的文件会报错:cannot open source input file usb_conf.h No such file or directory
错误举例: ..\..\Libraries\STM32_USB-FS-Device_Driver\inc\usb_type.h(21): error:  #5: cannot open source input file "usb_conf.h": No such file or directory 这是因为没有设置 STM32 固件库的目录, 编译器就默认到 “Keil”根目录下的某某目录找...
分类:其他好文   时间:2014-08-01 16:07:51    阅读次数:294
MySQL for Linux(source installation )
Installationsteps->useraddmysql->cd/tmp;tar-xzfmysql-VERSION.tar.gz->chown-Rroot.rootmysql-VERSION->mkdirmybuild->cdmybuild->cmake-DBUILD_CONFIG=mysql_release\-DCMAKE_INSTALL_PREFIX=/usr/local/mysql\../mysql_VERSION->make-j&&mak..
分类:数据库   时间:2014-08-01 13:54:12    阅读次数:220
Parameters.AddWithValue(“@参数”,value)方法
以前用command方法执行存储过程增加参数时,总是先用cmd.Parameters.Add方法来设置参数和参数类型,再用Parameters[0].Value来给参数赋值。以前的一个动作代码示例: 1 string strConn = "Data Source=.;Initial Catalog=...
分类:其他好文   时间:2014-08-01 13:15:41    阅读次数:242
delphi 在 DragDrop 的时候,滚动 TreeView
在 DragDrop 的时候,滚动 TreeView 当高度不够的时候 procedure TForm1.TreeView1DragOver(Sender, Source: TObject; X, Y: Integer;State: TDragState; var Accept: Boolean);...
分类:其他好文   时间:2014-08-01 12:47:01    阅读次数:225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!