码迷,mamicode.com
首页 >  
搜索关键字:uinty3d 自动布局 auto layout    ( 21872个结果
Android 开发中关于layoutinflater
Inflater英文意思是膨胀,在Android中应该是扩展的意思吧。 LayoutInflater的作用类似于 findViewById(),不同点是LayoutInflater是用来找layout文件夹下的xml布局文件,并且实例化!而 findViewById()是找具体某一个xml下的具体 ...
分类:移动开发   时间:2014-05-16 09:20:39    阅读次数:432
android之Activity的生命周期
android之Activity的生命周期,外加测试案例说明。...
分类:移动开发   时间:2014-05-15 09:20:33    阅读次数:479
java学习记录(1):layout
BorderLayout布局管理器:BorderLayout也是一种非常简单的布局策略,它把容器内的空间简单地划分为:North,South,East,West和Center5个区域,每加入一个组件都应该指明把这个组件加在哪个区域中。BorderLayout是顶层容器(Window,Frame,Dialog)的默认布局管理器。BorderLayout..
分类:编程语言   时间:2014-05-15 08:35:13    阅读次数:315
Java中的图形界面编程
final JLabel j1=new JLabel("测试"); JButton jb=new JButton("测试事件监听"); jb.addMouseListener(new MouseAdapter(){ public void mousePressed(MouseEvent e){ j1.setText("鼠标按下");/j1必须用final修饰。 } });...
分类:编程语言   时间:2014-05-15 06:33:25    阅读次数:397
CSS cursor 属性
值 描述 url 需使用的自定义光标的 URL。 注释:请在此列表的末端始终定义一种普通的光标,以防没有由 URL 定义的可用光标。 default 默认光标(通常是一个箭头) auto 默认。浏览器设置的光标。 crosshair 光标呈现为十字线。 pointer 光标呈现为指示链接的指针(一只手) move ...
分类:Web程序   时间:2014-05-15 05:32:35    阅读次数:1537
source insight实用技巧
1 sourceinsight screen font 的默认字体是Verdana的,它是一直变宽字体。在Document style中可以将字体改为定宽的Courier 2   document options->auto indent 去掉indent Open Brace和Indent Close Brace的效果: 继上一段,在相对缩进行里, 如果输入"{"或"}", 则自动和上一行...
分类:其他好文   时间:2014-05-15 04:33:36    阅读次数:330
boost
std::auto_ptr 析构的时候调用 delete 操作符来自动释放所包含的对象boost::scoped_ptr / boost::scoped_array不能传递它所包含的对象的所有权 到另一个作用域指针boost::shared_ptr /boost::shared_array在内部记录...
分类:其他好文   时间:2014-05-15 02:01:07    阅读次数:353
java流工具类使用很方便
package com.auto.generate.utils ; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import j...
分类:编程语言   时间:2014-05-14 19:54:12    阅读次数:439
php Cannot modify header information 和 Cannot send session cache limiter
在php开发中遇到两个问题 (1)Cannot send session cache limiter        解决方式  找到 php.ini        修改php.ini中的 session.auto_start = 0 为 session.auto_start = 1 (2)Cannot modify header information    解决方式  找...
分类:Web程序   时间:2014-05-14 14:28:55    阅读次数:396
【mysql案例】mysql5.6.14配置my.cnf多实例,mysql_install_db初始化不读取my.cnf配置文件
mysql5.6.14配置my.cnf多实例,mysql_install_db初始化不读取my.cnf配置文件 [ERROR] InnoDB: auto-extending data file ./ibdata1 is of a differentsize 768 pages (rounded down to MB) than specified in the .cnf file: initial65536 pages, max 0 (relevant if non-zero) pages! 2014-0...
分类:数据库   时间:2014-05-14 14:20:48    阅读次数:412
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!