using System;using System.Collections.Generic;using System.Data;using System.Reflection;namespace Framework.Utility{ /// /// 反射操作工具类 /// ...
分类:
其他好文 时间:
2014-08-19 20:41:35
阅读次数:
357
offset:比如要存储如下词:term,termagancy,termagant,terminal节省存储position:
分类:
其他好文 时间:
2014-08-17 02:27:31
阅读次数:
210
Oracle Streams STRMMON Monitoring
Utility [ID 290605.1]
In this Document
Purpose
Scope and Application
Oracle Streams
STRMMON Monitoring Utility
Installation
Usage
Output
Known proble...
分类:
数据库 时间:
2014-08-17 01:09:21
阅读次数:
568
/***作者:牛腩*创建时间:2010年3月7日17时35分*类说明:对MYSQL数据库的操作类*/usingSystem;usingSystem.Data;usingMySql.Data.MySqlClient;namespaceNiunan.BYLW.Utility{///对MYSQL数据库的操...
分类:
数据库 时间:
2014-08-15 14:35:08
阅读次数:
174
除了Java collection class/interface外,方便的有Google guava的utility class: Lists/Sets/Maps/Queues, 用它们可以方便地创建List等object。List list = Lists.newArrayList(); or ...
分类:
编程语言 时间:
2014-08-14 01:11:07
阅读次数:
243
var container = $('.option'), scrollTo = $(".checktype").children("li").eq(highlightindex); container.scrollTop( scrollTo.offset().top - container.off...
分类:
其他好文 时间:
2014-08-13 18:11:07
阅读次数:
200
转载To set up debugging for pages1. Log into the server that is running the AOS.2. Open the Microsoft Dynamics AX Server Configuration utility (Start > ...
分类:
其他好文 时间:
2014-08-13 17:52:36
阅读次数:
341
1、offset()获取匹配元素在相对浏览器窗口的偏移量 返回一个对象,包括两个属性。left:相对浏览器窗口左边的距离。top:相对浏览器顶部的距离。 $("#div1").offset().left; //返回id为div1相对于浏览器窗口最左边的距离 $("#div1").offset...
分类:
Web程序 时间:
2014-08-13 14:45:56
阅读次数:
318
auto_increment_increment=10; #自增量每次增加的值改为10,auto_increment_offset=2; #第一次加载数值时的偏移值的个位值auto_increment_offset 小于auto_increment_increment
分类:
数据库 时间:
2014-08-13 14:26:16
阅读次数:
250
==text-shadow==语法:text-shadow: x-offset y-offset blur-radius colortext-shadow:X 轴偏移量 Y轴偏移量 模糊半径 阴影颜色兼容性,兼容标准浏览器, ie你懂的=参数说明=X 轴偏移量:是指阴影水平偏移量,其值可以是正负值,...
分类:
Web程序 时间:
2014-08-13 12:29:16
阅读次数:
379