DateTime Time; //定义了一个UserInfo 类型的list 集合,把查询到的结果放到list集合中;其list中里边的是一个集合; List<UserInfo> list = wylm.ExecuteQuery<User>("select * from User where Use ...
分类:
其他好文 时间:
2016-06-08 18:40:20
阅读次数:
198
#pragma 键盘事件 - (void) keyboardWillShown:(NSNotification *) notif { NSDictionary *info = [notif userInfo]; NSValue *value = [info objectForKey:UIKeyboa ...
分类:
其他好文 时间:
2016-06-08 15:56:40
阅读次数:
233
template/default/common模板公共文件夹,全局相关 |--block_forumtree.htm 树形论坛版块分支js文件 |--block_thread.htm特殊主题的风格模块文件 |--block_userinfo.htm用户资料的风格模块 |--common.css全局公 ...
分类:
Web程序 时间:
2016-06-08 09:12:44
阅读次数:
244
常规扫雷:
类:UserInfo:用户信息
Button:按钮
TopScore:积分
Main:主类
用到一个声音文件:lei.wav
----------------------------------------------------部分参考代码如下------------...
1.创建如下文件目录 2.导入MyBatis的jar文件 3.创建实体类 4.创建分页page类 5.创建Basedao 6.数据层操作层接口 7.数据操作层的实现类 8.业务逻辑接口 9.业务方法实现类 10.servlet代码 11.webXML文件 11.add.jsp 12.index.js ...
分类:
数据库 时间:
2016-06-06 18:57:11
阅读次数:
282
like '@0' 是错的,应该换成这样 like @0,原因是petapoco会自动把代码解析成'你好' 标签: Sql command = new Sql();command.Append("select * from UserInfo where 1=1"); if (!string.IsNu ...
分类:
其他好文 时间:
2016-06-06 18:51:38
阅读次数:
138
create database Test go use Test go create Table UserInfo( userid int identity(1,1) primary key, username nvarchar(10) not null ) insert into UserInfo ...
分类:
数据库 时间:
2016-06-06 12:06:45
阅读次数:
246
public class ATMMachine { //所有用户信息 private UserInfo[] allUsers; //当前操作用户信息 private UserInfo user; // 现金 private int cash; // 现金容量上限 public static fina ...
分类:
其他好文 时间:
2016-06-06 00:36:31
阅读次数:
150
public class FileOperation { //读文件 public static UserInfo[] readFile(){ //把文件中的数据先读到Properties容器中 Properties props =new Properties(); try { props.load ...
分类:
其他好文 时间:
2016-06-06 00:34:53
阅读次数:
147
示例 [csharp] view plain copy print? using System.Collections.Generic; public class UserInfo { public int UserInfoID { get; set; } public string userNam ...
分类:
数据库 时间:
2016-06-05 23:06:37
阅读次数:
281