- 浏览: 189278 次
- 性别:
- 来自: 深圳
最新评论
文章列表
1.取消按钮按下时的虚线框
在input里添加属性值 hideFocus 或者 HideFocus=true
2.只读文本框内容
在input里添加属性值 readonly
3.防止退后清空的TEXT文档(可把style内容做做为类引用
1.I’m an office worker. 我是上班族。
2.I work for the government. 我在政府机关做事。
3.I’m happy to meet you. 很高兴见到你。
4.I like your sense of humor. 我喜欢你的幽默感。
5.I’m glad to see you again. 很高兴再次见到你。
6.I’ll call you. 我会打电话给你。
7.I feel like sleeping/ taking a walk. 我想睡/散步。
8.I want something to eat. 我想吃点东西。
9.I ...
What are you trying to say?(你到底想说什么?) Don't be silly.(别胡闹了。) How strong are your glasses?(你近视多少度?) Just because.(没有别的原因。) It isn't the way I hoped it would be.(这不是我所盼望的。) You will never guess.(你永远猜不到。) No one could do anything about it.(众人对此束手无措。) I saw something deeply disturbing.(深感事情不妙。)Money is a ...
fck所需文件fck所需文件fck所需文件fck所需文件fck所需文件fck所需文件fck所需文件fck所需文件fck所需文件
先看效果图
点击增加按钮,会增加一个选择框,如下图:
选择要上传的图片,效果图如下:
上传成功如下图:
下面来看代码:前台html主要代码:
<button id="SubUpload" class="ManagerButton" onClick="TSubmitUploadImageFile();return false;">确定上传</button> <button id="CancelUpload" ...
<html><head><meta http-equiv="Content-Type" content="text/html; charset=GB2312" /><script language="JavaScript"><!--/**//*作者:梅雪香日期:2006-7-29功能:生成与中文字符串相对映的拼音首字母串版本: V1.0 alpha*/// 汉字拼音首字母列表 本列表包含了20902个汉字,用于配合 ToChineseSpell//函数使用,本表收录的字符的Unico ...
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=395845975&site=qq&menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:QQ号:41" alt="点击这里给我发消息" title="点击这里给我发消息"></a>
Windows下用cmd命令安装及卸载服务
- 博客分类:
- Windows
第一种方法:
1. 开始 ->运行 ->cmd
2. cd到C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727(Framework版本号按IIS配置)
3. 安装服务: 运行命令行 InstallUtil.exe E:/test.exe
卸载服务: 运行命令行 InstallUtil.exe -u E:/test.exe
这样就能删除了,但如果还是不能删除的话,没关系下面还有一种方法。
第二种方法:
运行-->cmd-->到c:\windows\system32文件夹下-->输入sc ...
WSDL.exe生成WebService代理类
- 博客分类:
- web开发
WSDL.exe生成WebService代理类
C:\Program Files\Microsoft Visual Studio 9.0\VC>(或者直接去到vs命令器)
wsdl /n:TestWebService /o:c:\temp\TestMyServices.cs http://localhost/MyWebService/Service1.asmx?wsdl
或
wsdl /language:cs /n:TestDemo /out:d:\Temp\TestService.cs D:\Temp\TestService.wsdl
1./n:命名空间
2. ...
防止重复提交的一个小技巧 很好用哦
- 博客分类:
- Javacript
function CheckData()
{
//这里会有很多的判断验证
验证后就是下面的重要代码了
document.getElementById("mysubmit").onclick=function(){return false};
return true;
}
<input id="mysubmit" type="submit" value="提交" onclick="CheckData()" />
原理:当所有验证验证完后,就提交数据了,再 ...
分页存储过程(小列子)
- 博客分类:
- SQL
ALTER PROCEDURE [dbo].[Product_GetListPageCateId] -- Add the parameters for the stored procedure here @CateId int, @Order varchar(20), @startIndex int, @EndIndex int ASBEGIN -- SET NOCOUNT ON added to prevent extra result sets from -- interfering with SELECT statements. SET NOCOUNT ON;
...
FCK在MVC和ASP.NET中的配置和使用
一:FCK配置1. 下载FCKeditor_2.6.3.zip(核心文件)FCKeditor.Net_2.6.3.zip(。Net Control)(下载地址:FCKeditor 的压缩包http://nchc.dl.sourceforge.net/sourceforge/fckeditor/FCKeditor_2.4.3.zipFCKeditor 的.net 2.0核心库http://nchc.dl.sourceforge.net/sourceforge/fckeditor/FCKeditor.Net_2.2.zip)
(或者直接到我的资源ht ...
<style>td {font:12px;}.titletd {background:#eeeeee;cursor:hand;}
</style>
<table width=100><tr><td class="titletd" onclick="tbody01.style.display=tbody01.style.display==''?'none':'';">我的好友</td></tr>
<tbody id="tbody01">& ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/h ...
- 2012-04-11 19:05
- 浏览 909
- 评论(0)
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 class Program { static void Main(string[] args) { B b = new B(); Console.WriteLine(A.s_a); Console.WriteLine(B.s_b); Console.Writ ...