码迷,mamicode.com
首页 > 2015年01月08日 > 全部分享
Android使用WebView显示网页
在Android开发过程中,会遇到需要显示网页的需求,或者需要用webview控件来达到某个效果。我这段时间在做CSDN博客的客户端,使用webview来显示博文内容,一是因为解析博文内容再适配比较麻烦,并且效果很不理想,后来想到直接用webview来显示,将博文原汁原味的呈现出来。 webview使用起来比较容易,但是想要达到比较理想的效果还需要很多摸索。我做的CSDNBlog客户端,现在基本...
分类:移动开发   时间:2015-01-08 22:52:54    阅读次数:469
Service和Activity之间的通信
Service的启动方式有两种,一种是通过start方式,一种是通过bind方式,通过start方式启动服务后,启动服务的组件和服务便没有多大联系了。所以为了能和Service通信,只能通过bind的方式。下面分几步介绍下:(demo里面的Service提供一个下载的功能,然后在Activity中决定何时开始下载,以及随时查看下载进度) 第一步: 在Service类中创建一个内部类继承自Bin...
分类:其他好文   时间:2015-01-08 22:52:05    阅读次数:474
hdu1695--GCD(欧拉函数+容斥原理)
GCD Time Limit:3000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Appoint description:  System Crawler  (2015-01-07) Description Given 5 integers: a, b,...
分类:其他好文   时间:2015-01-08 22:52:22    阅读次数:300
hdu4135--Co-prime(欧拉函数+容斥原理)
Co-prime Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Appoint description:  System Crawler  (2015-01-07) Description Given a number N, y...
分类:其他好文   时间:2015-01-08 22:52:22    阅读次数:314
两个List去掉重复元素放在一个List中去【两个Listsize值非常大】
/* * 思路: * 1.取得两个list的相同元素:list.retainAll(E)方法 * 2.两个list分别去掉相同的元素:list.removeAll(E); * 3.将剩下的两个List分别加入到一个新的List去:addAll */ public class Test1 { public static void main(String[] args) { List ...
分类:其他好文   时间:2015-01-08 22:50:21    阅读次数:197
LeetCode--Container With Most Water
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, 0). Fin...
分类:其他好文   时间:2015-01-08 22:50:27    阅读次数:207
hdu5154--Harry and Magical Computer(拓扑排序)
Harry and Magical Computer Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Appoint description:  System Crawler  (2015-01-06) Description In...
分类:编程语言   时间:2015-01-08 22:50:01    阅读次数:202
C++数据结构课程设计报告(1号题)【物联网1132-11】
#include #include using namespace std; const int m=100; //定义常量m class BankStore { private: int banknumber; //银行账号 char name[20]; //人名 double inputprice; //存入金额 int income; //收入金额 int charge;...
分类:编程语言   时间:2015-01-08 22:50:51    阅读次数:338
codeforces--Spreadsheets(模拟)
Spreadsheets Time Limit:10000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Appoint description:  System Crawler  (2015-01-06) Description In the popular...
分类:其他好文   时间:2015-01-08 22:51:08    阅读次数:257
gcc源代码分析,在expand_call ()函数 和expand_expr_stmt ()函数的开始处加入debug_tree ()函数
对于expand_call函数来说最主要的参数就是exp这个tree树, 打印出来之后我们终于看到了printf和Hello,world! expand_call       type         size         align 32 size_unit 8 sep_unit 32 symtab 0         sep         max...
分类:其他好文   时间:2015-01-08 22:49:46    阅读次数:302
深入理解ThreadLocal
ThreadLocal是一个和线程安全相关的类。 一个非线程安全的例子 在我们讲述它之前,我们先看一个例子。 package thread; public class NotSafeThread implements Runnable{ private int a=10; public void run() { // TODO Auto-gen...
分类:其他好文   时间:2015-01-08 22:49:57    阅读次数:281
安卓编译No rule to make target问题
今天同事给传了一个安卓项目,但改过了所以的引用,但编译时,仍会报错:make: *** No rule to make target `/Users/Sha/Documents/cocos2d-2.1rc0-x-2.1.2/boZQYJ24Android/proj.android/../../extensions/CCBReader/CCBFileLoader.cpp', needed by `o...
分类:移动开发   时间:2015-01-08 22:50:54    阅读次数:241
java 实现选择排序
public static void main(String[] args) { //要排序的数组 int[] arr = { 2, 5, 7, 1, 3, 8, 6, 4 }; // 控制数组中的每一个元素下标,要比较的那个元素符号 for (int i = 0; i < arr.length; i++) { //操作与i元素比较的所有元素下标 for (in...
分类:编程语言   时间:2015-01-08 22:48:25    阅读次数:278
LeetCode-Search for a Range
Given a sorted array of integers, find the starting and ending position of a given target value Your algorithm's runtime complexity must be in the order of O(log n). If the target is not found i...
分类:其他好文   时间:2015-01-08 22:51:15    阅读次数:254
似水年华的校园暗恋----电影《情书》
??      日本电影《情书》在上大学时看过,只是当时只看了个结尾,没有多少印象了。 今天又翻出来看了一遍,那淡淡的,缓缓流淌的剧情,诉说着一段单相思的暗恋。      渡边博子的男朋友藤井树,在一次山难中去世了,博子通过男友的毕业纪念册, 给他原来的家里寄了封信,以为是寄给天国的信,没想到却受到了回信,信是一个 跟藤井树同名的女子写的。博子与藤井树(女)的书信往来,展现了一段...
分类:其他好文   时间:2015-01-08 22:49:04    阅读次数:192
hdu 1713 相遇周期 (GCD & LCM)
相遇周期 Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1943    Accepted Submission(s): 1000 Problem Description 2007年3月26日,在中俄两国元首的...
分类:其他好文   时间:2015-01-08 22:49:36    阅读次数:206
嵌入式与C语言
Volatile Volatile 英文单词的意思是不稳定的,反复无常的. 在C语言中用volatile的关键字声明变量,就是说这个变量会发生意想不到的变化,每次用这个值的时候都需要重新去读取. 精确的讲应该是优化器用这个变量的时候每次都需要重新去读取这个值,而不能用保存在寄存器里的变量。这是编译器优化器的副作用,因此有些变量要定义为volatile, 特别是在嵌入式编程中, 这是区分嵌入式工程...
分类:编程语言   时间:2015-01-08 22:48:25    阅读次数:308
2130条   上一页 1 2 3 4 5 6 ... 126 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!