摘要: 回顾一下2011年的几个瞬间,做一个年终小结常言说的好,不要老纠结于没有什么,珍惜或重视现在拥有的1.广电大堂2.健身房 30分钟3.挥汗如雨 盛夏午夜12点4.周末行色匆匆 BK时5.回龙观 探访6.Plate7.沟通 探访 交流 提升行走在路上...On the way...阅读全文
posted @ 2012-01-22 22:44 晓岚 阅读(8) 评论(1) 编辑
摘要: 2010年的最后一小时......阅读全文
posted @ 2011-02-02 23:10 晓岚 阅读(37) 评论(0) 编辑
摘要: 2008年的最后一分钟........................阅读全文
posted @ 2008-12-31 23:59 晓岚 阅读(47) 评论(1) 编辑
摘要: update t_operationset t_operation.isrestrictionenabled = '1'from t_operation a,t_operation bwhere a.opid = b.opid and a.opno = (select convert(int,opno)-5 from t_operation c where c.opname = '回火' and ...阅读全文
posted @ 2008-11-11 19:27 晓岚 阅读(36) 评论(0) 编辑
摘要: The status code will be used are listed as below:Successful Client Requests 200 OK201 Created202 Accepted203 Non-Authorative Information204 No Content205 Reset Content206 Partial ContentClient Request...阅读全文
posted @ 2008-06-13 20:10 晓岚 阅读(317) 评论(0) 编辑
摘要: 一、继承客户端Reference.cs的代理类:classCustomWSProxy:TestException.localhost.Service{publicCustomWSProxy():base(){this.InitWebServiceProxy(this);}privatevoidInitWebServiceProxy(TestException.localhost.Services)...阅读全文
posted @ 2008-06-01 15:29 晓岚 阅读(1111) 评论(0) 编辑
摘要: /**//**求连续的子数组的和为最大数组及其和*要求:*1.只求子数组,不包含子数组为全集的情况*2.本算法考虑了数组和一直递减趋势的情况*3.本算法考虑了数组和一直递增趋势的情况*C#autoindentCtrl+A->Ctrl+K->Ctrl+F****/usingSystem;usingSystem.Collections.Generic;usingSystem.Text;na...阅读全文
posted @ 2008-05-30 10:33 晓岚 阅读(601) 评论(2) 编辑
摘要: 在Javascript中Eval函数的使用?【eval()函数】JavaScript有许多小窍门来使编程更加容易。其中之一就是eval()函数,这个函数可以把一个字符串当作一个JavaScript表达式一样去执行它。举个小例子:var the_unevaled_answer = "2 + 3";var the_evaled_answer = eval("2 + 3");alert("the un-...阅读全文
posted @ 2008-05-23 09:46 晓岚 阅读(148) 评论(0) 编辑
摘要: 给所有立志成为程序员的朋友 以及 自勉之!程序员基本素质: 作一个真正合格的程序员,或者说就是可以真正合格完成一些代码工作的程序员,应该具有的素质。 1:团队精神和协作能力 把它作为基本素质,并不是不重要,恰恰相反,这是程序员应该具备的最基本的,也是最重要的安身立命之本。把高水平程序员说成独行侠的都是在呓语,任何个人的力量都是有限的,即便如linus这样的天才,也需要通过组成强大的团队来创造奇迹,...阅读全文
posted @ 2008-05-12 09:20 晓岚 阅读(85) 评论(0) 编辑
摘要: 2008's petty action:> Health is the capital of revolutionary, it is the foundation of everything, no health, no everything.> Books is the step of promotion, Consist on reading one book at least ...阅读全文
posted @ 2008-02-13 22:23 晓岚 阅读(65) 评论(0) 编辑
摘要: - .NET平台的GC机制- GAC what and what used for- 索引的分类及作用- 数据库实例 数据库关系及区别- Javascript如何注册多个事件- Html XHtml Dhtml- Sealed Abstract- Page类里面定义 static变量 多次访问值得变化- Xml相关技术 包括哪些 Xml文档的操作方法- Webservice返回的数据类型有什么特征...阅读全文
posted @ 2007-11-22 21:12 晓岚 阅读(60) 评论(0) 编辑
摘要: The Tasks include:- Familiar with Design mode and OO.- Design System Architecture.- Deliver high quality components on time. - Design & Develop application solutions.- Develop standard framework a...阅读全文
posted @ 2007-11-15 10:04 晓岚 阅读(56) 评论(0) 编辑
摘要: 网上乱转悠,看到 周曙光的网络日志 You never know what you can do till you try. 上网助手其实挺好的,还能帮我杀素 这个:如果你想免疫实现真正的控件过滤的话,你去下载一个周明波制作的“anti3721"吧.如果你担心网页或可执行文件中有木马,你还是来下载这个注册表文件吧。 点此下载打开那个注册表文件看看:#1B0E7716-898E-48CC...阅读全文
posted @ 2007-08-19 11:08 晓岚 阅读(204) 评论(0) 编辑
摘要: 在C#中有两种类型的数据,一种是值类型数据,一种是引用类型数据。在编码的时候区分这两种类型数据,可以避免一些细小的编码错误。   首先说说什么类型是值类型,例如:int、float、bool之类的基础类型,以及用struct定义的类型,如: DateTime。除此外,如string,数组,以及用class定义的类型等都是引用类型。对于C#来说,很难罗列出所有类型进行一一分别,这需要自己在编码过程中...阅读全文
posted @ 2007-08-17 09:46 晓岚 阅读(864) 评论(0) 编辑
摘要: 1. 查看某个数据库的孤立用户:USE 库名EXEC sp_change_users_login 'Report'2. 自动修复某个孤立用户:USE 库名EXEC sp_change_users_login 'Auto_Fix', '孤立用户名', NULL, '密码' --密码指用户对应的登录不存在时, 系统自动建立登录, 为登录分配的密码报错:服务器: 消息 8144,级别 16,状态 2,过...阅读全文
posted @ 2007-04-23 22:22 晓岚 阅读(337) 评论(1) 编辑
摘要: 分页处理一般有很多方法,临时表是用的最多的一种,然而还有其他方法: 1.SET ROWCOUNT ONSELECT TOP (PAGE+1)*SIZE TABLE.* FROM TABLE WHERE ORDER BY COLUMNSET ROWCOUNT ON SIZESELECT TABLE.* FROM TABLE WHERE ORDER BY COLUMN特点:读出来的每页数据逆向排列2....阅读全文
posted @ 2007-04-05 15:36 晓岚 阅读(385) 评论(2) 编辑
摘要: 解决方法: 1.建立与孤立用户同名的登陆用户(密码随便),改变对象的属主 sp_changeobjectowner [ @objname =] 'object' , [ @newowner = ] 'owner' 如: use authors exec sp_changeobjectowner 'authors', 'dbo'; GO 缺点:当需要修改的数据库对象很多时,麻烦!! 2.sp_...阅读全文
posted @ 2007-02-08 14:23 晓岚 阅读(308) 评论(0) 编辑
摘要: XMLHttpRequest对象XMLHttpRequest 提供客户端同http服务器通讯的协议一:创建IE : http_request = new ActiveXObject("Msxml2.XMLHTTP"); http_request = new ActiveXObject("Microsoft.XMLHTTP");非IE: http_request = new XMLHttpReque...阅读全文
posted @ 2006-12-19 17:36 晓岚 阅读(1811) 评论(1) 编辑
摘要: 所遇见的MySQL问题解决过程阅读全文
posted @ 2006-12-15 16:54 晓岚 阅读(577) 评论(1) 编辑
摘要: Every programmer should learn C during their programming career. Its benefits are to numerous to ignore. Not only will it open many more job opportunities, but it will teach you more about computers a...阅读全文
posted @ 2006-12-14 21:50 晓岚 阅读(124) 评论(0) 编辑