http://yzxqml.iteye.com/blog/1761540————————————————————————————————————————————————————————————————————————————————Log4j是Apache的一个开放源代码项目,通过使用Log4j,我...
分类:
移动开发 时间:
2014-07-18 09:02:20
阅读次数:
277
July 3rd, 2012nodejs express route 的用法1. 首先是最基本的用法。12345var app=require('express').createServer(); app.get("/",function(req,res){ res.send("hello worl...
分类:
Web程序 时间:
2014-07-18 00:21:14
阅读次数:
397
设计一个简单的计算器。第一个Activity的界面。第二个Activity显示算式和计算结果。第一个Activity代码:import android.app.Activity;import android.content.Intent;import android.os.Bundle;import...
分类:
移动开发 时间:
2014-07-18 00:13:38
阅读次数:
395
这里主要是学习的Adapter的机制MainActivity.java 1 package com.kale.listview; 2 3 import android.app.Activity; 4 import android.os.Bundle; 5 import android.widget....
分类:
其他好文 时间:
2014-07-17 23:03:29
阅读次数:
248
1 2014-06-11 15:19:17.167 ***[930:707] *** Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer position contains NaN....
分类:
移动开发 时间:
2014-07-17 22:12:30
阅读次数:
340
本文目录监听ListView点击事件监听ListView滚动事件监听ListView点击事件使用监听器OnItemClickListenerpackage com.example.testsend;import android.app.Activity;import android.os.Bundl...
分类:
移动开发 时间:
2014-07-17 21:36:55
阅读次数:
325
Thread 内存泄露
线程也是造成内存泄露的一个重要的源头。线程产生内存泄露的主要原因在于线程生命周期的不可控。
1.看一下下面是否存在问题
public class ThreadActivity extends Activity {
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedIns...
分类:
移动开发 时间:
2014-07-17 21:19:11
阅读次数:
274
昨晚配置完成office web apps 2013的外部网络访问之后,今天发现了一个很奇怪的问题,就是IE 11不支持文档在线浏览,找了很多方法,打补丁什么的,都不管用,最后在预览文件的页面,看到标签,里面有一句代码:
我把他改成了
结果就搞定了
页面地址:C:\Program Files\Common Files\Microsoft Shared\Web Server Ex...
分类:
移动开发 时间:
2014-07-17 19:27:31
阅读次数:
262
在信息化社会高度发达的今天,手机成了我们每个人不可或缺的重要工具。...
分类:
移动开发 时间:
2014-07-17 19:09:35
阅读次数:
251
Here, you can find how to create and deploy a SharePoint Provider hosted App, and there are some simply demos about how to connect the SharePoint usin...
分类:
移动开发 时间:
2014-07-17 18:24:20
阅读次数:
279