摘要:
std::ostream & operator<<(std::ostream os,const MyString & mystr){os<<mystr.pCharArray;return os;};编译出错;error C2248: 'MyString::pCharArray' : cannot access private member declared in class 'MyString'修改:std::ostream & operator<<(std::ostream & os,cons 阅读全文
阅读排行榜
工号
2013-01-14 22:35 by hongjiumu, 562 阅读, 收藏,
摘要:
lijian WX117401(lwx117401) 2013-01-10 15:57:32下个星期登录公司的邮箱,系统啥的要用新工号了chenailin WX117400(cwx117400) 2013-01-10 16:01:13啊,还不知道chenailin WX117400(cwx117400) 2013-01-10 16:01:16我去邮箱看看lijian WX117401(lwx117401) 2013-01-10 16:01:45星期六替换lijian WX117401(lwx117401) 2013-01-10 16:02:04dalian\R22547 dalianlijia 阅读全文
realloc 用法
2013-12-30 19:58 by hongjiumu, 552 阅读, 收藏,
摘要:
#include #include #include int main() { char * p_char; //you should include - because that is where malloc() is declared p_char=(char *)malloc(100); int count(123456); count=count0) //{ // p_char=(char *)malloc(100); // count--; //} //#includ... 阅读全文
js修改css样式表解析(转)
2012-09-12 10:22 by hongjiumu, 538 阅读, 收藏,
摘要:
js修改css样式表解析(转)2009-12-30 14:57abc.cssCSS code.class1{width:10px;background-color: red;}HTML code<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><link rel="stylesheet" type="text/css" href="abc.css" /><TITLE 阅读全文
最快的csv文件入到数据库的方法
2013-12-06 20:59 by hongjiumu, 523 阅读, 收藏,
摘要:
最快的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)\ 阅读全文
浙公网安备 33010602011771号