码迷,mamicode.com
首页 >  
搜索关键字:was not declared    ( 387个结果
Java Reflection 概述
Reflection 被视为动态语言的关键,反射机制允许程序在执行期借助于 Reflection API 取得任何类的内部信息,并能直接操作任意对象的内部属性及方法反射类:java.lang.Class 是反射的源头,下面以 Java 程序运行过程来说明清楚: 我们写代码新建的一个类,通过编译(ja... ...
分类:编程语言   时间:2017-03-18 00:59:59    阅读次数:197
maven依赖信息获取
1、mvn dependency:analyze 首先是"Used declared dependencies found",指项目中使用到,但是没有显示声明的依赖,如果有的话,需要在pom中添加依赖声明;另外就是“Unused declared dependencies found”,指项目中未使 ...
分类:其他好文   时间:2017-03-13 18:53:53    阅读次数:282
hibernate dynamic-update="true" 的一点应用
dao层代码 biz层(因为使用的是hibernate的getCurrentSession()方法 所以所有的操作都需要提交事务) 如果是开启了动态更新 那么你在commit之前select到的bean对象,这时再次set不同值进去 然后commit,hibernat会自动判断如果新set的值有变化 ...
分类:Web程序   时间:2017-03-10 20:36:25    阅读次数:220
一个简单的java web 项目
本文实现一个简单的 java web 项目,包括以下5个功能: 1. 登录 用户默认主页index.jsp , 可选择登录功能,输入用户名和密码,若登录成功,则进入产品管理总页面main.jsp。若不成功仍退回index.jsp 2. 注册 用户默认主页index.jsp , 可选择注册功能 ,若注 ...
分类:编程语言   时间:2017-03-08 00:23:08    阅读次数:266
cassandra 存储list数组
demo如下: Collection type A collection column is declared using the collection type, followed by another type, such as int or text, in angle brackets. F ...
分类:编程语言   时间:2017-03-07 19:24:23    阅读次数:358
[C++] Fucntions
Statements A break statements terminate the nearest wile, do while, for or switch statement. A break affect only the nearest enclosing loop or switch. ...
分类:编程语言   时间:2017-02-25 22:56:04    阅读次数:271
Layouts
【Layouts】 Each layout file must contain exactly one root element, which must be a View or ViewGroup object. After you've declared your layout in XML, ...
分类:其他好文   时间:2017-01-08 23:54:46    阅读次数:389
c语言中三个点的解释 : variadic
3.6 Variadic Macros A macro can be declared to accept a variable number of arguments much as a function can. The syntax for defining the macro is simi ...
分类:编程语言   时间:2016-12-30 17:25:52    阅读次数:239
JAVA基础 Exception, Error
转载请附上本文地址: http://www.cnblogs.com/nextbin/p/6219677.html 本文参考: JAVA源码 http://swiftlet.net/archives/998 http://blog.csdn.net/kingzone_2008/article/deta ...
分类:编程语言   时间:2016-12-25 17:35:45    阅读次数:271
单列模式
单例模式 定义:定义:确保一个类只有一个实例,而且自行实例化并向整个系统提供这个实例。 类型:类型:创建类模式 类图:类图: 图片 1.1图片 1.1 singleton 类图知识点:类图知识点: 1.类图分为三部分,依次是类名、属性、方法 2.以<<开头和以>>结尾的为注释信息 3.修饰符+代表p ...
分类:其他好文   时间:2016-12-09 07:46:04    阅读次数:273
387条   上一页 1 ... 22 23 24 25 26 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!