会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
AlisonGavin
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
21
下一页
2017年7月25日
css_+_IE8无效解决方法
摘要: 1. IE8,IE7下 CSS相邻选择器无效,jQuery多属性选择器无效解决方法: CSS相邻选择器,替换方法为,使用jQuery的next()方法和CSS()方法, jQuery多属性选择器无效,替换方法为,使用jQuery的单属性方法和children()方法 1.1 1.2
阅读全文
posted @ 2017-07-25 09:44 AlisonGavin
阅读(699)
评论(0)
推荐(0)
2017年7月21日
c:set注意事项
摘要: <c:set var='' value='' />对于value是通过标签来获取的,那么以下设置是错误的:在html体内<c:set var='bea' value='<alison:SystemProperty key="product.batchCard.name" />' />这样的设置是错误
阅读全文
posted @ 2017-07-21 19:07 AlisonGavin
阅读(325)
评论(0)
推荐(0)
It is indirectly referenced from required .class files(导入项目报错原因与解决方法)
摘要: http://www.cnblogs.com/manhuidhu/p/7048318.html 问题:一直找不到相应的.class文件,可能是jdk安装的版本问题,需要将项目的jdk版本与java编译环境的jdk版本一致了。 做个解决方法的笔记: 1.进入windows\preferences\ja
阅读全文
posted @ 2017-07-21 16:37 AlisonGavin
阅读(734)
评论(0)
推荐(0)
2017年7月19日
oracle-01722,函数subtr,instr
摘要: oracle-01722:无效的数字1. 多半是数字类型和字符类型字段做关联了 oracle函数subtr>http://www.cnblogs.com/nicholas_f/articles/1526063.htmlsubstr(字符串,截取开始位置,截取长度) //返回截取的字substr('H
阅读全文
posted @ 2017-07-19 13:21 AlisonGavin
阅读(546)
评论(0)
推荐(0)
2017年7月18日
Oracle问题手册收录一
摘要: 问题: oracle 使用sqlplus在命令行模式下登录系统,提示ORA-12560:TNS: 协议适配器错误原因:确定当前实例是谁,当前实例下的用户是否包含正在进行登录的用户方法:确定当前实例是谁, 设置当前实例,重启相应的服务 set oracle_sid=orcl net stop orac
阅读全文
posted @ 2017-07-18 15:26 AlisonGavin
阅读(133)
评论(0)
推荐(0)
oracle实现查找子字符串在字符串中的个数函数
摘要: create or replace function fn_substrnum(colname in varchar2, old_str in varchar2) return varchar2 is subnum number(10); ...
阅读全文
posted @ 2017-07-18 09:34 AlisonGavin
阅读(1439)
评论(0)
推荐(0)
2017年7月17日
oracle_单引号转义
摘要: ORACLE中,单引号有两个作用: 1.字符串是由单引号引用 2.转义 转义的的用法: 两个单引号表示转义 转载:http://blog.csdn.net/heqiyu34/article/details/7692188
阅读全文
posted @ 2017-07-17 18:39 AlisonGavin
阅读(1812)
评论(0)
推荐(0)
4- Java运算符优先级
摘要: http://www.cnblogs.com/gw811/archive/2012/10/13/2722752.html
阅读全文
posted @ 2017-07-17 15:51 AlisonGavin
阅读(105)
评论(0)
推荐(0)
2017年7月14日
SVN各种图标总结
摘要: SVN各种图标总结 A:add,新增 C:conflict,冲突 D:delete,删除 M:modify,本地已经修改 G:modify and merGed,本地文件修改并且和服务器的进行合并 U:update,从服务器更新 R:replace,从服务器替换 I:ignored,忽略 黄色感叹号
阅读全文
posted @ 2017-07-14 10:19 AlisonGavin
阅读(275)
评论(0)
推荐(0)
2017年7月13日
css的text-overflow与vertical-align与div水平居中
摘要: css_text-overflow的使用含义:检索或设置对象处理溢出内容的方式注意事项: Text overflow can only happen on **block** or **inline-block** level elements, because the element needs
阅读全文
posted @ 2017-07-13 11:41 AlisonGavin
阅读(663)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
21
下一页
公告