码迷,mamicode.com
首页 >  
搜索关键字:region    ( 2749个结果
Prism中在Region中注入匹配问题
[Export] public partial class TitleView : UserControl { public TitleView() { InitializeComponent(); } ...
分类:其他好文   时间:2015-11-21 10:29:07    阅读次数:131
C#窗体多语言切换(简繁)
多窗体最好继承一个父窗体,在父窗体体Load事件中执行此方法添加引用 using Microsoft.VisualBasic; 1 #region 语言切换 2 /// 3 /// 语言切换 4 /// 5 ...
分类:编程语言   时间:2015-11-20 17:35:23    阅读次数:412
asp.net json和Datatable格式的相互转化
#region将datatable格式转换成json格式publicstaticstringDataSetToJson(DataTabledt){stringjson=string.Empty;try{if(dt==null||dt.Rows.Count==0){return"";}json="{";json+="‘table"+1+"‘:[";for(inti=0;i<dt.Rows.Count;i++){json+="{";for(intj=0;j<dt.Columns.Cou..
分类:Web程序   时间:2015-11-19 19:21:21    阅读次数:222
asp.net 发送邮件到指定邮箱
#region发送邮件到指定邮箱///<summary>///发送邮件///</summary>///<paramname="to">收件人邮件地址</param>///<paramname="from">发件人邮件地址</param>///<paramname="subject">邮件主题</param>///<paramname="body"&..
分类:Web程序   时间:2015-11-19 19:20:09    阅读次数:177
orcal从同一段分别查出市和省,并分列显示
select t9.region_name 区,(select region_name from crm_region r1 where r1.region_id=t9.parent_id) 市,(select region_name from crm_region r1 where r1.regi...
分类:其他好文   时间:2015-11-19 18:47:34    阅读次数:165
WinForm 实现拖拽文件
1.AllowDrop属性要设置为True2.C#代码参考一下写法 #region dgvResult_DragDrop 拖拽完成时,读取文件名全路径 /// /// 拖拽完成时,读取文件名全路径 /// /// ...
分类:Windows程序   时间:2015-11-19 00:25:18    阅读次数:428
Windows API 之 VirtualAlloc(未完)
Reserves, commits, or changes the state of a region of pages in the virtual address space of the calling process. Memory allocated by this function is...
分类:Windows程序   时间:2015-11-17 21:57:04    阅读次数:483
Base64上传图片
#region 上传图片[HttpPost]/// /// 上传文件 jpg图片/// /// Base64位数据/// 一个虚拟的地址public string UpLoadImg(string imgStr){string urlPath = string.Empty;try{// 转化64位数...
分类:Web程序   时间:2015-11-16 15:43:44    阅读次数:169
WPF Prism Request Navigate activation error
其他测试项目时没有问题,但是有些项目有时候导航一直报错误!Referring the StockTraderRI, I created a popup region in my shellinfBehaviors:RegionPopupBehaviors.CreatePopupRegionWithN...
分类:Windows程序   时间:2015-11-16 10:48:34    阅读次数:833
HDevelop数据类型
*图形类型*图像Hwnd:=3600read_image(Image, 'fabrik')disp_obj(Image, Hwnd)*region 区域gen_rectangle1(Rectangle, 30, 20, 100, 200)*xld 轮廓gen_contour_region_xld(R...
分类:其他好文   时间:2015-11-12 11:26:11    阅读次数:266
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!