最新文章列表

Jackson 序列化/反序列化时忽略某属性

基于Spring MVC的RESTful接口基本都使用了Jackson这个类库。 使用过程中总会有 1. 序列化时忽略某属性(如Password) 2. 反序列化时忽略某属性(如HashedPassword) 其实对应在Bean中,就是类的Setter/Getter方法。 Jackson提供了@Jsonignore这个注解,用于在(反)序列化时,忽略bean的某项属性。在Jackson 1.9 ...
wwwcomy 评论(0) 有29630人浏览 2017-10-23 15:12

linux系统总是提示Read-only file system

linux系统总是提示Read-only file system,也就是说系统是只读的,什么也写不了。 一条命令就可以了 mount -o remount rw /
Z_408 评论(0) 有1299人浏览 2015-01-13 09:17

ssh Write operations are not allowed in read-only mode (FlushMode.NEVER/MANUAL)

错误信息 org.springframework.dao.InvalidDataAccessApiUsageException: Write operations are not allowed in read-only mode (FlushMode.NEVER/MANUAL): Turn your Session into FlushMode.COMMIT/AUTO or remove 're ...
heisetoufa 评论(0) 有2601人浏览 2012-08-28 12:31

SqlServer 游标使用规范

定义游标时,如果不是特别需要,使用LOCAL关键显式的将游标定义为局部游标, 尽量避免使用全局(GLOBAL,这是数据库的默认行为)游标;没有特殊需要的话, 尽量使用FORWARD_ONLY READ_ONLY STATIC游标, --For example: DECLARE your_cursor CURSOR LOCAL S ...
greatwqs 评论(0) 有1220人浏览 2012-03-21 14:46

Mozilla Firefox启动报错

今日遇到公司包装的Firefox在某个客户电脑上启动报错,错误如下: 引用 Mozilla Firefox,Portable Edition appears to be running from a location that is read-only.Would you like to temporarily copy it to the local hard drive and run it f ...
依然任逍遥 评论(0) 有1107人浏览 2011-12-09 14:48

mysql 修改 read only 1290

mysql 数据修改出现错误:1290 the mysql server is running with the read-only option 可明明设置权限,对数据库可以操作呀,,网上查了一下: 修改mysql readonly 为false就行了, 具体做法如下: show variables like '%read_only%'; 如果查出来是 on set GLOBAL read ...
ling凌yue月 评论(0) 有8477人浏览 2011-09-29 18:15

OracleDBA之路之Oracle Instance(五)

启动Oracle 使用 startup FORCE强制启动,上次关闭没有完整关闭,把历史清除掉 Restricted Mod 受限管理员维护数据库的时候只有少数特权用户才能连接startup re ...
houzhh 评论(0) 有465人浏览 2011-08-30 23:02

最近博客热门TAG

Java(141744) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54919) .net(54785) Web(54514) 工作(54118) Linux(50905) Oracle(49875) 应用服务器(43289) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37267) 数据结构(36424)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics