码迷,mamicode.com
首页 >  
搜索关键字:help    ( 8786个结果
asp.net MVC添加HtmlHelper扩展示例和用法
一、先创建一个HtmlHelper的扩展类,代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace Practice.Help...
分类:Web程序   时间:2015-03-13 18:20:00    阅读次数:153
ios系统下的QQ浏览器jquert的BUG
$(document).bind("click", function(e){ var $t = $(e.target); alert(333); if($t.is("p") && ($t.hasClass("help") || $t.hasClass("error"))){ ...
分类:移动开发   时间:2015-03-13 13:58:41    阅读次数:125
hdu 1856 More is better(并查集)
题意:Mr Wang wants some boys to help him with a project. Because the project is rather complex,the more boys come, the better it will be. Of course ther...
分类:其他好文   时间:2015-03-13 12:08:05    阅读次数:103
myeclipse 中 没有update software 解决方案
In some situations you may not be able to install or update software using the menu commands in the Help menu. In these situations you will automatically be redirected to the classic update manage...
分类:系统相关   时间:2015-03-13 10:59:37    阅读次数:198
linux下的ftp服务器
闲来无事玩玩ftp.我的系统是ubuntu,装的ftp服务器是vsftpd.软件中心装的。(一)输入本地IP连接。用户和密码是linux的用户和密码在shell命令行输入ftp 127.0.0.1,提示输入用户名。输入完用户名后回车,提示输入密码连接上后输入help查看各种命令。ls 和 dir是浏...
分类:系统相关   时间:2015-03-12 22:23:22    阅读次数:216
【模拟】UVa 12108 - Extraordinarily Tired Students
When a student is too tired, he can't help sleeping in class, even if his favorite teacher is right here in front of him. Imagine you have a class of ...
分类:其他好文   时间:2015-03-12 20:34:18    阅读次数:912
MySQL raplication 配置
环境:主库:192.168.1.1从库:192.168.1.2yuminstallwgetmv/etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.backupwgethttp://mirrors.163.com/.help/CentOS6-Base-163.repomvCentOS6-Base-163.repo/etc/yum.repos.d/CentOS-Base.repoyumcleanallyummake..
分类:数据库   时间:2015-03-12 15:27:03    阅读次数:213
Static and dynamic binding in java
Static and dynamic binding in javaBefore Iexplainstatic and dynamic binding in java, lets discuss few terms which will help you to understand the conc...
分类:编程语言   时间:2015-03-12 14:41:54    阅读次数:134
在Eclipse中安装Genymotion插件
通过更新网站的方式安装Eclipse -> Help -> Install New Software...新开的窗口中点击Add填写插件信息,确认后点击OKName:GenymotionLocation:http://plugins.genymotion.com/eclipse确认插件信息后,点击n...
分类:系统相关   时间:2015-03-12 06:16:36    阅读次数:156
Eclipse更新慢、插件安装慢解决方案
步骤Eclipse -> Help -> Install New Software...在出现的窗口点击Available Software Sites链接将所有URL中的"download.eclipse.org",都替换为"http://mirror.bit.edu.cn/eclipse/",点...
分类:系统相关   时间:2015-03-12 00:58:11    阅读次数:9167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!