码迷,mamicode.com
首页 >  
搜索关键字:site page    ( 18196个结果
hadoop多次格式化后,导致datanode启动不了,怎么办?(伪分布式)
根据当初 hadoop 安装目录下 conf 目录的 core-site.xml 的设置,找到该目录:进入该目录在 data 和 name 文件夹下均有 current 文件夹 ,和 current 文件夹下有 VERSION 文件主要要做的是使这两个文件中的 namespaceID 相同接下来就是...
分类:其他好文   时间:2014-05-09 05:15:30    阅读次数:305
ADO.NET连接数据库
using System.Data;using System.Data.Sql;using System.Data.SqlClient; protected void Page_Load(object sender, EventArgs e) { SqlConn...
分类:数据库   时间:2014-05-09 04:01:32    阅读次数:388
100-The 3n + 1 problem
本文档下载题目:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=361 The 3n + 1 problemTime limit: 3.000 seconds...
分类:其他好文   时间:2014-05-08 18:01:26    阅读次数:427
在Asp.Net MVC中PartialView与EditorFor和DisplayFor的区别
相同之处:PartialView, EditorFor 和 DisplayFor 都可以用作来实现页面的公共部分,其他页面可以根据需求来引用。不同之处:PartialView 是从Page的角度来处理,因此主 Page 和 PartialView 一般用相同的Model,这样做可以实现Partial...
分类:Web程序   时间:2014-05-08 17:53:32    阅读次数:541
sahrepoint 上次数据到文档库
sharepoint学习笔记汇总 http://blog.csdn.net/qq873113580/article/details/20390149    protected void Button1_Click(object sender, EventArgs e)         {             using (SPSite site = new SPSite("http:...
分类:其他好文   时间:2014-05-08 17:13:44    阅读次数:254
JS使用ActiveXObject读取数据库代码示例(只支持IE)
1 2 3 4 测试js访问数据库 5 6 42 43 44 This is my page.45 46 47 48 以上代码可以实现JS读取数据库并以列表方式显示出来。点击button即可看到结果。执行的SQL语句是:SELECT * FROM Te...
分类:数据库   时间:2014-05-08 11:42:56    阅读次数:816
Tomcat8访问管理页面localhost出现:403 Access Denied
问题: 403 Access DeniedYou are not authorized to view this page.If you have already configured the Manager application to allow access and you have used...
分类:数据库   时间:2014-05-08 09:12:05    阅读次数:570
10个devexpress ASPxPivotGrid常见问题
原文: 10个devexpress ASPxPivotGrid常见问题 1、DXperience ASPxGridView如何开启lightweight模式描述:ASPxGridView样式主题中page render mode选项里面有 lightweight模式,要如何开启此模式?解答:目前AS...
分类:Web程序   时间:2014-05-08 01:28:45    阅读次数:764
普通按钮的另一种提交方式(调用后台事件)
后台: protected void ibtnRegedit_Click(object sender, ImageClickEventArgs e) { if (!Page.IsValid || !CheckVCode()) retu...
分类:其他好文   时间:2014-05-08 00:44:32    阅读次数:281
使用Attach和Detach来实现更新的时候避免逐一赋值的麻烦
之前都是用扩展方法来copy属性值,不过兼容性不是很好。(关于这个扩展方法可以参照这个博客),不过我们可以通过下方的代码来实现,由于是微软提供的功能,所以不需要考虑兼容性问题:public partial class WebForm2 : System.Web.UI.Page { protected void Page_Load(object sender, EventAr...
分类:其他好文   时间:2014-05-08 00:19:02    阅读次数:326
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!