佬唐

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页

2009年6月10日 #

摘要: 一、平时我在Repeater控件中绑定一个用户控件时,都是用户控件的属性都是基本数据类型,然后在绑定中写道: ' AccountPkid='' Business... 阅读全文
posted @ 2009-06-10 17:01 佬唐 阅读(173) 评论(0) 推荐(0)

2009年6月9日 #

摘要: Delphi_Beep_送别program Project1;{$APPTYPE CONSOLE}uses SysUtils, Windows;{* 送别 歌手:青燕子演唱组 专辑:森林和原野 作词:李叔同(弘一大师) *}const ONE_BEEP = 600; HALF_BE... 阅读全文
posted @ 2009-06-09 20:23 佬唐 阅读(224) 评论(0) 推荐(0)

2009年6月6日 #

摘要: Literal控件存放客户端代码隐现(js或html): 显示出来的是:“hello”; 显示出来的是:“”,那个“Text="Hello"”好像不起作用了。......那这样的话,...里面可放的东西可多了,html,javascript,flash代码...... 阅读全文
posted @ 2009-06-06 14:13 佬唐 阅读(159) 评论(0) 推荐(0)

2009年6月4日 #

摘要: 批处理启动停止服务@echo off:enterset /p choose=启动(y)还是停止(n)服务(Apache+MySQL)?if /i "%choose%"=="y" goto startif /i "%choose%"=="n" (goto stop) else (echo 请重新输入 ... 阅读全文
posted @ 2009-06-04 09:02 佬唐 阅读(150) 评论(0) 推荐(0)

2009年5月23日 #

摘要: SQL中判断汉字的存在:select *fromAccountwherelen(AccountId)DATALENGTH(AccountId) select * from Account where AccountId like '%[吖-座]%'今天还发现了一个方法:select * from A... 阅读全文
posted @ 2009-05-23 17:00 佬唐 阅读(234) 评论(0) 推荐(0)

2009年5月16日 #

摘要: 学习画用例图(UserCase),注意箭头方向,"扩展到...","包含了...","泛化于..." 阅读全文
posted @ 2009-05-16 10:41 佬唐 阅读(286) 评论(0) 推荐(0)

2009年5月14日 #

摘要: 命名规则:Pascal: MaxAge,IsMarried...camel: maxAge,isMarried...匈牙利: iMaxAge,bIsMarried...注:在.net上一般不再使用匈牙利命名法。 阅读全文
posted @ 2009-05-14 11:33 佬唐 阅读(151) 评论(0) 推荐(0)

摘要: WinForm与WebForm调试输出1.WinForm程序:(1).开发时,将"工程输出类型"改为"控制台应用程序",就可以在Form下面有一个控制台窗口,可以用Console.Write输出一些调试信息。当然,在发布时再改回"工程输出类型"改为"Windows应用程序"就行了。(2).Syste... 阅读全文
posted @ 2009-05-14 11:18 佬唐 阅读(324) 评论(0) 推荐(0)

2009年4月29日 #

摘要: 泛型之Find方法学习using System;using System.Collections.Generic;using System.Text;public class MyClass{ public static void Main(string[] args) { ... 阅读全文
posted @ 2009-04-29 23:12 佬唐 阅读(281) 评论(0) 推荐(0)

2009年4月23日 #

摘要: WinForm窗体生命周期1,窗体启动时:Control.HandleCreatedControl.BindingContextChangedForm.LoadControl.VisibleChangedForm.ActivatedForm.Shown2,窗体关闭时:Form.ClosingForm... 阅读全文
posted @ 2009-04-23 22:03 佬唐 阅读(159) 评论(0) 推荐(1)

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页