代码改变世界

随笔分类 -  项目记录

最快的csv文件入到数据库的方法

2013-12-06 20:59 by hongjiumu, 521 阅读, 收藏,
摘要: 最快的csv文件入到数据库的方法:EXEC master.sys.sp_configure 'show advanced options', 1 ; RECONFIGURE ; EXEC master.sys.sp_configure 'xp_cmdshell', 1 ; RECONFIGURE;EXEC master..xp_cmdshell 'bcp SmartRNO_RF_1127_RF.[prj].[D2_Request_NBR] in D:\work\1204\store\99_Aktueller_DS_cw40.cdn -S (LOCAL)\ 阅读全文

DockManager

2013-06-19 22:15 by hongjiumu, 439 阅读, 收藏,
摘要: Devexpress----DockManager类似VS左右上下浮动栏停靠DockManager->Customize->DockPanel->NEW->Text='详细';Visible=AutoHidden;Dock=Bottom; 阅读全文

SharpMap实践代码

2013-01-09 23:04 by hongjiumu, 381 阅读, 收藏,
摘要: SharpMap实践代码http://download.csdn.net/download/studyforgis/3327777http://www.cnblogs.com/sharpfeng/archive/2011/06/08/2075553.htmlusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.F 阅读全文

事件+=容易写错

2012-12-24 23:28 by hongjiumu, 180 阅读, 收藏,
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ConsoleApplication1{ class Program { private static string _vsPath = @"D:\work\1222\storeInformation\Ericsson-CAT01R04-290512.xml"; private static Ericsson3G3G vEricsson3G3G = new Ericsso... 阅读全文

邮件发送1

2012-11-07 20:44 by hongjiumu, 247 阅读, 收藏,
摘要: 邮件发送1 阅读全文

MSTest+Nmock 3测试1

2012-11-06 21:18 by hongjiumu, 407 阅读, 收藏,
摘要: 开始使用MSTest+Nmock 3测试 阅读全文

TortoiseSVN Settings Subversion

2012-10-29 23:41 by hongjiumu, 246 阅读, 收藏,
摘要: TortoiseSVN Settings SubversionGlobal ignore pattern:*.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store release debug obj bin Bin Release Debug 阅读全文

如何解决sql server2008:将字符串转换为 uniqueidentifier 时出现语法错误

2012-09-17 17:25 by hongjiumu, 2220 阅读, 收藏,
摘要: declare @parentKey char(36) set @parentKey='B4B519EF-13F9-4F85-A382-21362F337D9D' select [Pro_ProductCategory].[CategoryName]+'('+ cast((select COUNT(1)from Pro_ProductMST where ProductModelKey in (select ModelKey from Pro_ProductModel where CategoryKey=[Pro_ProductCategory].Category 阅读全文

Frame虚拟目录设置(2012080101)

2012-08-01 09:25 by hongjiumu, 192 阅读, 收藏,
摘要: 处理办法:设置虚拟目录为”/“即可。 阅读全文