ITPUB个人空间 »
liyihongcug的个人空间
欢迎访问 liyihongcug 的个人空间
我的论坛主题
-
2008-01-24 11:04:40 / WEB程序开发
perl已经能成功解析htmlxml excel(可能vc解析能力更强 但是perl在于免费 高性能无价)现解析一个新的html 发生奇特错误INSERT py_info(rpt_id,rpt_src,enquiry_reason,report_time,name,identity_no,rpt_pno,rpt_comp,rpt_person,ever_nm_c,ever_iden_c,enq24m_c,loan_no_total,loan_no,loan_amt_hist,loan_out_amt,overdue_amt,over24m_c,card_no_total,card_no,credit_limit,mon_out_amt,date_first_card,ssi_wage,ssi_status,rri1_1,rri1_2,rri1_3,rri1_4,rri1_5,rri1_6,rri2_1,rri2_2,rri2_3,rri2_4,rri2_5,gende
查看(672)
评论(1)
-
2008-01-23 15:15:24 / MS SQL Server
mysql有 unsigned int 字段类型sqlserver如何表达 unsigned int(字段类型)
查看(346)
评论(1)
-
2008-01-23 13:59:29 / WEB程序开发
mssql_get_last_message(PHP 4, PHP 5, PECL odbtp:1.1.1-1.1.4)mssql_get_last_message — Returns the last message from the serverDescriptionstring mssql_get_last_message ( void )WarningThis function is currently not documented; only the argument list is available.mssql_guid_string mssql_free_statement--------------------------------------------------------------------------------Last updated: Sun, 25 Nov 2007add a note User Contributed Notesmssql_get_last
查看(484)
评论(3)
-
2008-01-23 11:42:50 / WEB程序开发
服务器在局网内经常发生不能连接 (通过http://10.2**.2**.2**/web访问)Information AlertStatus : 504 Gateway Time-OutDescription : Unable to connect to origin web server. The web site you are attempting to access is currently unreachable. This may be due to a network outage, or the web site might be experiencing technical difficulties.但是局网其他用户是可以访问我的机器是有时候可以有时候 不可以(重启动电脑又可以 ),我机器连接互联网是好的 连接局网其他机器是好的。
查看(468)
评论(0)
-
2008-01-22 15:54:19 / MS SQL Server
在mysql中是droptableabcifexistsabc,换到mssql后我记得用过ifexistsabcdroptableabc,但现在不能用了。在google上搜的结果是从系统表中查看有没有相应的表名,但我记得我确实用过ifexistsabcdroptableabc或类似语句的。问题点数:20、回复次数:4Top1 楼samfeng_2003(凤翼天翔)回复于 2006-01-15 15:43:31 得分 20ifexists(select*fromsysobjectswhereid=object_id(N'abc')andOBJECTPROPERTY(id,N'IsUserTable')=1)droptab
查看(281)
评论(4)
-
2008-01-22 15:11:17 / WEB程序开发
使用perl语言 调用xml发生错误Couldn't open encmap gb2312.enc:No such file or directoryat C:/Perl/lib/XML/Parser.pm line 187
查看(604)
评论(5)
-
2008-01-22 11:16:58 / WEB程序开发
apacheweb服务(apache+php+win2003)使用一段时间后,发现突然不能登陆到服务器(必须等apacne重新启动才能解决)应该不是防火墙原因!
查看(432)
评论(1)
-
2008-01-21 18:03:18 / MS SQL Server
不能通过select *, ROW_NUMBER() over (order by iden_typ ) as row_number from(SELECT b.iden_typ,b.iden_id,b.time,n.new_ridFROM sys_enqids AS bLEFT JOIN (SELECT MAX(rpt_id) as new_rid, identity_noFROM dat_info
查看(240)
评论(1)
-
2008-01-21 17:47:03 / MS SQL Server
这个问题是Mysqlselect * from info where a='22' limit 30,6030 是变量问如何转化为sqlserver急切??
查看(354)
评论(6)
-
2008-01-21 13:57:52 / MS SQL Server
引用邹建的:SELECT表名=casewhena.colorder=1thend.nameelse''end,字段序号=a.colorder,字段名=a.name,标识=casewhenCOLUMNPROPERTY(a.id,a.name,'IsIdentity')=1then'√'else''end,主键=casewhenexists(SELECT1FROMsysobjectswherextype='PK'andnamein(SELECTnameFROMsysindexesWHEREindidin(SELECTindidFROMsysindexkeysWHEREid=
查看(433)
评论(6)