码迷,mamicode.com
首页 >  
搜索关键字:source insight    ( 17514个结果
java匹配中文的正则表达式
[\u4E00-\u9FA5]*public static void regxChinese(){ // 要匹配的字符串 String source = ""; // 将上面要匹配的字符串转换成小写 // source = s...
分类:编程语言   时间:2014-08-03 20:19:55    阅读次数:200
生产者与消费者
1、生产者与消费者问题的描述 一个或者多个生产者,一个或者多个消费者。生产者在一条生产线不停地生产产品,消费者们不停地消费产品,需要注意的是 这里的生产线属于临界资源(Critical Source). 当生产线的产品生产满之后,生产者不能再往生产线生产产品,当生产线为空时消费者不能往生产线消费产品。 生产线里面有两个方法,生产和消费,这两个方法都临界区(Criti...
分类:其他好文   时间:2014-08-03 18:12:45    阅读次数:282
js apply使用
js中apply方法的使用1、对象的继承,一般的做法是复制:Object.extendprototype.js的实现方式是:Object.extend = function(destination, source) { for (property in source) { destination[p...
分类:移动开发   时间:2014-08-03 10:14:45    阅读次数:322
linuxYUM源配置问题
以前在linux5版本的时候,总是认为YUM目录一定要配置到具体的目录,今天看了网上的资料才知道自己想太多,直接配置到ISO挂载目录就可以了。具体配置:[rhel-source] name=RedHatEnterpriseLinux$releasever-$basearch-Source baseurl=file:///software/RHEL6U5/ enabled=1 gpgc..
分类:系统相关   时间:2014-08-03 07:55:55    阅读次数:336
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!