CListCtrl使用技巧以下未经说明,listctrl默认view 风格为report1.
CListCtrl 风格 LVS_ICON: 为每个item显示大图标 LVS_SMALLICON: 为每个item显示小图标 LVS_LIST:
显示一列带有小图标的item LVS_REPORT: 显示...
分类:
其他好文 时间:
2014-05-17 01:32:54
阅读次数:
421
转自百度空间:http://hi.baidu.com/cpuhandou/item/b8b439860afb99c9ee083d65CXF webservice
开发入门1. 新建一个JavaWebProject,命名为cxfDemo选择【next】,为project添加userLib库。2. 打开...
分类:
Web程序 时间:
2014-05-17 01:20:30
阅读次数:
412
转自:http://www.cnblogs.com/eyu8874521/archive/2012/10/17/2727882.html问题描述:当ListView的Item中的控件只是一些展示类控件时(比如TextView),注册ListView的监听setOnItemClickListener之...
分类:
移动开发 时间:
2014-05-16 22:27:58
阅读次数:
425
工具:VS2010, Installshield 2008实现功能:创建一个C++ win32
DLL的工程,MSI 工程需要调用这个DLL,并将MSI工程中的两个参数,传递给DLL,参数1:Property 表中的 ProductName参数2:操作
MSI 工程的 installer datab...
分类:
其他好文 时间:
2014-05-14 10:23:32
阅读次数:
356
一般提交表单的方式就是:Get,Post
以及关联action今天看了一种方式感觉不错:可以在submit里面写PostBackUrl="XXXX",即回发的URL,可以实现页面跳转,然后再使用Page的PreviousPage属性获取上一个页面,通过PreviousPage.FindControl...
分类:
其他好文 时间:
2014-05-14 07:47:42
阅读次数:
232
Spring 能有效地组织J2EE应用各层的对象。不管是控
制层的Action对象,还是业务层的Service对象,还是持久层的DAO对象,都可在Spring的
管理下有机地协调、运行。Spring将各层的对象以松耦合的方式组织在一起,Action对象无须关心Service对象的具体实现,Servi...
分类:
编程语言 时间:
2014-05-14 06:59:29
阅读次数:
482
最短路+01背包
In Action
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 3857 Accepted Submission(s): 1229
Problem Description
...
分类:
其他好文 时间:
2014-05-13 14:39:21
阅读次数:
175
#!/usr/bin/envpython#coding:utf8fromoptparseimportOptionParserimportsys,os#parser=OptionParser()defset():parser=OptionParser("Usage:%prog[file1][file2]...")parser.add_option("-c","--chars",dest="characters",action="store_true",default=False,help="onlycountc..
分类:
编程语言 时间:
2014-05-13 04:31:41
阅读次数:
488
Action接口:publicinterfaceAction{publicStringexecute(Stringstr);}Action的两个实现publicclassUpperActionimplementsAction{privateStringmessage;publicStringgetMessage(){returnmessage;}publicvoidsetMessage(Stringstring){message=string;}publicStringexecute(Stri..
分类:
编程语言 时间:
2014-05-13 03:16:42
阅读次数:
326
#!/usr/bin/envpython#coding:utf8importos,sysimportmd5,tabfrommysql_co.my_dbimportset_mysqlfromssh_co.ssh_connectimportsshdfromssh_co.cfg.configimportssh_message,item_pathfromfileimportfindfiledefmy_mysql():db_file={}my_connect=set_mysql()f_file=findfile.mai..
分类:
编程语言 时间:
2014-05-13 01:44:22
阅读次数:
449