session[“username”]=null;//Session.Remove(“username”);的结果是session[“username”]=null了 session[“username”]=””; session.clear();//表示将会话中所有的session的键值都清空,但...
分类:
其他好文 时间:
2014-10-15 20:05:41
阅读次数:
167
inux上完整的卸载apt方式安装软件的办法。假设你的包叫做: your_pkgapt-get --purge remove your_pkgapt-get autoremoveapt-get cleandpkg -l |grep your_pkg|awk '{print $2}' |xargs d...
分类:
系统相关 时间:
2014-10-15 17:43:41
阅读次数:
214
sudo apt-get –purge remove firefox ,提示Reading package lists… DoneBuilding dependency treeReading state information… DoneThe following packages will be...
分类:
其他好文 时间:
2014-10-15 13:01:08
阅读次数:
161
在对表做删除操作时,发现table.remove(table,idx)这个方法是根据table中的索引进行删除操作,而现在的需求是根据value值进行删除操作,在quick-x中也有相应的table方法封装:1.根据table中的value值进行删除操作-- table中删除指定元素(非根据索...
分类:
其他好文 时间:
2014-10-14 23:49:59
阅读次数:
543
JSTL 核心标签库标签共有13个,功能上分为4类: 1.表达式控制标签:out、set、remove、catch 2.流程控制标签:if、choose、when、otherwise 3.循环标签:forEach、forTokens 4.URL操作标签:import、url、redirec...
分类:
Web程序 时间:
2014-10-14 20:55:29
阅读次数:
318
一、在控制面板中查看是否有mysql,有则进行卸载。或运行相同版本的mysql安装文件,选择“remove”进行卸载。
二、卸载mysql后其服务仍在,解决办法:
点击“开始”-“运行”,输入cmd打开DOS窗口,输入命令“mysqld -remove”或“mysqld -nt -remove”并回车。
三、删除注册表中mysql项:
点击“...
分类:
数据库 时间:
2014-10-14 18:57:52
阅读次数:
207
Given a linked list, remove thenthnode from the end of list and return its head.For example, Given linked list: 1->2->3->4->5, and n = 2. After re...
分类:
其他好文 时间:
2014-10-14 14:52:58
阅读次数:
168
Ctrl+L Go to Line F5 Step Into Ctrl+H Open Search Dialog Ctrl+Shift+K Find Previous Ctrl+F11 Run Ctrl+Shift+\ Remove Block Comment F11 Debug Ctrl+Shift+/ Add Block Comment Ctrl+K Find Next F8 Resum...
分类:
系统相关 时间:
2014-10-14 12:30:38
阅读次数:
253
Set up a development environment in my iMac. So virtualbox become a stop which can't be avoided.
1. Install VirtualBox
2. Install Oracle Linux
3. Remove OpenJDK
4. Install Oracle JDK...
分类:
数据库 时间:
2014-10-14 02:51:57
阅读次数:
490
centOS的yum安装的MySQL是5.1版本,可通过官方的rpm包安装5.5版本# 查看安装的相关项rpm -qa|grep -i mysql# 停止服务service mysqld stop# 卸载yum remove mysql-*orrpm -e xxx# 下载MySQL5.5wget -...
分类:
数据库 时间:
2014-10-13 19:17:51
阅读次数:
193