1.page language="c#"//语言c#;2.AutoEventWireup="true"
/自动关联处理函数;3.CodeFile="Default.aspx.cs"//关联文件;4.Inherits="_Default"
//继承于_Default;3、4 表示aspx其实继承于cs...
分类:
Web程序 时间:
2014-04-30 21:08:46
阅读次数:
550
用mvc的思想去理解
数据源,adapter,xxxView的关系,写代码就轻松多了先写一个简单的gridview第一版:只有图片xml View Codejava代码public
class ActivityMain extends Activity { @Override ...
分类:
移动开发 时间:
2014-04-29 14:39:24
阅读次数:
970
@Html.ActionLink代码:HtmlHelper@Html.ActionLink("默认","Index")@Html.ActionLink("带控制器",
"Index", "RsvpForm")@Html.ActionLink("带默认路由参数", "Index", new {page...
分类:
Web程序 时间:
2014-04-29 11:13:46
阅读次数:
666
将原起始页面View中 Index和
Controller中的HomeController删除后报这样的错误,在global.asax设置好路由后例:public static void
RegisterRoutes(RouteCollection routes) { ...
分类:
其他好文 时间:
2014-04-29 10:38:47
阅读次数:
544
------------------------------------- MyEclipse
快捷键1(CTRL) -------------------------------------Ctrl+1 快速修复Ctrl+D: 删除当前行Ctrl+Q
定位到最后编辑的地方Ctrl+L 定位在某行C...
分类:
系统相关 时间:
2014-04-29 10:38:47
阅读次数:
487
1、使用FileStream读写文件文件头:[csharp]view
plaincopyprint?usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.IO;读文件核心代码:[csharp]view
pla...
分类:
其他好文 时间:
2014-04-29 10:33:46
阅读次数:
434
jQuery Mobile 页面事件在 jQuery Mobile
中与页面打交道的事件被分为四类:Page Initialization - 在页面创建前,当页面创建时,以及在页面初始化之后Page Load/Unload -
当外部页面加载时、卸载时或遭遇失败时Page Transition -...
分类:
Web程序 时间:
2014-04-29 10:32:47
阅读次数:
477
1、最基本的弹出窗口代码其实代码非常简单:
因为这是一段javascripts代码,所以它们应该放在之间。是对一些版本低的浏览器起作用,在这些老浏览器中不会将标签中的代码作为文本显示出来。
window.open (page.html) 用于控制弹出新的窗口page.html,如果page.ht.....
分类:
Web程序 时间:
2014-04-29 10:22:47
阅读次数:
530
1.
下载最新版的nVidia驱动。http://www.nvidia.com/page/drivers.html2.编辑blacklist.conf。sudo
gedit /etc/modprobe.d/blacklist.conf添加以下部分并保存:blacklist vga16fbblackl...
分类:
其他好文 时间:
2014-04-29 10:15:46
阅读次数:
653
View Code * 职位描述: 您当前输入了 0 个文字。(字数统计包含HTML代码。) ...
分类:
其他好文 时间:
2014-04-29 09:32:47
阅读次数:
748