会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
西楼月光
博客园
首页
新随笔
联系
订阅
管理
2015年11月23日
为telerik控件设置主题样式
摘要:
阅读全文
posted @ 2015-11-23 10:38 西楼月光
阅读(590)
评论(0)
推荐(0)
2015年11月9日
Windows Phone 7开发遇到的事:保存、读取图片
摘要: http://blog.csdn.net/leons77/article/details/8085662读取图片图片的来源一般有3个地方:网络、独立存储和程序包。从网络读取图片[csharp]view plaincopystringuri="http://avatar.csdn.net/2/C/D/...
阅读全文
posted @ 2015-11-09 17:02 西楼月光
阅读(145)
评论(0)
推荐(0)
2015年10月26日
设置hyperlinkbutton参数
摘要: TargetName="_blank" 表示新标签空白页打开
阅读全文
posted @ 2015-10-26 19:38 西楼月光
阅读(272)
评论(0)
推荐(0)
.NET C# Tostring() format 格式化字符串大全
摘要: http://www.cnblogs.com/1971ruru/archive/2012/12/12/2814853.html.NET C# Tostring() format 格式化字符串大全最近在做第三方支付,用到了ISO8583包,因为有些域需要特定的格式,所以把常用的都搬过来了,以备不时之需...
阅读全文
posted @ 2015-10-26 18:53 西楼月光
阅读(352)
评论(0)
推荐(0)
VS2013右边属性栏无法输入的解决办法
摘要: 1、老办法:关掉VS,重开就能解决2、新方法:点击解决方案,重新生成,就能解决
阅读全文
posted @ 2015-10-26 17:19 西楼月光
阅读(364)
评论(0)
推荐(0)
2015年10月21日
发布系统的步骤
摘要: 1、用VS将系统发布到文件夹中2、在IIS管理器中为文件夹添加网站3、将对应的系统文件夹右键选择转换为应用程序4、发布的网站目录不能有中文
阅读全文
posted @ 2015-10-21 15:26 西楼月光
阅读(331)
评论(0)
推荐(0)
2015年10月15日
silverlight弹出新标签页的方式
摘要: private void AdminEntry_Click(object sender, RoutedEventArgs e) { HyperlinkButton button = sender as HyperlinkButton; ...
阅读全文
posted @ 2015-10-15 19:31 西楼月光
阅读(159)
评论(0)
推荐(0)
重写控件
摘要: 自定义ListBox类C# code?1234567891011121314151617181920212223242526272829303132 public class myListBox : System.Windows.Controls.ListBox { protec...
阅读全文
posted @ 2015-10-15 08:41 西楼月光
阅读(156)
评论(0)
推荐(0)
2015年10月14日
注册依赖属性,提示默认值类型不匹配属性的解决办法
摘要: public static readonly DependencyProperty RichTextBoxWidthProperty;RichTextBoxWidthProperty = DependencyProperty.Register("RichTextBoxWidth", typeof(d...
阅读全文
posted @ 2015-10-14 10:15 西楼月光
阅读(2305)
评论(0)
推荐(0)
2015年10月12日
silverlight中使用NavigationContext.QueryString动态加载文章
摘要: private void InitDocument(string _columnname) { YDZSWebServiceSoapClient client = new YDZSWebServiceSoapClient(); ...
阅读全文
posted @ 2015-10-12 14:54 西楼月光
阅读(277)
评论(0)
推荐(0)
下一页
公告