码迷,mamicode.com
首页 >  
搜索关键字:remove    ( 8897个结果
JSTL 笔记
JSTL标签库可分为5类:核心标签库I18N格式化标签库SQL标签库XML标签库函数标签库1. 核心标签库从功能上可以分为4类:表达式控制标签、流程控制标签、循环标签、URL操作标签表达式控制标签:out标签、set标签、remove标签、catch标签流程控制标签:if标签、choose标签、wh...
分类:Web程序   时间:2014-07-16 20:26:41    阅读次数:198
win7,xp控制面板cpl命令(control Panel)
助记:cpl(controlPanel)wiz(wizard)向导AccessibilityOptions (Access.cpl)辅助功能选项(无)Add New Hardware (hdwwiz.cpl)设备管理器Add or Remove Programs (appwiz.cpl)添加或删除程...
分类:Windows程序   时间:2014-07-16 20:02:07    阅读次数:263
linux mysql 卸载,安装,测试全过程
Mysql卸载 yum remove mysql mysql-server mysql-libs compat-mysql51 rm -rf /var/lib/mysql rm /etc/my.cnf 查看是否还有mysql软件: rpm -qa|grep mysql 有的话继续删除 Mysql安装 1>若本地没有安装包 可以考虑使用yum命令进行下载 # yum -y ...
分类:数据库   时间:2014-07-15 22:33:11    阅读次数:356
yum -y install与yum install有什么不同
yum -y install 包名(支持*) :自动选择y,全自动yum install 包名(支持*) :手动选择y or nyum remove 包名(不支持*)rpm -ivh 包名(支持*):安装rpm包rpm -e 包名(不支持*):卸载rpm包
分类:其他好文   时间:2014-07-14 23:58:01    阅读次数:258
Maste Note for OCR / Vote disk Maintenance Operations (ADD/REMOVE/REPLACE/MOVE)
Doc ID 428681.1Applies to: Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.1.0 [Release 10.2 to 11.2]Information in this document applies to any platform.GoalThe goal of this note i...
分类:其他好文   时间:2014-07-14 18:12:01    阅读次数:343
Remove Duplicates from Sorted Array
描述 Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length. Do not allocate extra space for another array, you must do this in ...
分类:其他好文   时间:2014-07-14 13:46:43    阅读次数:229
注意链表的尾部
今天做了Leetcode上面一道题Remove Duplicates from Sorted List II,要去去除链表中重复的节点,代码如下 1 /** 2 * Definition for singly-linked list. 3 * struct ListNode { 4 * ...
分类:其他好文   时间:2014-07-13 21:23:10    阅读次数:160
命令行发送邮件
CentOS stop or remove sendmail:yum remove sendmailyum install postfixyum install mailx 检查MTA是否为Postfix:alternatives --display mta 如果不是更改默认MTA为Postfix:/usr/sbin/alternatives --set mta /usr/sbin/se...
分类:其他好文   时间:2014-07-13 16:10:00    阅读次数:233
【翻译自mos文章】 在错误的从os级别remove掉 trace file 之后,怎么找到该trace file的内容?
在错误的从os级别remove掉 trace file 之后,怎么找到该trace file的内容?...
分类:其他好文   时间:2014-07-12 22:16:28    阅读次数:215
mac 下vim 配置文件
" Configuration file for vim set modelines=0 " CVE-2007-2438 " Normally we use vim-extensions. If you want true vi-compatibility " remove change the following statements set nocompatible " Use...
分类:其他好文   时间:2014-07-12 17:46:26    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!