- 博客(4)
- 资源 (33)
- 收藏
- 关注
原创 div内的文字上下滚动显示
var divscroll = document.getElementById('scroller');//scroller表示div的idvar wholeHeight = divscroll.scrollHeight;var divHeight = divscroll.clientHeight;setInterval(function scroll() { var scroll...
2019-12-13 10:16:14
1308
原创 PL/SQL Developer 连接远程数据库
1.下载instantclient-basic-nt-11.2.0.3.0.zip(试过最新版本的instantclient-basic-nt-19.3.0.0.0dbru.zip不知道为什么不行)解压到D盘(也可以是其他位置),下载链接: https://pan.baidu.com/s/1bV6HN33ws1JZAvsDWSpk9A 提取码: tchj(也可以去官网下载)2.下载PL...
2019-09-02 18:58:54
235
原创 Oracle使用游标在user_col_comments和user_tab_comments寻找user_col_comments的comments同时包含‘账号’和‘证件’的表名
declare cursor v_cursor is select t1.table_name,t1.comments as uc_comments,t2.comments as ut_comments from user_col_comments t1,user_tab_comments t2 where t1.table_name=t2.table_name order b...
2019-07-13 16:51:26
600
原创 Spring的配置文件模板(the basic structure of XML-based configuration metadata)
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http...
2014-05-01 12:59:32
516
org.springframework.transaction-3.1.0.M1.jar
2012-08-23
org.springframework.transaction-3.0.0.M4.jar
2012-08-23
hibernate-entitymanager-3.3.2.CR1.zip
2014-04-07
smartupload.jar
2012-12-05
apache-log4j-1.2.15.zip
2012-11-17
hibernate_new.rar
2012-11-17
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人