码迷,mamicode.com
首页 >  
搜索关键字:invalid region    ( 5582个结果
convert image to base64
ylbtech-Unitity-cs:convert image to base64convert image to base641.A,效果图返回顶部 1.B,源代码返回顶部1.B.1,convert image to base64#region convert image to base64pu...
分类:其他好文   时间:2014-12-28 12:49:44    阅读次数:144
C# Winform Excel的导出,根据excel模板导出数据
namespace dxhbskymDemo { public partial class ExcelForm : DevExpress.XtraEditors.XtraForm { public ExcelForm() { InitializeComponent(); } #region ...
分类:Windows程序   时间:2014-12-27 15:15:06    阅读次数:276
ystem.Windows.Forms.SplitContainer : ContainerControl, ISupportInitialize
1 #region 程序集 System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 2 // C:\Program Files (x86)\Reference Assembl...
分类:Windows程序   时间:2014-12-27 12:41:07    阅读次数:318
Oracle部分常用语句
--query权限即可查看系统有哪些失效的PKG。(我们系统的PKG一般是OPER用户创建的)select * from all_objects a where a.owner = 'GNBSOPER' and a.status = 'INVALID';--查看系统表的约束select * from...
分类:数据库   时间:2014-12-26 20:09:53    阅读次数:205
NHibernate+SQLite 学习笔记(二)+使用FLuent NHibernate 建立会话工厂(session factory) 并对数据库进行操作(open Session)
1、创建一个会话工厂(session factory)#region //********************创建一个会话工厂---Create Session Factory*******************// private void btnCreateSessionFa...
分类:数据库   时间:2014-12-26 16:37:30    阅读次数:251
magento -- 添加中国省份列表
magento本身的数据库里不包含中国的省份信息,你可以执行以下的SQL语句来添加 添加到directory_country_region表 [c-sharp]view plaincopyINSERTINTO`directory_country_region`(`region_id`,`c...
分类:其他好文   时间:2014-12-26 12:35:18    阅读次数:241
System.ComponentModel.Component : MarshalByRefObject, IComponent, IDisposable
#region 程序集 System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089// C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll#endre...
分类:其他好文   时间:2014-12-25 22:01:53    阅读次数:180
System.Windows.Forms.Control : Component, IOleControl, IOleObject, IOleInPlaceObject, IOleInPlaceActiveObject....
#region 程序集 System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089// C:\Windows\Microsoft.NET\Framework\v2.0.50727\Sy...
分类:Windows程序   时间:2014-12-25 21:50:13    阅读次数:818
System.Windows.Forms.ListView : Control
#region 程序集 System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089// C:\Windows\Microsoft.NET\Framework\v2.0.50727\Sy...
分类:Windows程序   时间:2014-12-25 21:49:02    阅读次数:735
C#和SQL操作Xml
#region DataTableToXml public static string DataTableToXml(System.Data.DataTable Dt) { StringBuilder sbHtml = new StringBuilder(); if (Dt.Rows.Count >...
分类:数据库   时间:2014-12-25 14:22:39    阅读次数:198
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!