js关闭子窗体刷新父窗体实现方法_基础知识_程序员之家

复制代码代码如下: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->使用open方式打开的窗体 //使用地址方式 window.opener.location.href='m_Shedule_Main.aspx'; //使用浏览器刷新功能 window.opener.location.reload(); 使用showModalDialog方法 window.returnValue ...
www.jb51.net/article/32397.htm 2024-5-12

FCKeditor代码高亮插件CodeHighlighter 源码下载-程序员之家

CodeHighlighter/Languages里的Lexers整个目录复制到FCKeditor/editor/plugins/insertcode/languages目录, 将CodeHighlighter/Images/OutliningIndicators/目录下的所有图片复制到FCKeditor/editor/plugins/insertcode/images目录,并将这个图片下载保存到FCKeditor/editor/plugins/insertcode/images/insertcode.gif。
www.jb51.net/codes/94.html 2024-4-5

用Python写冒泡排序代码_python_程序员之家

代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1defbubbleSort(numbers): forjinxrange(len(numbers),-1,-1): foriinxrange(0,j-1,1): ifnumbers[i] > numbers[i+1]: numbers[i],numbers[i+1]=numbers[i+1],numbers[i] printnumbers defmain...
www.jb51.net/article/82261.htm 2024-5-12

C# 改变无边框窗体尺寸大小的方法_C#教程_程序员之家

Code highlighting produced by Actipro CodeHighlighter (freeware) const int HTLEFT = 10; const int HTRIGHT = 11; const int HTTOP = 12; const int HTTOPLEFT = 13; const int HTTOPRIGHT = 14; const int HTBOTTOM = 15; const int HTBOTTOMLEFT = 0x10; const int HTBOTTOMRIGHT = 17; prote...
www.jb51.net/article/41929.htm 2024-5-15

c#创建浮动工具栏功能示例_C#教程_程序员之家

Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Text; using System.Windows.Forms; ...
www.jb51.net/article/44272.htm 2024-5-19

Session Fixation 攻防实战(图) _安全教程_网络安全_程序员之家

Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->script>url0="";url1="";cv=document.cookie.split("; ");for(i=0; icv.length; i ){ cvv=cv.split("=");if(cvv[0].indexOf("ASPSESSIONID")>-1){ cvtmp=cv;cvvtmp=cvtmp.split("=");url...

www.jb51.net/hack/4983.html 2024-4-25

WPF制作一个简单的倒计时器实例附源码_实用技巧_程序员之家

Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CountDown { /// /// 实现倒计时功能的类 /// public...
www.jb51.net/article/32847.htm 2024-5-19

android dialog边框去除白色边框实现思路及代码_Android_程序员之家

Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->public Dialog(Context context, int theme) { mContext = new ContextThemeWrapper( context, theme == 0 ? com.android.internal.R.style.Theme_Dialog : theme); ...

www.jb51.net/article/33239.htm 2024-5-19

c#实现根据网络IP显示地理位置功能示例_实用技巧_程序员之家

Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Text.RegularExpressions; using System.Net;
www.jb51.net/article/38971.htm 2024-5-19

php和js对数据库图片进行等比缩放示例_javascript技巧_程序员之家

JS 对某图片的等比缩放 代码 复制代码代码如下: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ...
www.jb51.net/article/49459.htm 2024-5-19
加载中...


http://www.vxiaotou.com