destroy_all and delete_all Destroy the records by instantiating each record and calling its #destroy method.在删除前实例化每条记录,并回调callback execution. ?? :如果想 ...
分类:
其他好文 时间:
2017-12-21 12:02:09
阅读次数:
120
1:SUN提供的反射机制的类: java.lang.Class<T> java.lang.reflect.Constructor<T> java.lang.reflect.Field java.lang.reflect.Method java.lang.reflect.Modifier 2:什么是反 ...
分类:
编程语言 时间:
2017-12-10 22:57:59
阅读次数:
183
设计的聊天窗口如下: 制作过程: 首先,在默认的BorderLayout视图下, 上边也就是North处添加一个JPanel,将Layout调整为BorderLayout,West放一个JLabel用来放照片, Center再放一个JPanel,布局调整为BorderLayout,Center和So ...
分类:
编程语言 时间:
2017-12-10 12:46:17
阅读次数:
261
Provide an implementation of the following interface: public interface Powers extends Iterator { /* Returns the next integer a in the arithmetic seque... ...
分类:
其他好文 时间:
2017-12-10 11:13:54
阅读次数:
160
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) -- Push element x onto stack. pop() -- Remov ...
分类:
其他好文 时间:
2017-12-06 21:58:45
阅读次数:
169
本以为很简单,结果发现还是有些坑啊 1. 安装cx_oracle pip install cx_oracle 2. 下载Instantclient 然后解压将其中的oci.dll拷贝到$Python_Home 或者 $Python_Home\Lib\site-packages 目录下,注意一定要版本 ...
分类:
数据库 时间:
2017-12-04 15:00:56
阅读次数:
173
官方下载oracl软件需要,注册oracle账户。方可下载。。。。 Oracle11.2.0.4 Oracle11.2.0.4 for linux 1-7 http://pan.baidu.com/s/1miwOT6K oracle11R2.4 http://pan.baidu.com/s/1bpb ...
分类:
数据库 时间:
2017-12-04 00:07:34
阅读次数:
195
package util; /** * 模拟一下IOC * @author Steve * */ import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util... ...
分类:
编程语言 时间:
2017-12-03 20:58:05
阅读次数:
297
学习Spring的过程发现注解实在是太多太多了,有些来自于JSR,有些是Spring,有些只是语义上不同,有些是组合注解。 这里做一个总结,懵逼的时候回来看。 1、标记注解 @Configuration 定义:标记该类作为一个特殊配置类。与@Bean配合使用,可以让同一个类的内部,实例化方法实现互相 ...
分类:
编程语言 时间:
2017-11-22 17:39:45
阅读次数:
173
①uncontrolComponent & controlComponent If your form is incredibly simple in terms of UI feedback, uncontrolled with refs is entirely fine. You don’t h ...
分类:
其他好文 时间:
2017-11-18 12:45:48
阅读次数:
233