摘要: [代码] 阅读全文
posted @ 2009-06-21 10:49 强悍的抽屉 阅读(537) 评论(2) 推荐(1) 编辑
摘要: WORD 16位无符号整数LONG 32位有符号整数DWORD 无符号长整数HANDLE 用作句柄的32位整数HWND 用窗口句柄的32位整数UINT 32位无符号整数BOOL BYTE 8位无符号字符PSTR 指向字符串的32位指针PCSTR 指向字符串的常量指针 阅读全文
posted @ 2009-04-27 10:45 强悍的抽屉 阅读(508) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Data;usingSystem.Data.SqlClient;namespacelsb.DBUtility{///<summary>///SQ... 阅读全文
posted @ 2009-03-02 09:28 强悍的抽屉 阅读(679) 评论(2) 推荐(0) 编辑
摘要: sqlHelper.cs[代码]IDBHelper.cs[代码]不知道这样写好不好, 心里还没有数 ~~上面的方法中要不要用 ref stirng ErrMsg 呢?还是把上面的方法改为静态方法? 阅读全文
posted @ 2009-02-26 10:14 强悍的抽屉 阅读(776) 评论(5) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#include<windows.h>//窗口过程声明LRESULTCALLBACKWndProc(HWND,UINT,WPARAM,LPARAM);int__stdcallWinMain(H... 阅读全文
posted @ 2009-02-16 08:40 强悍的抽屉 阅读(406) 评论(0) 推荐(0) 编辑
摘要: //截取字符串 包含中文处理function SubString(str, len, hasDot) { var newLength = 0; var newStr = ""; var chineseRegex = /[^\x00-\xff]/g; var singleChar = ""; var strLength = str.replace(chineseRegex, "**").length... 阅读全文
posted @ 2009-01-13 16:17 强悍的抽屉 阅读(332) 评论(0) 推荐(0) 编辑
摘要: /*******************************************字符串函数扩充(StringEx.js) *******************************************///移除两边空白String.prototype.Trim = function() { return this.replace(/(^\s*)|(\s*$)/g, "");} 阅读全文
posted @ 2009-01-13 16:16 强悍的抽屉 阅读(410) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-01-08 09:08 强悍的抽屉 阅读(1122) 评论(0) 推荐(1) 编辑
摘要: 我已经写好了一些 xmlHttp.js /** * @version 1.0 * @时间 2008-06-26 * @作者 林松斌 * @QQ 410728115 * @Email linsongbin@126.com * @博客 http://linsongbin.cnblogs.com/ */ Ajax = function() { this._url = null; th... 阅读全文
posted @ 2008-08-10 08:36 强悍的抽屉 阅读(476) 评论(3) 推荐(0) 编辑
摘要: 目前来看,JS框架以及一些开发包和库类有如下几个,Dojo 、Scriptaculous 、Prototype 、yui-ext 、Jquery 、Mochikit、mootools 、moo.fx Ajaxian在2007年底对Ajax工具进行了调查,部分调查结果见下表(其中数字为调查者使用该工具的百分比,详细的请参见网页):http://ajaxian.com/archives/2007-a... 阅读全文
posted @ 2008-06-26 06:51 强悍的抽屉 阅读(2283) 评论(7) 推荐(0) 编辑