码迷,mamicode.com
首页 >  
搜索关键字:itcast    ( 1004个结果
MVC 使用自定义缓存
MVC使用缓存:首先我是在一个工具类库中新建一个缓存帮助类,比如这里我在Itcast.CMS.Common 类库中新建了一个CacheHelper.cs类 using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using Sys...
分类:Web程序   时间:2015-05-08 01:50:53    阅读次数:139
SQLite操作
1 public class DBOpenHelper extends SQLiteOpenHelper { 2 3 public DBOpenHelper(Context context) { 4 super(context, "itcast.db", null, 2)...
分类:数据库   时间:2015-05-06 14:34:30    阅读次数:147
15.首页查询一级分类商品列出左侧分类信息
首页上点击一级分类跳转到商品列表页面,左侧显示一级分类与二级分类信息。 1、在menu.jsp上添加action,传递一级分类cid。 ">| 2、创建二级分类的包及类 * cn.itcast.shop.categorysecond * action * CategoryAction * service * CategoryService * dao * CategoryD...
分类:其他好文   时间:2015-05-06 10:58:00    阅读次数:175
iOS开发UI篇—Quartz2D简单使用(二)
一、画文字代码: 1 // 2 // YYtextview.m 3 // 04-写文字 4 // 5 // Created by 孔医己 on 14-6-10. 6 // Copyright (c) 2014年 itcast. All rights reserved. 7 // 8 9 #...
分类:移动开发   时间:2015-05-03 18:59:04    阅读次数:143
iOS开发UI篇—直接使用UITableView Controller
一、一般过程 1 // 2 // YYViewController.h 3 // UITableView Controller 4 // 5 // Created by 孔医己 on 14-6-2. 6 // Copyright (c) 2014年 itcast. All rights re...
分类:移动开发   时间:2015-05-03 18:46:33    阅读次数:123
【原】web页面登陆验证
using Itcast.Mall.Model;using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;namespace Itcast.Mall.W.....
分类:Web程序   时间:2015-04-28 01:33:08    阅读次数:110
16- NSString
#import @interface Person : NSObject{ //char *_name; NSString *_name;}@endint main(){ /* // 最简单的创建字符串的方式 NSString *str = @"itcast"; ...
分类:其他好文   时间:2015-04-26 19:33:55    阅读次数:124
【原】yield的最基本用法
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Itcast.Mall.ConsoleApp{ class Program { stati...
分类:其他好文   时间:2015-04-26 15:05:06    阅读次数:108
过虑器基础2(48)
过虑器链FilterChain当一个web项目中有多个连接器,且这些过虑器对同个url进行过虑。这时就形成了过虑器链/。在filter的配置当中,有两个配置:filter,filter-mapping. Filter-mapping在前,则先执行,在后则后执行。 first cn.itcast......
分类:其他好文   时间:2015-04-25 00:14:24    阅读次数:92
基于sax的xml解析 含源码 各种工具类(一)
1. 服务器端很简单直接在上次的服务器端代码上的Webcontent添加itcast.xml(在网上找的一个xml) 2.客户端搭建,主要流程如下 非主线程(Thread):使用HttpURLConnection请求服务器端的xml文件流数据,返回后,使用自定义的sax解析该流数据(xml)。 主线程: handler中,更新自定义adapter,最后刷新listView。 首先该xml很...
分类:其他好文   时间:2015-04-22 13:54:56    阅读次数:156
1004条   上一页 1 ... 81 82 83 84 85 ... 101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!