码迷,mamicode.com
首页 >  
搜索关键字:with_items    ( 3511个结果
wince7软键盘样式的选择
wince系统自带的软键盘有两种样式,可通过Catalog Items View窗口中Shell and User Interface-->User Interface-->Software Input Panel下的SIP for Large Screens和SIP for Small Screens这两个组件来选择。 选择SIP for Large Screens效果: 选择SIP...
分类:Windows程序   时间:2015-03-03 18:41:52    阅读次数:301
c# 文件遍历
DirectoryInfo TheFolder=new DirectoryInfo(folderFullName); //遍历文件夹 foreach(DirectoryInfo NextFolder in TheFolder.GetDirectories()) this.listBox1.Items...
分类:Windows程序   时间:2015-03-03 11:24:22    阅读次数:131
[翻译] FBLikeLayout
FBLikeLayoutThis is an UICollectionView layout inspired by the photo section of facebook. This layout loads squared items with randomic full size item...
分类:其他好文   时间:2015-03-02 23:38:30    阅读次数:216
IOS中UIButton的背景图像无法正常显示的原因
主要是在将图像引入项目中,没有选择Destination:Copy items if needed一项。 没有选择Destination:Copy items if needed一项,图像只能是以链接的形式存在于项目中,当图像移动路径时,项目中的图像就无法正常显示。所以,以后只要把其他资源引进项目....
分类:移动开发   时间:2015-03-02 22:29:10    阅读次数:148
熟悉淘宝API
今天工作内容是熟悉了淘宝的几个API,主要是taobao.user.seller.get 查询卖家用户信息taobao.items.onsale.get 获取当前会话用户出售中的商品列表第一步:先注册了沙箱测试账号,sandbox_yb_ysp,密码111111第二步:下载SDK,导入自己新建的项目...
分类:Windows程序   时间:2015-03-02 22:15:00    阅读次数:203
jQuery复选框操作
<html> <head> <script type="text/javascript" src="jquery-1.3.2.min.js"></script> <script type="text/javascript"> $(function(){ ? $(‘#CheckedAll‘).click(function(){ ? ? $(‘[name=items]:checkbox‘)...
分类:Web程序   时间:2015-03-02 19:27:34    阅读次数:125
fileOP
1 public void getFileDir(String filePath) { 2 try{ 3 this.tv.setText("当前路径:"+filePath);// 设置当前所在路径 4 items =...
分类:其他好文   时间:2015-02-28 16:01:38    阅读次数:105
drupal form 中图片上传
1.创建url 链接到form$items['qianfeng/add'] = array( 'title' => t('加入信息'), 'page callback' => 'drupal_get_form', 'page arguments' => array('qianfeng_add'...
分类:Web程序   时间:2015-02-27 21:25:08    阅读次数:144
wince7中实现对中文的支持
目的:使wince7系统能支持显示中文 步骤: 1、在Catalog Items View窗口中勾选如下组件    在Core OS->Windows Embedded Compact->Fonts->Scripts->Chinese(Simplified)中选择SimSun & NSimSun。    在Core OS->Windows Embedded Compact->Interna...
分类:Windows程序   时间:2015-02-27 10:10:02    阅读次数:328
20150226—C# winform中的ListView解析
ListView在WinForm中多用于表的构建,可以直观的显示表的信息,其格式如同SQL的表这是他的位置,在公共控件中:Listview的几个重要属性:Columms(集合)、Groups(集合)、Items(集合)、View(视图)、以及Items中的SubItems(集合)其中View共有5种...
分类:Windows程序   时间:2015-02-27 08:46:03    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!