码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
CTCI 3.5
Implement a MyQueue class which implements a queue using two stacks./*Use two stacks, when enqueue, first pop all the elements in stack2 on stack1, th...
分类:其他好文   时间:2014-07-16 20:39:50    阅读次数:234
CTCI 3.6
Write a program to sort a stack in ascending order (with biggest items on top). You may use at most one additional stack to hold items, but you may no...
分类:其他好文   时间:2014-07-16 20:35:03    阅读次数:288
OpenCV学习(3)--Mat矩阵的操作
CvMat的矩阵结构 1 typedef struct CvMat 2 { 3 //矩阵中元素的类型 4 int type; 5 //行数据长度 6 int step; 7 8 /* for internal use only */ 9 int* r...
分类:其他好文   时间:2014-07-16 20:17:24    阅读次数:187
Generating SSH Keys on windows
two ways here I provide:+ use openSSH command line on git bash(such as msysgit bash) + ls -al ~/.ssh + ssh-keygen -t rsa -C "phpgcs@qq.com" + e...
分类:Windows程序   时间:2014-07-16 19:54:04    阅读次数:255
OpenResty+lua+GraphicsMagick生成缩略图
1、安装GraphicsMagick下载地址:http://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.19/GraphicsMagick-1.3.19.tar.gz/download?use_mirror=ncu...
分类:其他好文   时间:2014-07-16 19:44:25    阅读次数:269
Pascal编写的蠕虫病毒,凌盟提供,Chaobs转载
{ Happy Birthday (c) 1998 WoRmI don't take responsibility for any damage caused by this virus.It was made for EDUCATIONAL USE ONLY.AVs : No detectionS...
分类:其他好文   时间:2014-07-16 19:31:39    阅读次数:258
MySQL单表百万数据记录分页性能优化
背景:自己的一个网站,由于单表的数据记录高达了一百万条,造成数据访问很慢,Google分析的后台经常报告超时,尤其是页码大的页面更是慢的不行。测试环境:先让我们熟悉下基本的sql语句,来查看下我们将要测试表的基本信息use infomation_schemaSELECT * FROM TABLES ...
分类:数据库   时间:2014-07-13 11:06:27    阅读次数:243
LeetCode——Pascal's Triangle II
Given an index k, return the kth row of the Pascal's triangle. For example, given k = 3, Return [1,3,3,1]. Note: Could you optimize your algorithm to use only O(k) extra space? 原题链接:https:/...
分类:其他好文   时间:2014-07-12 20:43:11    阅读次数:213
PatentTips - Hardware virtualization such as separation kernel hypervisors
BACKGROUND1. FieldInnovations herein pertain to computer virtualization, computer security and/or data isolation, and/or the use of a separation kerne...
分类:其他好文   时间:2014-07-12 14:12:35    阅读次数:205
在命令提示符下,怎么查看windows开启了哪些服务?
net use \\ip\ipc$ " " /user:" " 建立IPC空链接net use \\ip\ipc$ "密码" /user:"用户名" 建立IPC非空链接net use h: \\ip\c$ "密码" /user:"用户名" 直接登陆后映射对方C:到本地为H:net use h: \\...
分类:Windows程序   时间:2014-07-12 14:11:23    阅读次数:344
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!