上一页 1 2 3 4 5 6 7 ··· 13 下一页
摘要: DepartmentVacanciesTotalSkill SetExperienceLanguageISFAAssistant Manager1Finance Accounting7yrsJapanese & EnglishSystemsSoftware Engineer1Oracle; OBIEE3yearsEnglishSystemsSr. Software Engineer1Andriod... 阅读全文
posted @ 2015-03-16 09:18 队长 阅读(158) 评论(0) 推荐(0) 编辑
摘要: [Oracle] SQL*Loader 详细使用教程(1)- 总览 http://blog.csdn.net/dbanote/article/details/9153895 [Oracle] SQL*Loader 详细使用教程(2)- 命令行参数 http://blog.csdn.net/dbanote/article/details/9899301 [Oracle] SQL*... 阅读全文
posted @ 2015-03-05 08:37 队长 阅读(316) 评论(0) 推荐(0) 编辑
摘要: Introduction¶ Castle DynamicProxy is a library for generating lightweight .NET proxies on the fly at runtime. Proxy objects allow calls to members of an object to be intercepted without modifying t... 阅读全文
posted @ 2015-02-20 16:29 队长 阅读(662) 评论(0) 推荐(0) 编辑
摘要: http://www.techonthenet.com/oracle/questions/isalpha.php 阅读全文
posted @ 2015-02-06 15:30 队长 阅读(124) 评论(0) 推荐(0) 编辑
摘要: http://blogs.msdn.com/b/kebab/archive/2014/04/28/executing-powershell-scripts-from-c.aspx 阅读全文
posted @ 2015-01-22 15:11 队长 阅读(109) 评论(0) 推荐(0) 编辑
摘要: http://weblogs.asp.net/infinitiesloop/Truly-Understanding-Viewstate http://aspalliance.com/articleViewer.aspx?aId=134&pId=-1 阅读全文
posted @ 2015-01-07 12:44 队长 阅读(102) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2014-12-29 18:34 队长 阅读(397) 评论(0) 推荐(0) 编辑
摘要: 以下皆是理论知识,未经证实。system.web下面的配置节或者也可以通过调用windows API来用代码来进行身份模拟,这篇文章很到位:http://www.cnblogs.com/awpatp/archive/2010/02/02/1662277.htmlNoteImpersonation i... 阅读全文
posted @ 2014-11-29 20:39 队长 阅读(247) 评论(0) 推荐(0) 编辑
摘要: VBA的 Round采用的是银行家算法(rounds to the nearest even number) Round(1.5) = 2 Round(0.5) = 0 在Oracle中实现银行家算法 SQL> create or replace function bankers_round (val number, rnd_digit number := 0) return number i... 阅读全文
posted @ 2014-11-17 18:36 队长 阅读(243) 评论(0) 推荐(0) 编辑
摘要: http://code.tutsplus.com/tutorials/preventing-xss-in-aspnet--cms-21801 阅读全文
posted @ 2014-11-13 13:12 队长 阅读(97) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 13 下一页