数据库脚本(注意测试时先add-->load-->update-->delete-->list)UserMapper版--
---------------------------------------------------------- 主机: ...
分类:
移动开发 时间:
2014-05-12 22:29:59
阅读次数:
463
第一种,简单粗暴直接http://repo.springsource.org/libs-release-local/org/springframework/spring/3.2.4.RELEASE/spring-framework-3.2.4.RELEASE-dist.zip直接粘到地址栏或者下载工...
分类:
编程语言 时间:
2014-05-12 13:09:57
阅读次数:
332
protected void Page_Load(object sender, EventArgs
e) { int value = 0;//初始值 Test(ref value); Response.Write(val...
分类:
其他好文 时间:
2014-05-12 10:36:16
阅读次数:
277
1:类的本质:类也是一种类,可以叫做类类,类对象,类类型;
2:类和对象在内存中分配问题(注意区分类的对象和类对象的概念) 类对象在内存中只有一份,且只加载一次,类对象中存放了类中定义的方法;
而成员变量和isa指针,存放在了类的对象中;isa指针指向了类对象;如图: 3...
分类:
其他好文 时间:
2014-05-12 02:52:39
阅读次数:
263
w load average: 0.12, 0.09, 0.02
1,5,15分钟的负载情况,0.8以下为正常 JCPU 对应的用户执行命令所占用的cpu时间 PCPU 执行当前命令占用的cpu时间 WHAT ...
分类:
系统相关 时间:
2014-05-11 22:54:37
阅读次数:
416
The server encountered an internal error that
prevented it from fulfilling this
request.org.springframework.http.converter.HttpMessageNotWritableExcep...
分类:
Web程序 时间:
2014-05-11 04:32:24
阅读次数:
1292
">
cs文件:
protected void Page_Load(object sender, EventArgs e)
...
分类:
其他好文 时间:
2014-05-10 03:30:25
阅读次数:
211
1.eclipse->项目->右键->Properties->Web
Project Setting->context root 设置为"/"或者""2.tomcat5.0/6.0:间加了一句3.tomcat7.0
间加了一句
分类:
其他好文 时间:
2014-05-10 00:45:36
阅读次数:
345
protected void Page_Load(object sender, EventArgs
e) { //设置Cookies HttpCookie cookie = new HttpCookie("UserName","ZhangSan"); ...
分类:
其他好文 时间:
2014-05-10 00:21:28
阅读次数:
247
设计器:代码:在Form_Load事件中添加
:statusStripMain.LayoutStyle=
ToolStripLayoutStyle.HorizontalStackWithOverflow;lbl单位.Alignment =
ToolStripItemAlignment.Right;l...