本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- zysnba
- xiangjie88
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sichunli_030
- sam123456gz
- arpenker
- tanling8334
- 龙儿筝
- kaizi1992
- gaojingsong
- xpenxpen
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
could not find xxx generator
学习了一下ror,使用其中的脚手架命令scafflod,想感觉一下ror告诉我的轻松、美好的开发感觉,但是却报了一个错误。命令错误如下:
java 代码
F:\RadRails\workspace\depot>ruby script/generate scaffold product admin
exists app/controllers/
...
Get iframe content
When use iframe embedded in the main page,maybe you want to access/set the content for some nodes in the iframe.
So you try to touch the page in iframe,the attachment will help you much more.
Installing Apache Http Server on Linux
Overview for the impatient
Download
$ lynx http://httpd.apache.org/download.cgi
Extract
$ gzip -d httpd-NN. ...
Dan Pritchett and Randy Shoup: The eBay Architecture
Johannes Ernst's Blog
This week, I attended a very interesting presentation by Dan Pritchett and Randy Shoup, both senior technologists at eBay, on eBay's architecture. Some of it was as I would ...
每天一剂Rails良药之Authentication
今天我们来看看Rails怎么处理登录认证
虽然Rails有很多登录认证的插件,但是我们可以自己动手丰衣足食
1,db/migrate/001_add_user_table.rb
class AddUserTable < ActiveRecord::Migration
def self.up
create_table :users do |t|
t.colum ...
Generic Data Access Objects
Generic Data Access Objects普通数据访问对象,这个是Hibernate官方网站上面的一个DAO类的设计模式,基于JDK5.0范型支持,文章地址如下:http://www.hibernate.org/328.html我下面的代码与Hibernate官网上提供的有点不同。 首先定义DAO类的接口IGenericDAO,该接口定义了共同的CRUD操作:<o:p>< ...
使用SimpleDateFormat必须注意的问题
在使用SimpleDateFormat的经常会有一些错误的用法,例如如下方式:public class TestDateFormat{ private SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); public
再次证明JDK1.5泛型实现原理
在这篇文章中用Jad说明了JDK1.5中的泛型是擦拭法实现,实际是通过编绎前处理,或者编译器实现的。但有人说Jad还不支持1.5的语法,那么从另一个角度证明一下,就有了这篇文章。
import
java.util.ArrayList;
public
class
Generic
...
Access中使用查询的一个小细节
在Access中使用查询时,注意勾选此项,否则类似这样的语句SELECT *FROM Eric_RolesWHERE roleName like '%'&@ID&'%';会出现错误不勾选此项可以用SELECT *FROM Eric_RolesWHERE roleName like '*' & @ID & '*';此句代替
最近博客热门TAG
Oracle(49876) MySQL(37268) SQL Server(17623) Access(9329) DB2(4271) Redis(3181) Sybase(2414) 数据挖掘(2098) MongoDB(2014) SQLite(1817) PostgreSQL(1635) HBase(1492) NoSQL(1000) HSQLDB(620) Informix(581) Derby(578) Cassandra(375) PowerBuilder(333) CouchDB(113) TokyoCabinet(87)