上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: procedure TfrmUserV3.ImportUser(const AFileName: string); var book :IXLSWorkBook; ws : IXLSWorkSheet; i,j : Integer; v : Variant; obj : T_LoginUser; objList : T_LoginUserInf; sCode,sN... 阅读全文
posted @ 2016-12-01 17:58 不能失败 阅读(531) 评论(0) 推荐(0)
摘要: http://www.codeproject.com/Articles/58357/Using-jqGrid-s-search-toolbar-with-multiple-filter 阅读全文
posted @ 2016-08-02 23:42 不能失败 阅读(154) 评论(0) 推荐(0)
摘要: Windows Server 2003开机自动启动MySQL服务设置方法 发布时间:2014-12-19 更新时间:2014-12-24 来源:网络 关键词: 2003 exe 开机 nbsp; 设置方法 &http://www.aliyun.com/zixun/aggregation/37954. 阅读全文
posted @ 2016-07-24 17:40 不能失败 阅读(2223) 评论(0) 推荐(0)
摘要: declare @dbName sysName ALTER DATABASE @dbName SET EMERGENCY ALTER DATABASE @dbName SET SINGLE_USER ----修改数据库为单用户模式 DBCC CheckDB (@dbName,REPAIR_ALLOW_DATA_LOSS) ----修复数据库 DBCC CheckDB (@dbNa... 阅读全文
posted @ 2016-07-22 15:09 不能失败 阅读(193) 评论(0) 推荐(0)
摘要: IIS上部署MVC网站,打开后ExtensionlessUrlHandler-Integrated-4.0解决方法 IIS上部署MVC网站,打开后500错误:处理程序“ExtensionlessUrlHandler-Integrated-4.0”在其模块列表中有一个错误模块“ManagedPipel 阅读全文
posted @ 2016-07-19 08:44 不能失败 阅读(634) 评论(0) 推荐(0)
摘要: if exists (SELECT 1 FROM Sys.default_constraints a JOIN sys.columns b ON a.parent_object_id = b.object_id AND a.parent_column_id = b.column_id AND b.name = 'ISBNEnabled' where a.parent_object_id = O... 阅读全文
posted @ 2016-06-16 09:30 不能失败 阅读(339) 评论(0) 推荐(0)
摘要: insert into T_BirdSystemSku(ID,Sku)select ID,SKU from OpenRowSet('Microsoft.ACE.OLEDB.12.0', 'Excel 12.0;HDR=Yes;IMEX=1;Database=c:/tp.xlsx', 'select ... 阅读全文
posted @ 2016-01-11 10:52 不能失败 阅读(269) 评论(0) 推荐(0)
摘要: (* * Super Object Toolkit * * Usage allowed under the restrictions of the Lesser GNU General Public License * or alternatively... 阅读全文
posted @ 2016-01-01 16:05 不能失败 阅读(790) 评论(0) 推荐(0)
摘要: 当然,如果你想省掉所有这些麻烦也行,最简单的在IIS启动SSL的方法只要3步:1.下载IIS6.0ResourceKitTools:http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade... 阅读全文
posted @ 2015-11-01 22:42 不能失败 阅读(1833) 评论(0) 推荐(0)
摘要: http://yktoo.com/en/software/dklangTraned http://sourceforge.net/projects/dklang/ 阅读全文
posted @ 2015-10-31 09:39 不能失败 阅读(287) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页