.LOG1 oracle expdp/impdp 用法详解Data Pump 反映了整个导出/导入过程的完全革新。不使用常见的 SQL 命令,而是应用专用 API(direct path api etc) 来以更快得多的速度加载和卸载数据。1.Data Pump 导出 expdp例子:sql>cre... Read More
posted @ 2014-05-14 14:46 silvan01 Views(153) Comments(0) Diggs(0)
jQuery获取Select选择的Text和Value:语法解释:1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发2. var checkText=$("#select_id").find("op... Read More
posted @ 2014-05-14 14:44 silvan01 Views(121) Comments(0) Diggs(0)
public void SelStudent() { set("getStudentsJsonUrl", to(GetStudentsJson)); } public void GetStudentsJson() { List> dicList = new List>(); string level = ctx.Post("level"); string id = ctx.Post("id"); if (strUtil.IsNullOrEmpty(id)) { #region 加载班级 //获取当前登录用户 Sys_Use Read More
posted @ 2014-03-24 00:08 silvan01 Views(2080) Comments(0) Diggs(0)
在开发 Web 应用的时候,有些情况需要禁用右键单击功能。使用此代码,jQuery 开发人员可以在网页上禁用鼠标右键点击。代码如下:?12345678910$(document).ready(function() { //catch the right-click context menu $(document).bind("contextmenu",function(e) { //warning prompt - optional alert("No right-clicking!"); //delete the default context men Read More
posted @ 2014-03-24 00:04 silvan01 Views(102) Comments(0) Diggs(0)
文本框输入文字倒计效果代码-蚂蚁部落 请在下面输入您的文字: Read More
posted @ 2014-02-11 10:27 silvan01 Views(593) Comments(0) Diggs(0)
.pages{ margin-top:10px; float:right;}.page_left{ float:left; height:26px; line-height:26px; color:#222;}.select_bg{ position:relative; cursor:pointer;}.select_bg_left{ float:left; width:4px; height:28px; background:url(../images/select_bg_left.png) no-repeat;}.select_bg_right{ float:left; width:4px Read More
posted @ 2013-11-12 11:05 silvan01 Views(205) Comments(0) Diggs(0)