• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
路过的世界
释迦摩尼说过:众生皆有如来佛生相,求佛求人不如求己。
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
2012年7月4日
再别康桥英文及译文
摘要: Saying Good-byeto Cambridge Again 再别康桥Very quitely I take my leave ,轻轻的我走了As quitely I came here 正如我轻轻的来Quitely I wave goodbye 我轻轻的招手To the rosy cloud in the western sky 作别西天的云彩The golden willows by the riverside 那河畔的金柳Are young brides in the setting sun 是夕阳中的新娘Their reflections in the shimmering wa 阅读全文
posted @ 2012-07-04 16:17 路过的世界 阅读(3028) 评论(0) 推荐(0)
2012年6月27日
Bad Habbits
摘要: focus:is addicted to doing sth,cheating,gambling,chips,sitting on the couch. 阅读全文
posted @ 2012-06-27 21:36 路过的世界 阅读(196) 评论(0) 推荐(0)
What does she like ? 她长什么样?
摘要: TopicOne .描述婚宴礼服 Describing outfits at a wedding 1.Shirt 指衬衫,,T-Shirt指T 衫,Skirt 指裙子,dress之连衣裙,套装,scarf指围裙,handbag指手提包(女用),coat外套,大衣;(西装的)上衣 2.Wear shoes on the feet.3.suit---You wear this to work or to special occasions like a wedding.There are two parts: pants and a jacket. 4.shirt---You wear this 阅读全文
posted @ 2012-06-27 20:29 路过的世界 阅读(539) 评论(0) 推荐(0)
菜鸟学T-SQL---------SQL2005读书笔记1
摘要: 第一章:逻辑查询处理 Logical Query Processing 1.什么是T-SQL? T-SQL 是SQL的Microsoft SQL Server 方言----Transcact-SQL,它遵循 ANSI 标准。 2.逻辑查询处理中的各个阶段(8)select (9) distinct (11) <TOP_spicification> <select_list> (1)from <left_table> (3) <jiong_type> join <right_table> (2) on <join_conditio 阅读全文
posted @ 2012-06-27 16:47 路过的世界 阅读(169) 评论(0) 推荐(0)
2012年6月26日
菜鸟学T-SQL---------SQL2005读书笔记
摘要: 最近辗转于工作更替,最近总算稍微安定,忙碌的生活即将开始,面试也让自己明白了自己好多欠缺,最近瞟了一本书周金银的《敏捷个人》,自己公司也提出scrum开发,觉得个人发展也做一些尝试,比如写博客,以前只是觉得浏览博客、关注别人、转载就是一个高效的学习,但听好多牛人说:Think on paper,自己也尝试记录一下学习的心得,整理下知识,自己SQL知识是Recruit,感觉需要恶补,就拜读了Ben-Gan《SQL Server 技术内幕 T-SQL技术查询》,Shame On me,我读的是pdf的盗版,罪过!罪过! 阅读全文
posted @ 2012-06-26 14:13 路过的世界 阅读(135) 评论(0) 推荐(0)
我要读的书
摘要: 《黑客与画家》 阅读全文
posted @ 2012-06-26 09:11 路过的世界 阅读(112) 评论(0) 推荐(0)
2012年1月30日
Silverlight 获取控件间的相对位置
摘要: copy而来我们知道WPF有着比较灵活的布局方式,关于某个控件的坐标,Canvas中的元素最简单,我们可以直接通过其GetLeft()与GetTop方法来获取,但其它布局面板中的,以及存在于不同布局面板中的元素中间的相对位置就比较让我们头疼了,其实有简单方法的,不知你有没发现。1,获取元素相对于父控件的位置使用Vector VisualTreeHelper.GetOffset(Visual visual)方法,其会返回visual在其父控件中的偏移量,然后你再将返回值的Vector对象转换成Point对象就可以了2,获取元素相对于祖宗控件或子孙控件的位置使用元素的 GeneralTransfo 阅读全文
posted @ 2012-01-30 10:19 路过的世界 阅读(341) 评论(0) 推荐(1)
2012年1月12日
自定义绑定2
摘要: using System;using System.ComponentModel;using System.Collections.Generic;using System.Linq;using System.Text;using System.Diagnostics;using System.Windows;using System.Windows.Data;namespace BindingSample{ class Program { static void Main(string[] args) { //1. Test Bi... 阅读全文
posted @ 2012-01-12 11:18 路过的世界 阅读(197) 评论(0) 推荐(0)
自定义绑定(转)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Linq;using System.Linq.Expressions;namespace BindingSample{ /// <summary> /// A bind engine supports custom data binding. /// </summary> /// <remarks> /// It exports two methods for data binding: 阅读全文
posted @ 2012-01-12 11:17 路过的世界 阅读(259) 评论(0) 推荐(0)
2011年12月15日
WCF进行大数据传输时的相关配置(转)
摘要: 最近一直在公司用WCF做server端,后来在做性能测试时,发现一个问题,当客户端从服务端取回一个实体对象列表时,触发了channel is faulted status的异常。仔细分析了下这个异常,应该是传递大数据造成的,因为在回传一个包含有100多个实体对象的列表时,客户端表现正常,而当回传的实体对象列表数目达到500+时,异常就出现了。其实WCF还是做得比较灵活的,基本所有的配置项都放在程序的app.config文件里面,改动相应参数时,不需要重新编译程序。而WCF设计的初衷,为了避免DOS一类的攻击,默认在生成配置文件时,对传输的buffer数值有一定的限制,默认是65535,也就是6 阅读全文
posted @ 2011-12-15 08:29 路过的世界 阅读(435) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3