本文转自:http://www.programmersedge.com/post/2013/03/05/ssis-execute-sql-task-mapping-parameters-and-result-sets.aspx#.U18_6PmSxBkA
very common scenario i...
分类:
移动开发 时间:
2014-04-30 18:34:53
阅读次数:
548
Given a digit string, return all possible
letter combinations that the number could represent.A mapping of digit to
letters (just like on the telephon...
分类:
其他好文 时间:
2014-04-30 03:52:56
阅读次数:
411
一、修改系统默认语言及中文乱码问题记录系统默认使用语言的文件是/etc/sysconfig/i18n,如果默认安装的是中文的系统,i18n的内容如下:
LANG="zh_CN.UTF-8" SYSFONT="latarcyrheb-sun16" SUPPORTED="zh_CN.UTF-8:zh_C...
分类:
系统相关 时间:
2014-04-30 01:14:51
阅读次数:
607
--setgithubproxygitconfig--globalhttp.proxyhttp://user_name:user_pwd@user_ip:portgitconfig--systemhttp.sslcainfo/bin/curl-ca-bundle.crt--cancelproxygi...
分类:
其他好文 时间:
2014-04-30 01:13:49
阅读次数:
507
define(function(require,exports,moudles){ return
function(jquery){ (function($) { $.fn.pri= function() { alert...
分类:
Web程序 时间:
2014-04-30 00:07:13
阅读次数:
634
中文字体位置 FontPath
"/usr/local/lib/X11/fonts/misc/:unscaled" FontPath
"/usr/local/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/local/lib/X...
分类:
其他好文 时间:
2014-04-29 21:45:36
阅读次数:
796
ORMORM(Object Relation Mapping)对象关系映射实质:将数据库中
的业务数据用对象的形式表现出来,使用ORM在业务逻辑层和数据访问层之间充当桥梁核心原则:简单性传达性精确性优点:面向对象提高效率方便转移数据库缺点:A.
不够灵活,对于复杂的查询,ORM还是力不从心B. 执行...
分类:
其他好文 时间:
2014-04-29 21:35:18
阅读次数:
3377
$.support.leadingWhitespace如果是false, 就是ie8及以下,
如果是true, 就是新的浏览器, 包括firefox, chrome, ie9以上
分类:
其他好文 时间:
2014-04-29 17:14:47
阅读次数:
255
前几天在安装一套RAC服务器的过程中,遇到了蓝屏事件,折腾了蛮久(在排查是否存在硬件问题上花费了相当多一部分时间),整个过程大概说明如下: 1、两台华为的PC
SERVER,操作系统为WIN SERVER 2008 R2,装11.2.0.3的Oracle集群。 2、第一次安装到准备在第二节点...
分类:
数据库 时间:
2014-04-29 17:13:28
阅读次数:
830
实用正则org.springframework.aop.support.RegexpMethodPointcutAdvisor然后 .*_cache.*
表示拦截...
分类:
编程语言 时间:
2014-04-29 16:25:10
阅读次数:
510