码迷,mamicode.com
首页 >  
搜索关键字:edit distance    ( 6593个结果
Codeforce Circle Line 环形数据操作
The circle line of the Berland subway has n stations. We know the distances between all pairs of neighboring stations: d1 is the distance between the 1-st and the 2-nd station; d2 is the d...
分类:其他好文   时间:2014-07-22 23:05:14    阅读次数:302
VMware 虚拟机(linux)增加根目录磁盘空间
今天查看学校的监控报修系统,不能访问了!!!系统运行很慢,用top命令查看发现内存使用率90%,用"df -h ”查看“/”目录使用率已达到80%,导致系统运行很慢。我用以下方法扩大根目录磁盘空间。一、关闭你的虚拟机系统,找到如下内容:选择"Edit Virtual mache settings”点...
分类:系统相关   时间:2014-05-12 17:23:35    阅读次数:649
PHP单一入口应用程序概述
什么是单一入口应用程序?在解释什么是单一入口应用程序之前,我们先来看看传统的 web 应用程序。news.php 显示新闻列表news_edit.php 显示新闻编辑页面这两个页面不但分别实现了两个功能,还成为了应用程序的两个入口。那什么是入口啊?打个比方,大家上 WC,都是男生进一个门,女生进一个...
分类:Web程序   时间:2014-05-05 22:53:00    阅读次数:401
queue for max elem, pop, push
queue for max elem, pop, push 个人信息:就读于燕大本科软件工程专业 目前大三; 本人博客:google搜索“cqs_2012”即可; 个人爱好:酷爱数据结构和算法,希望将来从事算法工作为人民作出自己的贡献; 博客内容:the longest distance of a binary tree; 博客时间:2014-4-15; 编...
分类:其他好文   时间:2014-05-03 17:13:09    阅读次数:406
Python学习(三):入门篇:Python中怎么编写类
Python中怎么编写类 Last Edit 2013/5/2 先看一个例子: #person.py class person: """class to representaion a person""" def __init__(self,name,age): self.name=name if 0<age<=150: ...
分类:编程语言   时间:2014-05-03 15:48:31    阅读次数:390
(转载)burpsuit 突破上传文件限制
1.运行Burp site,点击Proxy标签,确认Options选项卡下,Proxy listeners的running运行正常(勾选状态为运行),如果端口打开失败,可能的原因是有程序占用了该端口,点击edit,在local listener port:输入框输入一个未占用的端口,点击update...
分类:其他好文   时间:2014-05-01 22:23:46    阅读次数:665
自定义Edit控件控制输入范围
1 //自定义Edit,实现十六进制输入控制,使用OnChar()函数实现 2 //MyEdit.h 3 #pragma once 4 5 class CMyEdit : public CEdit { 6 DECLARE_DYNAMIC(CMyEdit) -------------...
分类:其他好文   时间:2014-05-01 21:32:46    阅读次数:494
VC/MFC 使edit控件不能进行粘贴操作
[cpp]view plaincopy这里使用消息拦截的方法[cpp]view plaincopyBOOLPersonDlg::PreTranslateMessage(MSG*pMsg){if(GetDlgItem(IDC_EDIT_USER_ID)->m_hWnd==pMsg->hwnd||Get...
分类:其他好文   时间:2014-05-01 07:05:59    阅读次数:585
APK 代码混淆
# To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. # # Add project specific ProGuard rules here. # By default, the flags ...
分类:其他好文   时间:2014-04-29 13:24:23    阅读次数:443
MFC——文件打开和保存对话框(CFileDialog)
最近要做一个文件打开和保存的对话框,现将相关的代码记录如下,用以备忘! 所用控件: 2个静态标签(Static Text):用以显示功能标签; 2个文本框(Edit):用以显示打开的文件路径全名要保存的文件路径全名,设置其Read Only属性为true将文本框设置为不可编辑; 2个按钮(Button):用以浏览文件; 打开文件对话框 CFileDialog打开的对话框...
分类:其他好文   时间:2014-04-29 13:17:21    阅读次数:301
6593条   上一页 1 ... 656 657 658 659 660 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!