码迷,mamicode.com
首页 >  
搜索关键字:mini dock    ( 4481个结果
录制视频并生成缩略图
本项目是使用 ThumbnailUtils.createVideoThumbnail(imgPath,Video.Thumbnails.MINI_KIND) 做出的一个使用系统录像界面录制视频并生成一个视频缩略图的小例子。
分类:其他好文   时间:2014-12-23 10:15:45    阅读次数:160
python 写入excel表格
from pyExcelerator import * w = Workbook() ws = w.add_sheet(‘Hey, Hades‘) ws.write(0,0,‘bit‘) ws.write(0,1,‘huang‘) ws.write(1,0,1) w.save(‘mini.xls‘) 需要注意的是从数据库取出来的数据(有中文)写到...
分类:编程语言   时间:2014-12-18 19:13:10    阅读次数:223
UISlider的详细使用
UIslider是一个方便的控件,让用户能够以可视化的方式设置指定范围内的值。和按钮一样,滑块也能响应事件,还可像文本框一样被读取。如果希望用户对滑块的调整立刻影响应用程序,则需要让他触发操作。 UISlider *slider = [[UISlider alloc] initWithFrame:CGRectMake(0, 0, 200, 20)]; //初始化 slider.mini...
分类:其他好文   时间:2014-12-18 15:14:34    阅读次数:240
Building Xcode iOS projects and creating *.ipa file from the command line
For our development process of iOS applications, we are using Jenkins set up on the Mac Mini Server, acting as aContinuousIntegration (CI) server. It’...
分类:移动开发   时间:2014-12-18 15:06:15    阅读次数:205
winform Form窗体和UserControl用户空间嵌入Panel容器并填充
private void sbtbflList_Click(object sender, EventArgs e) { ucxmflList ucfl = new ucxmflList();//用户控件 ucfl.Dock = DockStyle.Fill;//填充panel scPanaels.P...
分类:Windows程序   时间:2014-12-18 13:15:01    阅读次数:232
atitit.软件开发GUI 布局管理优缺点总结java swing wpf web html c++ qt php asp.net winform
atitit.软件开发GUI 布局管理优缺点总结java swing wpf web html c++ qt php asp.net winform   1. 布局的继承结构 1 2. Absoluti 布局(常用) 1 3. Dock、Anchor布局//SpringLayout  (常用) 2 4. Flow 布局(不常用) 2 5. BorderLayout (不常用) 2 6...
分类:编程语言   时间:2014-12-18 01:43:47    阅读次数:469
CentOS6.4安装Docker
首先,需要安装EPEL仓库 # wget http://mirrors.yun-idc.com/epel/6/i386/epel-release-6-8.noarch.rpm # rpm -ivh epel-release-6-8.noarch.rpm 安装docker-io # yum -y install docker-io 启动docker服务 # /etc/init.d/dock...
分类:其他好文   时间:2014-12-17 12:53:52    阅读次数:194
微软职位内部推荐-Software Engineer II-Data Mini
微软近期Open的职位:Are you looking for a big challenge? Do you know why Big Data is the next frontier for innovation, competition and productivity? Come join...
分类:其他好文   时间:2014-12-14 11:56:51    阅读次数:248
基于二维码的移动互联应用
分享开发 Android 手机应用的开发经验——QR生成器转:http://android-mini.iteye.com/blog/736299?page=2 声明一下:本次活动是谷歌举办的,要求是在校大学生。我今年本科毕业,但是继续上研了,目前好像处于无人管阶段,即不属于人事部也不属于教育部,不知...
分类:移动开发   时间:2014-12-13 13:27:10    阅读次数:264
Mac OS X 10.10更新及体验
前一阵子,更新了Mac OS 10.10 Yosemite,总体用起来感觉还是很不错的,是很值得升级,相对于10.9 Mavericks优化了不少东西。我之前写的使用教程有一些也就不适用了;比如更换Dashboard中的背景,10.10中Dashboard的背景已经改为了当前壁纸的模糊图像。我这个人对系统要求比较高,不合意的系统用不惯,所以观望了一阵子才升级。 下面先说一下Mac OS...
分类:系统相关   时间:2014-12-13 00:57:46    阅读次数:324
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!