码迷,mamicode.com
首页 >  
搜索关键字:region    ( 2749个结果
U盘监测
#region U盘监测 public const int WM_DEVICECHANGE = 0x219; public const int DBT_DEVICEARRIVAL = 0x8000; public const int DBT_DEVICER...
分类:其他好文   时间:2014-12-30 09:53:22    阅读次数:157
arm:jlink调试和直接烧写运行的不同 [mdk s3c2440]
1、对全局变量的初始化。2、还没发现的事例。/*************************************************/先上连接文件sctLR_ROM1 0x30000000 0x00010000 { ; load region size_region ER_RO...
分类:其他好文   时间:2014-12-29 18:13:00    阅读次数:216
RegexHelper
ylbtech-Unitity-cs:RegexHelper验证帮助类1.A,效果图返回顶部 1.B,源代码返回顶部1.B.1,RegexMail#region RegexMailpublic bool RegexMail(string email){ try { stri...
分类:其他好文   时间:2014-12-28 12:56:38    阅读次数:143
弹出消息对话框ScriptManager
//直接调用WebMessageBox方法 #region 弹出消息对话框 /// /// 弹出消息对话框 /// /// 要弹出对话框的Page类 /// 对话框中提示的内容 public sta...
分类:其他好文   时间:2014-12-28 12:52:44    阅读次数:135
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
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!