会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Ken-Cai
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
28
29
30
31
32
33
34
35
36
37
下一页
2010年4月28日
Div + CSS 一个莫名其妙的错误.
摘要: 在采用 DIV + CSS 中, 以下两种会出现不同的结果, 应该采用第二种写法<div class="cssClass" /><div class="cssClasss"></div>
阅读全文
posted @ 2010-04-28 10:01 Ken-Cai
阅读(182)
评论(0)
推荐(0)
2010年4月27日
javascript双引号转义
摘要: http://blog.csdn.net/cjx44/archive/2009/12/20/5042292.aspx<input value="Test" type="button" onclick="alert("OK");" />
阅读全文
posted @ 2010-04-27 14:52 Ken-Cai
阅读(392)
评论(0)
推荐(0)
Asp.net ajax 调用WebService 用userContext 传递不了参数的错误
摘要: userContext = workerID;WorkerService.Delete(workerID, onDeleteSuccceed, onDeleteError, userContext );function onDeleteSuccceed(userContext ){ alert(userContext ); // null}原因: 尽管WorkerService.Delete, ...
阅读全文
posted @ 2010-04-27 13:39 Ken-Cai
阅读(235)
评论(0)
推荐(0)
asp.net ajax 英文文档
摘要: http://www.asp.net/ajax/documentation/live/Overview/default.aspxhttp://www.asp.net/ajax
阅读全文
posted @ 2010-04-27 13:20 Ken-Cai
阅读(153)
评论(0)
推荐(0)
2010年4月20日
ASP.NET 2.0 中的客户端脚本
摘要: asp.net 客户端脚本 使用客户端脚本进行 ASP.NET 网页编程
阅读全文
posted @ 2010-04-20 08:54 Ken-Cai
阅读(115)
评论(0)
推荐(0)
2010年4月8日
javascript 日期控件
摘要: http://www.my97.net/dp/index.asp
阅读全文
posted @ 2010-04-08 11:09 Ken-Cai
阅读(184)
评论(0)
推荐(0)
2010年4月7日
在CSS样式中利用expression实现鼠标事件
摘要: http://pc372.bokee.com/viewdiary.13999250.html 在HTML页面测试是没问题.但用CSS单独的页面来实现, 好像不行
阅读全文
posted @ 2010-04-07 14:15 Ken-Cai
阅读(190)
评论(0)
推荐(0)
2010年4月6日
NBear 分页查询
摘要: 在V3.7 后, 不要使用下面的分页查询. JJDB[] list = gateway.GetPageSelector<JJDB>(WhereClip.All, null, 5).FindPage(1); 因为GetPageSelector方法已经取消了.应该用的方式:JJDB[] list = gateway.From<JJDB>().ToArray<JJDB>...
阅读全文
posted @ 2010-04-06 09:29 Ken-Cai
阅读(269)
评论(0)
推荐(0)
2010年4月2日
将非托管的dll 转化为托管的dll
摘要: 用TlbImp.exe 软件转化。 它的路径一般是。C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\TlbImp.exe语法:TlbImp 非托管dll文件路径 /out:输出的托管dll文件路径如: TlbImp aaa.dll /out:aaa_NET.dll
阅读全文
posted @ 2010-04-02 14:09 Ken-Cai
阅读(1160)
评论(0)
推荐(0)
2010年1月27日
Global in workflow
摘要: using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.SessionState;using System.Workflow.Activities;using Syste...
阅读全文
posted @ 2010-01-27 10:48 Ken-Cai
阅读(189)
评论(0)
推荐(0)
上一页
1
···
28
29
30
31
32
33
34
35
36
37
下一页
公告