码迷,mamicode.com
首页 >  
搜索关键字:container    ( 5967个结果
Ogre输出屏幕2d文字(Overlay文字)
Ogre文字的生成方法分为:配置文件创建 和 程序创建两中. 两者异曲同工, 都是实现类似定义结构 首先文字定义说明, 然后定义文字2d层,在层中添加container,再加TextArea. 2d-overlay ->container ->container/element 其中配置文件配置比较灵活易于理解...
分类:其他好文   时间:2014-11-10 01:15:15    阅读次数:455
The confusion about jsp four scopes and ServletContext,HttpSession,HttpServletReqest,PageContext
The jsp four scopes are same with ServletContext,HttpSession,HttpServletRequest,PageContext?            How servlet is initialized by servlet container,is also order?                 In a jsp or s...
分类:Web程序   时间:2014-11-10 01:12:21    阅读次数:230
'Basic' attribute type should not be a persistence entity/a container
在使用IDEA进行HIbernate开发时,从datasource得到的实体映射并不理想,需要手动更改。 在向实体类添加属性的Setter时,暂时会有红色tip:'Basic' attribute type should not be a persistence entity 或者 'Basic' attribute type should not be a container。 然...
分类:其他好文   时间:2014-11-08 19:43:07    阅读次数:2019
Android Fragment
1. add a fragment to a viewFragmentManager fm = getFragmentManager();FragmentTransaction ft = fm.beginTransaction();ft.add(R.id.fragment_container, mF...
分类:移动开发   时间:2014-11-08 11:58:29    阅读次数:184
Sencha Touch 给 Panel 注册点击事件(tap)和其他touchstart,touchend 等事件
Sencha Touch panel 以及 container事件中并没有点击事件,但有时我们需要给一个面板添加点击事件该如何实现呢,话不多说具体实现代码如下。 Ext.getCmp('panel_id').element.on({ tap : function() { alert("你点击了panel"); ...
分类:其他好文   时间:2014-11-07 17:03:37    阅读次数:186
ASP.NET 为GridView添加序号列,且支持分页连续累计显示
实现自动生成序号的方法很多,最常见的是通过添加GridView1_RowDataBound方法,然后在里面依据实际情况计算序号,我这人希望能越简单且越好用就最好了,所以我采用了上面的方法,核心代码是:(Container.DataItemIndex + GridView1.PageIndex+1),...
分类:Web程序   时间:2014-11-07 14:35:00    阅读次数:290
Hadoop on Docker
接触Docker一年多,那时Docker才刚起步不久,到现在受欢迎程度可以说是如火如荼。当时主要做云计算方面的东西,需要一种机制来隔离用户间的应用。在网上看了很多资料,发现了一种容器技术,叫LXC(linux container),可以用来作为沙箱隔离,也可以分配不同的内存,cpu给容器。由于L.....
分类:其他好文   时间:2014-11-07 00:43:55    阅读次数:661
避免同一activity下 多个fragment 切换时重复执行onCreateView方法
private?View?rootView;//缓存Fragment?view @Override public?View?onCreateView(LayoutInflater?inflater,?ViewGroup?container,?Bundle?savedInstanceState)?{ if(rootView==null){ root...
分类:其他好文   时间:2014-11-06 17:57:20    阅读次数:198
【读书笔记】《Java Web整合开发实践》第3章 JSP
1. JSP:Java Server Pages2. JSP注释:3. page指令(页面指令):定义JSP页面的全局属性。常见属性见下表:属性定义language=”ScriptLanguage”指定JSP Container用什么语言来编译,目前只支持JAVA语言。默认为JAVAextends=...
分类:编程语言   时间:2014-11-04 18:58:06    阅读次数:416
Bootstrap 类解析
Bootstrap 类解析元素Bootstrap 类定义container内容容器table表格table-striped带条纹背景的表格btn按钮btn-success成功按钮glyphicon字形图标glyphicon-pencil铅笔图标glyphicon-user用户图标glyphicon-...
分类:其他好文   时间:2014-11-04 10:49:13    阅读次数:321
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!