将控制面板添加删除程序中带有以下字样的全部卸载。带*的,说明带这个字符的不只一个项目。如果带有语言包先删语言包,如果带有有SP先删SP!Microsoft
Visual Studio 2008Microsoft Document Explorer 2008 *Microsoft Device Emu...
分类:
其他好文 时间:
2014-06-03 11:27:25
阅读次数:
222
1.将以下代码加到head头里2.更改window.imgUrl的值(图片地址)3.更改link,title,desc这些参数
分类:
微信 时间:
2014-06-03 09:15:45
阅读次数:
603
1.下载memcached文件2.复制到服务器安装环境下3.使用dos下的命令行,切换到memcached所在的目录(cd
/d D:\aaa\bbb\ccc)4.----1、安装memcached.exe –d install 2、启动memcached.exe -d
start5.使用方法为“t...
MyEclipse开发内存溢出问题window --> preferences -->
MyEclipse --> servers --> Tomcat --> JDK 里面在Optional Java VM arguments:
下面加如下内容:-Xmx512m -Xms256m -XX:MaxN...
分类:
系统相关 时间:
2014-06-03 08:07:18
阅读次数:
275
本篇文章主要是对jquery中的$(document).ready()使用方法进行了详细的总结介绍,需要的朋友可以过来参考下,希望对大家有所帮助
window.onload = function(){ alert("welcome"); } 这样的写法作用是希望在页面加载完,自动执行定义js代码(....
分类:
Web程序 时间:
2014-06-03 07:35:34
阅读次数:
226
js判断undefined类型今天使用showModalDialog打开页面,返回值时。当打开的页面点击关闭按钮或直接点浏览器上的关闭则返回值是undefined
所以自作聪明判断 var reValue=window.showModalDialog("","",""); if (reValue==...
分类:
Web程序 时间:
2014-06-03 07:21:07
阅读次数:
279
逆序数的性质。1. 暴力解 1 #include 2 3 #define MAXNUM 5005 4
5 int a[MAXNUM]; 6 7 int main() { 8 int n; 9 int i, j, sum, min;10 11 while
(scanf(...
分类:
其他好文 时间:
2014-05-31 07:50:50
阅读次数:
170
1、提示符助手快捷键alt+/你可以自定义 window->keys->Content
assist->Binding2、复制当前行alt+ctrl+下3、删除ctrl+D4、加注释块注释 shift+ctrl+\取消块注释
shift+ctrl+/行ctrl+/
分类:
其他好文 时间:
2014-05-31 06:49:27
阅读次数:
195
Given a strings, partitionssuch that every
substring of the partition is a palindrome.Return the minimum cuts needed for a
palindrome partitioning ofs...
分类:
其他好文 时间:
2014-05-30 15:13:10
阅读次数:
262
Given a triangle, find the minimum path sum
from top to bottom. Each step you may move to adjacent numbers on the row
below.For example, given the fol...
分类:
其他好文 时间:
2014-05-30 14:59:37
阅读次数:
241