码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
springmvc3.2+spring+hibernate4全注解方式整合(二)
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
springmvc3.2+spring+hibernate4全注解方式整合(三)
service接口package com.fangjian.core.platform.service;import com.fangjian.core.platform.po.User;public interface UserService { void saveUser(User use...
分类:编程语言   时间:2014-07-07 11:57:38    阅读次数:209
葡萄城页面报表通过表达式来改变字体大小
如题,做报表时候,有时候要根据是否是合计行,来改变合计行的粗细,大小。可以通过字体的表达式来实现:表达式的通用写法: =iif( Fields!YourFieldName.Value operator "Value to compare", "If condition is met, use thi...
分类:其他好文   时间:2014-07-07 00:28:07    阅读次数:201
[BAT]批处理自动修改区域和语言选项
open a cmd window and type reg query "HKCU\Control Panel\International" which will show you the values as you want them.Then to modify them, use REG A...
分类:其他好文   时间:2014-07-06 23:26:01    阅读次数:1227
hust 1045 Task Arrangement II
题目描述There are N tasks and M resources, each task is asked to use some resources and each resource can only be used by at most one task. You are asked ...
分类:其他好文   时间:2014-07-03 20:35:23    阅读次数:274
MySQL 设置允许远程登录
1、修改数据表可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在 localhost 的那台电脑,登入MySQL后,更改 “MySQL” 数据库里的 “user” 表里的 “Host” 项,从“localhost”改称“%”,%表示所有机器都允许。mysql> use mysq...
分类:数据库   时间:2014-07-03 20:22:03    阅读次数:244
Project configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix
完整错误信息:Description Resource Path Location TypeProject configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix. xunge-web line 1 Maven Configuration Problem解决办法:...
分类:其他好文   时间:2014-07-03 18:11:39    阅读次数:213
Windows平台的Oracle使用USE_SHARED_SOCKET的作用
前两天有位朋友在QQ群问了一个问题,背景如下: 继续问后,有如下回复: 1、对方服务器连接无问题。 2、从client可以telnet服务器的1521端口。 3、tnsping正常。 4、对方服务器没有设置IP信任。 5、windows 2003 server,Oracle 10.1.0.2.0 但从客户端sqlplus就是超时,无法连接。 首先,看下ORA...
分类:数据库   时间:2014-07-03 17:05:04    阅读次数:456
数据库操作常用命令
1.链接数据库:mysql -h localhsot -u root -p2.显示MySql中的数据库:show databases;3.进入数据库:use (数据库名称);4.查看数据库中的表:show tables;5.显示表结构:desc (表名称);6.创建数据库:create badaba...
分类:数据库   时间:2014-07-03 13:16:56    阅读次数:299
Companies Are Very Likely To Use These Bags At A Large Quantity
And what about the cleaning page. When cleaning bags always starts in the middle of the track before cleaning. Taking care of her insides spring, remo...
分类:其他好文   时间:2014-07-02 17:48:37    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!