/* * Object factory */function
objectFactory(jsonObj){ function objectEntity(){ } if(typeof jsonObj ==
"object"){ for(var index in jsonObj){ objectEnt...
分类:
Web程序 时间:
2014-05-19 22:39:02
阅读次数:
472
SDK中带有很多的例子,那么我们怎么样导入到eclipse中呢?方法很简单,如下:1.
新建android工程,选择Create project from existing sample,2. 选择sdk的version,click Next.3.
这时你会看到很多samples, 从下拉列表中选择...
分类:
移动开发 时间:
2014-05-16 23:24:22
阅读次数:
414
I am using the Spring
SimpleFormControllerexampleto illustrate the build process. The figure below
shows the structure of the web application.All the ...
分类:
其他好文 时间:
2014-05-16 22:32:09
阅读次数:
402
本文转自:http://my.oschina.net/lcak/blog/219618微信公众平台接口开发官方仅提供了 PHP 接入示例代码,
网上找到的.Net代码多半需要积分下载,所以自己写了一个如下:将以上代码 另存 为wx_sample.aspx上传到你的服务器填写当前页面访问路径,
填写对...
分类:
微信 时间:
2014-05-16 18:47:46
阅读次数:
674
Air Jordan 11 Bred Nubuck.The Air Jordan 11
"Bred" Nubuck edition is merely a sample but its intriguing nonetheless. The
nubuck Air Jordan 11 swaps th...
分类:
其他好文 时间:
2014-05-16 03:49:41
阅读次数:
282
谷歌更新以后很多sample工程下载不了。
http://commondatastorage.googleapis.com访问失败快速解决问题。
使用在线代理即可,随便推荐一个http://www.q8daili.com/如果不可用则谷歌一下在线代理即可。...
本文出自:http://blog.csdn.net/svitter
实验环境:Myeclipse10 + tomcat7.0
有时间会写windows和linux下的tomcat配置,现在时间有限,暂且不写了。。有些东西也是没有理解透彻。
<%!
String getDate()
{return new java.util.Date().toLocaleStrin...
分类:
Web程序 时间:
2014-05-13 16:11:36
阅读次数:
370
1.展示显示textTicker和只有icon的两种情况:当参数showTicker为true时显示否则不显示
// In this sample, we'll use the same text for the ticker and the expanded notification
CharSequence text = getText(textId);
...
分类:
移动开发 时间:
2014-05-13 00:02:35
阅读次数:
465
原文第2章
简单工厂模式(SampleFactory)一般用到的场景:对象多次被实例引用,切有可能会发生变化拿我们的简单三层举例子先定义dal层12345678classDal
{ publicvoidDelete() { //... } }工厂类12345678910classFactory { ...
分类:
其他好文 时间:
2014-05-12 09:04:58
阅读次数:
222
public class MainActivity extends
ActionBarActivity { private static ActivityManager am; private static List
appList; private static List ta...
分类:
其他好文 时间:
2014-05-10 07:49:35
阅读次数:
256