码迷,mamicode.com
首页 >  
搜索关键字:archive    ( 14444个结果
[Android学习笔记]ListView中含有Button导致无法响应onItemClick回调的解决办法
转自:http://www.cnblogs.com/eyu8874521/archive/2012/10/17/2727882.html问题描述:当ListView的Item中的控件只是一些展示类控件时(比如TextView),注册ListView的监听setOnItemClickListener之...
分类:移动开发   时间:2014-05-16 22:27:58    阅读次数:425
android-support关联源码
http://blog.csdn.net/xiaanming/article/details/9031141http://www.cnblogs.com/androidez/archive/2013/07/21/3203964.html如果在有用到过viewpager或者fragmentActivi...
分类:移动开发   时间:2014-05-14 10:13:24    阅读次数:354
biztalk中使用WCF-SQL接受传送数据【转】
接触biztalk时间不长,转载一篇学习教程:http://www.cnblogs.com/chnking/archive/2010/05/09/1731098.htmlchnking写的。一、使用WCF_SQL、WCF_Oracle、WCF_SAP adapter的公共安装前提1、 Microso...
分类:数据库   时间:2014-05-14 10:01:01    阅读次数:591
[转]linux sort 命令详解
原文网址:http://www.cnblogs.com/51linux/archive/2012/05/23/2515299.html1 sort的工作原理sort将文件的每一行作为一个单位,相互比较,比较原则是从首字符向后,依次按ASCII码值进行比较,最后将他们按升序输出。[rocrocket@...
分类:系统相关   时间:2014-05-14 03:59:49    阅读次数:354
【Java,JNI】学习汇总
START FROM 2014/5/12 for memory of wenchuan【1】关于java内存的三篇文章:1,内存模型http://www.cnblogs.com/aigongsi/archive/2012/04/26/2470296.html而内存模型就是规定了一个规则,处理器如何同...
分类:编程语言   时间:2014-05-14 01:42:20    阅读次数:248
关于python的可变和不可变对象
在python中所有都是对象,在python中只有list和dict是可变对象,其他都是不可变对象。具体参照:http://www.cnblogs.com/lovemo1314/archive/2012/07/18/2597111.html
分类:编程语言   时间:2014-05-13 18:44:31    阅读次数:283
ShotGraph例程
下面是HTML文件用于上传3个文件 ACTION="Upload.asp"> Image Text Source Code Archive 上传程序(Upload.asp): Set Upload = Server.CreateObject("Persits.Upload.1") ...
分类:其他好文   时间:2014-05-13 00:21:11    阅读次数:270
winform消息提示框
摘自:http://www.cnblogs.com/risen/archive/2008/01/15/1039751.htmlpublic partial class AlertForm : Form { /* * 在类AlertForm定义的下方, * 我们创建用于显示的字符串和其颜色的变量, *...
分类:Windows程序   时间:2014-05-12 22:15:44    阅读次数:509
boost::archive::binary_iarchive
#include #include #include #include #include #include #include #include #include #include using namespace std;struct MyStruct{ string stru; int ...
分类:其他好文   时间:2014-05-12 21:51:09    阅读次数:572
浅谈ThreadPool 线程池(引用)
出自:http://www.cnblogs.com/xugang/archive/2010/04/20/1716042.html浅谈ThreadPool 线程池相关概念:线程池可以看做容纳线程的容器;一个应用程序最多只能有一个线程池;ThreadPool静态类通过QueueUserWorkItem(...
分类:编程语言   时间:2014-05-12 20:33:20    阅读次数:290
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!