newlist

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 26 下一页

2013年9月3日

摘要: package com.fuda;import org.apache.http.client.CookieStore;import com.fuda.model.StudentInfoModel;import com.nostra13.universalimageloader.cache.disc.naming.Md5FileNameGenerator;import com.nostra13.universalimageloader.core.DisplayImageOptions;import com.nostra13.universalimageloader.core.ImageLoade 阅读全文
posted @ 2013-09-03 10:27 一枚程序 阅读(4667) 评论(0) 推荐(0) 编辑

2013年9月2日

摘要: package com.fuda.ui;import android.app.Activity;import android.os.Bundle;import android.os.Handler;import android.os.Parcel;import android.os.Parcelable;import android.view.Gravity;import android.view.View;import android.view.ViewGroup;import android.view.animation.AlphaAnimation;import android.view 阅读全文
posted @ 2013-09-02 20:41 一枚程序 阅读(1360) 评论(0) 推荐(0) 编辑

2013年8月31日

摘要: private AsyncHttpClient asyncHttpClient; private Dialog dialog;/** * 改变简历状态 */ private void postchangestate(final boolean mIsOpen,final boolean mIsLoader) { asyncHttpClient = new AsyncHttpClient(); RequestParams rp = new RequestParams(); if(mIsLoader){ ... 阅读全文
posted @ 2013-08-31 20:01 一枚程序 阅读(1473) 评论(0) 推荐(0) 编辑

2013年8月30日

摘要: ... 阅读全文
posted @ 2013-08-30 15:18 一枚程序 阅读(487) 评论(0) 推荐(0) 编辑

2013年8月17日

摘要: 在/res/values目录下的文件中定义要显示的字符串,主要是考虑到后期可能需要换成英文之类的用户名或密码为空调用private MessageBar mMessageBar;mMessageBar.show(getResources().getString(R.string.login_error)); 阅读全文
posted @ 2013-08-17 15:50 一枚程序 阅读(129) 评论(0) 推荐(0) 编辑

摘要: //追加数据NSString *homePat = NSHomeDirectory();NSString *sourcePath = [homePath stringByAppedingPathComponent:@"testfile.ext"];NSFileHandle *fileHandle = [NSFileHandle fileHandleForUpdatingAtPath:sourcePath];//将结点跳转到文件末尾[fileHandle seekToEndOfFile];NSString *str = @"追加的数据";NSData *s 阅读全文
posted @ 2013-08-17 08:23 一枚程序 阅读(391) 评论(0) 推荐(0) 编辑

2013年8月14日

该文被密码保护。 阅读全文
posted @ 2013-08-14 09:04 一枚程序 阅读(0) 评论(0) 推荐(0) 编辑

2013年8月13日

摘要: //设置文本的大小 阅读全文
posted @ 2013-08-13 16:17 一枚程序 阅读(1331) 评论(0) 推荐(0) 编辑

2013年8月8日

摘要: #ifndef __TABLEVIEWTESTSCENE_H__#define __TABLEVIEWTESTSCENE_H__#include "cocos2d.h"#include "cocos-ext.h"void runTableViewTest();class TableViewTestLayer : public cocos2d::CCLayer, public cocos2d::extension::CCTableViewDataSource, public cocos2d::extension::CCTableViewDelegate{p 阅读全文
posted @ 2013-08-08 14:40 一枚程序 阅读(760) 评论(0) 推荐(0) 编辑

2013年8月7日

摘要: #include "../CCControlScene.h"class CCControlSliderTest : public CCControlScene{public: CCControlSliderTest(); virtual ~CCControlSliderTest(); bool init(); void valueChanged(CCObject *sender, CCControlEvent controlEvent);protected: CCLabelTTF* m_pDisplayValueLabel; CONTROL_SCENE_CR... 阅读全文
posted @ 2013-08-07 17:31 一枚程序 阅读(850) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 26 下一页