上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页
摘要: 中国天气weather.comhttp://m.weather.com.cn/data/101110101.html(六天预报)http://www.weather.com.cn/data/sk/101110101.html(实时天气信息)其中101110101是城市的代码,获得城市代码进入http... 阅读全文
posted @ 2015-08-03 18:06 宇少vlog 阅读(5061) 评论(0) 推荐(0)
摘要: 1.Ctrl+P:查看变量参数信息,也就是看变量是哪种类型2.Ctrl+B:查找该变量的定义位置。3.Ctrl+Q:查找快速文档,即在另外一个窗口中打开其声明4.Alt+Shift+C:查看工程最近更改的地方5.Ctrl+space:自动完成代码6.Ctrl+shift+Enter自动填充表达式如... 阅读全文
posted @ 2015-07-28 13:56 宇少vlog 阅读(292) 评论(0) 推荐(0)
摘要: Article article = JsonUtils.getArticle(content); intent = new Intent(activity, CompositionCorrect.class); Bundle bundle = new Bundle... 阅读全文
posted @ 2015-06-25 15:49 宇少vlog 阅读(1350) 评论(0) 推荐(0)
摘要: 第一步:package com.example.example;import android.content.Context;import android.os.Handler;import android.os.Message;import android.util.AttributeSet;im... 阅读全文
posted @ 2015-05-27 15:44 宇少vlog 阅读(1326) 评论(0) 推荐(0)
摘要: package jklc.gzznprojectjklc;import java.text.SimpleDateFormat;import java.util.ArrayList;import java.util.Date;import java.util.HashMap;import java.u... 阅读全文
posted @ 2015-05-21 16:25 宇少vlog 阅读(593) 评论(0) 推荐(0)
摘要: String url = entity.getTPXW_ImgUrl().toString(); String[] parameters = { "ClassID" }; String u; try { ... 阅读全文
posted @ 2015-04-21 17:39 宇少vlog 阅读(998) 评论(0) 推荐(0)
摘要: ImageGetter imgGetter = new Html.ImageGetter() { @Override public Drawable getDrawable(String source) { Drawable drawable = n... 阅读全文
posted @ 2015-04-18 15:13 宇少vlog 阅读(357) 评论(0) 推荐(0)
摘要: private String[][] HOMEPAGE_MAINMENU = { { "创业指导", "0" }, { "人才培养", "1" }, { "信息服务", "2" }, { "管理咨询", "3" }, { "法律维权", "4" }, { "市场开拓", "5" ... 阅读全文
posted @ 2015-04-16 15:39 宇少vlog 阅读(1091) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using DTK.MIS.Entities;using System.Data;using DTK.MIS.DAL;using Newt... 阅读全文
posted @ 2015-03-19 16:04 宇少vlog 阅读(443) 评论(0) 推荐(0)
摘要: C#--对象转Json序列化 前言 最近在研究Android项目,其中涉及到Android中解析Json数据的问题,需要模拟网络中传递Json数据的模式,因为以前是.net的工程师,所以想着从.net的平台开发服务,传递Json格式的数据。那么先来介绍一些什么是JSON。Json(JavaScri... 阅读全文
posted @ 2015-02-10 09:43 宇少vlog 阅读(242) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页