码迷,mamicode.com
首页 >  
搜索关键字:class    ( 183544个结果
贪心 --- Y2K Accounting Bug
Y2K Accounting BugTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 9691Accepted: 4838DescriptionAccounting for Computer Machinists (ACM) has s...
分类:其他好文   时间:2014-05-27 17:13:16    阅读次数:394
SharePoint 2010 用xsl文件定制列表样式
有时候我们不希望列表用默认的方式显示,要我们自定义的方式定制。其中有一种方式是使用xsl文件。在AllItems.aspx页面中,列表是以webpart的形式显示在页面上的,webpart类型是XsltListViewWebPart,当我们编辑web部件的时候,有一个属性是“XSL 链接”,我们就定...
分类:其他好文   时间:2014-05-27 17:12:38    阅读次数:449
20140526-一个从pdf转换成图片的类,工作当中有用到
20140526-一个从pdf转换成图片的类,工作当中有用到 package com.jako.database.model; import java.awt.Image; import java.awt.Rectangle; import java.awt.image.BufferedImage;...
分类:其他好文   时间:2014-05-27 17:11:55    阅读次数:368
[转]Net 下采用GET/POST/SOAP方式动态调用WebService C#实现
本文转自:http://www.cnblogs.com/splendidme/archive/2011/10/05/2199501.html一直以来,我们都为动态调用WebService方法而烦恼。在.Net环境下,最常用的方法就是采用代理类来调用WebService,可以通过改变代理类的Url属性...
分类:Web程序   时间:2014-05-27 17:11:17    阅读次数:372
iOS 6 的 Smart App Banners 介绍和使用
iOS 6 的 Smart App Banners 介绍和使用Denis留言: 10浏览:4890文章目录[隐藏]什么是 Smart App Banners在你的网站添加 Smart App BannersSmart App Banners 高级使用Smart App Banners 总结WPJAM...
分类:移动开发   时间:2014-05-27 17:10:38    阅读次数:295
@+id/和android:id有什么区别?
Any View object may have an integer ID associated with it, to uniquely identify the View within the tree. When the application is compiled, this ID is...
分类:移动开发   时间:2014-05-27 17:10:02    阅读次数:314
冒泡排序
public class BubbleSort{ public static void main(String[] args){ int score[] = {67, 69, 75, 87, 89, 90, 99, 100}; for (int i = 0; ...
分类:其他好文   时间:2014-05-27 17:09:26    阅读次数:326
DEDE列表页调用文章内容第一张图片(非缩略图)方法
打开 ../ include/ common.func.php添加代码//将缩放图转变为文章第一张图片function firstimg($str_pic){$str_sub=substr($str_pic,0,-7).".jpg";//删除缩略图字符串最后七位,然后再补上后缀.jpgreturn ...
分类:其他好文   时间:2014-05-27 17:06:48    阅读次数:304
Linq递归生成easyui-tree
我把整个类放这里大加参考:public class ClassOrganization { static List org; public List GetOrgTree(string _pid) { List porg = new List(); porg = org.Where(g => g.a...
分类:其他好文   时间:2014-05-27 17:05:33    阅读次数:298
线程间操作无效: 从不是创建控件“控件id”的线程访问它。(.net跨线程执行方法)
找了好久资料,终于解决了,特此记录下来。1 delegate void DelListHandler(string number); /// /// 按标识删除listview内容 /// /// 标识 private void ...
分类:编程语言   时间:2014-05-27 17:04:55    阅读次数:319
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!