码迷,mamicode.com
首页 >  
搜索关键字:des    ( 60086个结果
PatentTips - Substitute virtualized-memory page tables
BACKGROUNDMany computer systems utilize virtualized memory for security, stability and/or other purposes. In various virtualized-memory systems, a vir...
分类:其他好文   时间:2014-06-17 00:09:58    阅读次数:284
C#遍历文件夹(包括子目录)下的所有文件
前提现在一个分区下建立bb.txt文件。 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6...
分类:其他好文   时间:2014-06-17 00:00:48    阅读次数:228
MySQL复习汇总
以下引自燕十八老师的复习秘籍。顺附燕十八老师的个人博客:伟大的农场主,兼职PHP讲师。mysql复习一:复习前的准备1:确认你已安装wamp2:确认你已安装ecshop,并且ecshop的数据库名为shop二 基础知识:1.数据库的连接mysql -u -p -h-u 用户名-p 密码-h host...
分类:数据库   时间:2014-06-16 23:58:44    阅读次数:457
Hadoop,Vertica环境搭建
本打算使用mapr的虚拟机在里面进行开发,使用eclipse进行调试,它的问题是,有时候服务不能完全起来,如jobtracker和tasktracker,cldb没有起来,重启服务有可能解决.但另外一个问题是我使用eclipse和0.20.2的插件,无法连接DFS location,无法调试hado...
分类:其他好文   时间:2014-06-16 23:40:12    阅读次数:320
Penetration test
Contents1 History2 Standards and certification3 Tools3.1 Specialized OS distributions3.2 Software frameworks4 Automated testing tools5 See also6 Notes...
分类:Web程序   时间:2014-06-16 23:36:11    阅读次数:286
二叉查找树(binary search tree)详解
二叉查找树(Binary Search Tree),也称二叉排序树(binary sorted tree),是指一棵空树或者具有下列性质的二叉树:若任意节点的左子树不空,则左子树上所有结点的值均小于它的根结点的值任意节点的右子树不空,则右子树上所有结点的值均大于它的根结点的值任意节点的左、右子树也分...
分类:其他好文   时间:2014-06-16 23:32:04    阅读次数:199
安卓Activity生命周期(转)
http://www.oschina.net/question/54100_27841启动:onCreate()->onStart()->onResume当从Activity界面直接按Back键,onPause()->onStop()->onDestory()当从Activity界面按home键。o...
分类:移动开发   时间:2014-06-16 23:31:02    阅读次数:275
PatentTips - Power management implementation in an optical link
BACKGROUND INFORMATIONEmbodiments of the present invention are directed to optical links and, more particularly, to optical links which may save power...
分类:其他好文   时间:2014-06-16 23:27:59    阅读次数:183
PatentTips - DMA address translation between peer-to-peer IO devices
BACKGROUNDAs processing resources have increased, demands to run multiple software programs and operating systems on a single microprocessor have also...
分类:其他好文   时间:2014-06-16 23:25:53    阅读次数:345
java中Commons-fileupload实现上传
java中Commons-fileupload组件实现上传在实现功能之前需要导入两个jar文件,分别是 commons-fileupload-1.3.1.jar 和 commons-io.jar 文件,这里就不提供链接,网上搜索都有可以自行下载。---------------------------...
分类:编程语言   时间:2014-06-16 13:57:55    阅读次数:297
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!