jdbc.properties#hibernate settings hibernate.show_sql=truehibernate.format_sql=truehibernate.cache.use_query_cache=truehibernate.cache.provider_class=...
分类:
编程语言 时间:
2014-07-07 12:43:02
阅读次数:
184
新建立了一个replicat set,登录到primary里,show dbs一看吓一跳local数据库竟然占用了80多G的空间[root@wxlab31 bin]# ./mongo --host 10.1.1.31 --port 27017MongoDB shell version: 2.4.6c...
分类:
数据库 时间:
2014-07-07 11:10:21
阅读次数:
294
uva11584:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2631题意:给你一个串,问你这个串最少被划分成多少个子串,才能使得每个子串都是回文子串。题...
分类:
其他好文 时间:
2014-07-03 21:52:42
阅读次数:
237
UVALive:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1504题意:给你一个长度为L的盒子,然后有n个物品,然后给出每个物品的长度,...
分类:
其他好文 时间:
2014-07-03 20:36:08
阅读次数:
250
$("#input_text").click(function(){ $("#input_fonts").show();});$("#input_fonts").hover( function () { $(this).show(); }, function () { $(thi...
分类:
Web程序 时间:
2014-07-02 19:45:42
阅读次数:
208
最近几天散搞哭了,都怪以前看到没好好学。。。 就拿一道题来说事PKU:1151,以前Matrix67写过这道题的BLOG,引用一下: VOJ1056(http://www.vijos.cn/Problem_Show.asp?id=1056) 永远是离散化的经典问题。大意是给定平面上的n个矩形(坐标为...
分类:
其他好文 时间:
2014-07-02 17:29:09
阅读次数:
247
功能说明:显示与设定硬件时钟。语法:hwclock[--adjust][--debug][--directisa][--hctosys][--show][--systohc][--test][--utc][--version][--set--date=<日期与时间>]补充说明:在Linux中有硬件时钟与系统时钟等两种时钟。硬件时钟是指主机板上的时钟设备,也就是通常..
分类:
系统相关 时间:
2014-07-02 15:50:02
阅读次数:
296
/*1.创建数据库*/create database if not exists test_01;/*2.查询所有数据库*/show databases;/*3.使用数据库 */use test_01;/*4.创建表*/create table if not exists BaseUser( ...
分类:
数据库 时间:
2014-07-02 14:11:25
阅读次数:
194
【题目】
Given an input string, reverse the string word by word.
For example,
Given s = "the sky is blue",
return "blue is sky the".
click to show clarification.
Clarification:
What constitutes a word?
A sequence of non-space characters constitutes a word....
分类:
其他好文 时间:
2014-07-02 08:34:34
阅读次数:
170
笔者打算在本周五的新浪SHOW公开课上讲一讲有关智能电视和电视盒子的那些事儿,目前正在四处搜集素材和资料,而最近小米和乐视之间的各种纠纷让我觉得这一领域存在很多超乎想象的猛料可供挖掘,当然,在公开课之前,我也想和大家分享一下我对此事的看法。
最近,有关乐视诉小米盒子侵权胜诉的消息在业界引发了强烈反响,在乐视起诉的十部作品中,法院裁定七部存在侵权,同时判决小米公司赔偿乐视网15万元。...
分类:
移动开发 时间:
2014-07-02 07:22:05
阅读次数:
245