码迷,mamicode.com
首页 >  
搜索关键字:thin thick    ( 416个结果
JAVA问题String literal is not properly closed by a double-quote
String literal is not properly closed by a double-quote 这个错误:string字串没有以双引号结束String DBURL = "jdbc:oracle:thin:@192.168.1.25:1521:ora10g";这句最后面少一个双引号 s ...
分类:编程语言   时间:2017-09-04 14:55:55    阅读次数:268
java -d
DB_SERVER_URL="-Ddatasource.driver=oracle.jdbc.OracleDriver -Ddatasource.url=jdbc:oracle:thin:@127.0.0.1:1521/CBSDB -Ddatasource.username=pcorenew -Dd ...
分类:编程语言   时间:2017-09-01 21:21:27    阅读次数:104
51nod 1199 Money out of Thin Air(线段树+树剖分)
http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1199 题意: 思路:因为是一棵树,所以需要把它剖分一下再映射到线段树上,剖分的话只需要dfs一遍树即可,得到的dfs序就是每个结点在线段树中的位置,子树上的节点的编号都是连 ...
分类:其他好文   时间:2017-08-26 14:24:41    阅读次数:204
关于jdbc的数据库驱动类DriverManager.getConnection()参数
关于jdbc的数据库驱动类DriverManager.getConnection()参数 关于jdbc的数据库驱动类DriverManager.getConnection()参数 1、Oracle8/8i/9i数据库(thin模式) Class.forName("oracle.jdbc.driver ...
分类:数据库   时间:2017-08-22 12:33:34    阅读次数:182
June 10th 2017 Week 23rd Saturday
A lot of things, we can be touched, but we can not shed tears. 很多事情,我们可以感动,却不能流泪。 Sometimes I was touched by the scenes I saw, that often made me thin ...
分类:其他好文   时间:2017-08-19 14:09:58    阅读次数:148
JDBC连接各种数据库的字符串
JDBC连接各种数据库的字符串大同小异,在此总结一下,备忘。 oracle driverClass:oracle.jdbc.driver.OracleDriver url:jdbc:oracle:thin:@127.0.0.1:1521:dbnamemysql driverClass:com.mys ...
分类:数据库   时间:2017-08-16 14:04:07    阅读次数:159
ST500LT012-1DG142硬盘參数
ATA 设备物理信息 制造商 Seagate 硬盘名称 Momentus Thin 500LT012 形状特征 2.5" 格式化容量 500 GB 盘片数 1 记录面 2 外形尺寸 100.35 x 69.85 x 7 mm 最大重量 95 g 平均延迟时间(潜伏期) 5.6 ms 盘片转速 540 ...
分类:其他好文   时间:2017-08-13 17:43:30    阅读次数:100
poj 2942 Knights of the Round Table - Tarjan
Being a knight is a very attractive career: searching for the Holy Grail, saving damsels in distress, and drinking with the other knights are fun thin ...
分类:其他好文   时间:2017-08-10 22:24:37    阅读次数:182
关于虚拟机磁盘创建模式说明
创建磁盘时,会进行两个操作:分配空间、置零1、厚置备延迟置零:默认的创建格式,创建磁盘时,直接从磁盘分配空间,但对磁盘保留数据不置零。所以当有I/O操作时,只需要做置零的操作。磁盘性能较好,时间短,适合于做池模式的虚拟桌面2、厚置备置零(thick):创建群集功能的..
分类:其他好文   时间:2017-08-10 15:08:41    阅读次数:147
CSS学习总结(持续更新,反复总结,提炼精华)
一、css属性分析(8/9晚上开始更新) 1、border边框属性 border-width不支持百分比,默认3px,关键字thin=1px,medium=3px,thick=5px,border-style:double至少3px 虚线在浏览器中存在兼容性问题,谷歌火狐宽高比3:1,IE2:1,所 ...
分类:Web程序   时间:2017-08-09 11:23:04    阅读次数:150
416条   上一页 1 ... 11 12 13 14 15 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!