代码改变世界

随笔档案-2010年10月

富人和穷人的区别(转)

2010-10-27 21:04 by 观海看云, 123 阅读, 收藏, 编辑
摘要: 在csdn上看到的,觉得不错就转过来了,有时间看看: 1 、自我认知 穷人:很少想到如何去赚钱和如何才能赚到钱,认为自己一辈子就该这样,不相信会有什么改变。 富人:骨子里就深信自己生下来不是要做穷人,而是要做富人,他有强烈的赚钱意识,这已是他血液里的东西,他会想尽一切办法使自己致富。 2 、休闲 穷人:在家看电视,为肥皂剧的剧情感动得痛哭流涕,还要仿照电视里的时尚武装自己。 富人:... 阅读全文

富人和穷人的区别(转)

2010-10-27 21:04 by 观海看云, 280 阅读, 收藏, 编辑
摘要: 在csdn上看到的,觉得不错就转过来了,有时间看看:1 、自我认知  穷人:很少想到如何去赚钱和如何才能赚到钱,认为自己一辈子就该这样,不相信会有什么改变。  富人:骨子里就深信自己生下来不是要做穷人,而是要做富人,他有强烈的赚钱意识,这已是他血液里的东西,他会想尽一切办法使自己致富。2 、休闲  穷人:在家看电视,为肥皂剧的剧情感动得痛哭流涕,还要仿照电视里的时尚武装自己。  富人:在外跑市场,... 阅读全文

SQL SERVER中一些常见性能问题的总结

2010-10-27 21:00 by 观海看云, 429 阅读, 收藏, 编辑
摘要: 1.对查询进行优化,应尽量避免全表扫描,首先应考虑在 where 及 order by 涉及的列上建立索引。2.应尽量避免在 where 子句中对字段进行 null 值判断,否则将导致引擎放弃使用索引而进行全表扫描,如:select id from t where num is null可以在num上设置默认值0,确保表中num列没有null值,然后这样查询:select id from t wh... 阅读全文

SQL SERVER中一些常见性能问题的总结

2010-10-27 21:00 by 观海看云, 142 阅读, 收藏, 编辑
摘要: 1.对查询进行优化,应尽量避免全表扫描,首先应考虑在 where 及 order by 涉及的列上建立索引。2.应尽量避免在 where 子句中对字段进行 null 值判断,否则将导致引擎放弃使用索引而进行全表扫描,如:select id from t where num is null可以在num上设置默认值0,确保表中num列没有null值,然后这样查询:select id from t wh... 阅读全文

控件之DataGrid, DatePicker, Grid, GridSplitter, HyperlinkButton, Image

2010-10-26 21:37 by 观海看云, 150 阅读, 收藏, 编辑
摘要: 示例 1、DataGrid.xaml Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> DataGrid.xaml.cs Code highlighting produced... 阅读全文

控件之DataGrid, DatePicker, Grid, GridSplitter, HyperlinkButton, Image

2010-10-26 21:37 by 观海看云, 355 阅读, 收藏, 编辑
摘要: 示例 1、DataGrid.xamlCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<UserControlxmlns:data="clr-namespace:System.Windows.Controls;assembly=System.Win... 阅读全文

WPF之DockPanel 、 StackPanel

2010-10-26 20:36 by 观海看云, 955 阅读, 收藏, 编辑
摘要: <Window x:Class="WPFdemo1.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Window1" Height="327" Width="729"&... 阅读全文

WPF之DockPanel 、 StackPanel

2010-10-26 20:36 by 观海看云, 170 阅读, 收藏, 编辑
摘要: 1 2 3 4 剩余空间 确定 返回 using System;using System.Collections.Generic;using System.Linq;using Syst... 阅读全文

c/s验证码

2010-10-12 21:41 by 观海看云, 176 阅读, 收藏, 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms; namespace Case02_2{ ... 阅读全文
点击右上角即可分享
微信分享提示