码迷,mamicode.com
首页 >  
搜索关键字:component    ( 5606个结果
读书笔记 chapter1
-- chapter1. //7.-- Le`s Make a Gmae Using Molehill* Vector3D: containing an x, y, and z component* Normal: a Vector3D that has a length of one* Matri...
分类:其他好文   时间:2014-08-20 19:35:42    阅读次数:227
基于Cookie跨域的单点登录问题
由于项目中,需要用的单点登录,主要的思路是:系统1:用户名密码-->写入Cookie-->其他系统读取Cookie。1、在同一个服务器下的Cookie共享@Component("userLoginAction")@Namespace("/userLogin")@ParentPackage("json...
分类:其他好文   时间:2014-08-20 16:06:22    阅读次数:186
ICA学习笔记
1. 独立成分分析(ICA)的起源:独立成分分析(Independent Component Analysis),最早应用于盲源信号分离(Blind Source Separation,BBS)。起源于“鸡尾酒会问题”,描述如下:在嘈杂的鸡尾酒会上,许多人在同时交谈,可能还有背景音乐,但人耳却能准确...
分类:其他好文   时间:2014-08-20 12:01:42    阅读次数:594
Java之GUI编程
可采用的库为AWT,即abstract windowtoolkit 当前第二代GUI开发库为Swing,具有更加完善的控件支持。 Component与Container是AWT中最重要的两个类,其中Component是所有控件类的父类,而Container是Window、Frame、Panel等容器类的父类。 布局坐标系,水平方向为x轴,竖直方向为y轴。 布局管理器...
分类:编程语言   时间:2014-08-19 22:30:05    阅读次数:283
Spring:启动项目时加载数据库数据(总结)
在项目中需要启动程序时,要将数据库的用户信息表加载到内存中,找到一下几种方式。1、实现ApplicationListener接口,重写onApplicationEvent方法,可以在项目启动的时候执行该方法。@Component("userInit")public class UserInit im...
分类:数据库   时间:2014-08-19 18:58:25    阅读次数:272
修改Spring默认的单例模式
在我们的项目中,通过Spring来管理业务逻辑Bean,但是Spring Bean的作用域默认是单例,而我们的业务逻辑Bean不是线程安全的,所以需要将Spring Bean改为多例模式。为单个Bean设置单例或者多例,可以通过设置singleton属性。而通过context:component-s...
分类:编程语言   时间:2014-08-19 16:05:24    阅读次数:182
设计模式之组合模式(Composite)
1、定义 组合模式(Composite Pattern)也叫合成模式,将对象组合成树形结构以表示“整体-部分”的层次结构,使得用户对单个对象和组合对象的使用具有一致性。 2、通用类图 Component抽象构件角色:定义参加组合对象的共有方法和属性,可以定义一些默认的行为或属性。 Leaf叶子构件:...
分类:其他好文   时间:2014-08-18 20:11:32    阅读次数:249
AD PCB中两个不同高度器件重叠 软件报警告变绿
这个问题遇到几次了,每次都要在网上搜索解决方法,今天记下来! 在规则里面不检查器件高度这项应该是最简单,也不影响其他规则的方法了! 具体操作: Design - rules - Component Clearance ,把下图2的位置 勾选去掉!
分类:其他好文   时间:2014-08-18 10:32:53    阅读次数:193
Visual Studio 新建项目报错" this template attempted to load component assembly 'NuGet.VisualStudio.Interop, ….".
"Error: this template attempted to load component assembly 'NuGet.VisualStudio.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50...
分类:其他好文   时间:2014-08-15 19:19:39    阅读次数:185
Android学习路线(二十三)运用Fragment构建动态UI——Fragment间通讯
In order to reuse the Fragment UI components, you should build each as a completely self-contained, modular component that defines its own layout and behavior. Once you have defined these reusable Fragments, you can associate them with an Activity and conn...
分类:移动开发   时间:2014-08-15 01:33:16    阅读次数:333
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!