码迷,mamicode.com
首页 >  
搜索关键字:and the default is h    ( 18294个结果
Struts2 常用的常量配置
在struts2-core-2.1.8.1.jar的org.apache.struts2包下面的default.properties资源文件里可以查到常用的常量配置,这些不用刻意的记住:忘记的时候可以查询。总结长用的的常量配置如下面: ...
分类:其他好文   时间:2014-05-20 01:57:44    阅读次数:355
根据URL请求 返回XML字符串
public static string GetHttpResponse(string url) { string content = ""; // Create a new HttpWebRequest object.Make sure that // a default proxy is se....
分类:其他好文   时间:2014-05-16 21:43:22    阅读次数:360
hadoop-ha配置
HADOOP HA配置 hadoop2.x的ha配置,此文档中描述有hdfs与yarn的ha配置。 此文档的假定条件是zk已经安装并配置完成,其实也没什么安装的。 hdfs ha配置 首先,先配置core-site.xml配置文件: 在老版本中使用mr1时,还可能使用fs.default.name来进行配置   fs.defaultFS 此处配置的mycluster目前还没...
分类:其他好文   时间:2014-05-15 23:40:10    阅读次数:705
mFC 橡皮线
一般都用GDI实现:void CXiangpijinView::OnMouseMove(UINT nFlags, CPoint point) { // TODO: Add your message handler code here and/or call default CVi...
分类:其他好文   时间:2014-05-15 21:04:55    阅读次数:330
Struts2+Hibernate+Spring框架实现增删改查
一、添加3个框架的JAR包,完成后写配置文件;1、web配置文件: 1 2 3 oa 4 5 index.html 6 index.htm 7 index.jsp 8 default.html 9 default.htm10 defaul...
分类:编程语言   时间:2014-05-15 16:08:58    阅读次数:2309
WIN7安装IIS后无默认网站(Default Web site)解决方案
1.找到资源,复制到如下文件夹下: config文件夹复制到C:\Windows\System32\inetsrv\config文件夹下 inetpub文件夹复制C:\inetpub文件夹下 能替换的替换,不能替换的跳过 重新打开intenet信息服务(IIS)管理器,里面就能看到Default Web site了。 此时,在浏览器输入:http://127.0.0.1,有可能还会提示4...
分类:Windows程序   时间:2014-05-15 14:57:42    阅读次数:414
CSS cursor 属性
值 描述 url 需使用的自定义光标的 URL。 注释:请在此列表的末端始终定义一种普通的光标,以防没有由 URL 定义的可用光标。 default 默认光标(通常是一个箭头) auto 默认。浏览器设置的光标。 crosshair 光标呈现为十字线。 pointer 光标呈现为指示链接的指针(一只手) move ...
分类:Web程序   时间:2014-05-15 05:32:35    阅读次数:1537
Eclipse查询MySql、添加中文乱码问题
一、设置MyEclipse的字符编码,步骤如下: 1、进入Window--Preferences--General--Workspace,Text file encoding 选项中默认的Default(GBK)选项更改为Other,并将值设为utf-8; 2、进入Window--Preferences--MyEclipse--Files and Editors,将这个选项下面的:ASP ...
分类:数据库   时间:2014-05-15 04:18:55    阅读次数:299
asp.net设置默认打开页面,Web.config,defaultDocument
The web.config file can be used to set a default document, or list of default documents for your website. Web.config can be used to change the defau.....
分类:Web程序   时间:2014-05-15 02:21:15    阅读次数:448
switch语句
switch 语句int x = 10switch(x) case 1:print(“sfsd”)breakcase 2:print(“dsdf”)breakdefaultprint(“right”)break
分类:其他好文   时间:2014-05-14 23:47:11    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!