上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
摘要: Uses IniFiles; const SZ_APP_NAME = 'demo_test'; Procedure TForm1.GetSettings; var _MemIniU: TMemIniFile; _SettingsPath: string; begin try _SettingsPath := GetHomePath + PathDelim + SZ_A... 阅读全文
posted @ 2017-03-24 14:59 不能失败 阅读(658) 评论(0) 推荐(0) 编辑
摘要: http://www.ultraedit.com/downloads/extras/wordfiles.html 这里有ue 支持的语言的uew文件. 需要把下载的语法文件放到: %APPDATA%\IDMComp\UltraEdit\wordfiles 这里, 刚开始一直放到软件的 wordfil 阅读全文
posted @ 2017-03-19 10:31 不能失败 阅读(336) 评论(0) 推荐(0) 编辑
摘要: // 下面这个主要是对查询出来的数据, 经过筛选后得到的数据中进行反选操作 ,然后对选择的数据进行修改(全选或选择一部分也可以根据些代码修改) Screen.Cursor := crHourGlass; cxGrid2DBTableView1.DataController.GotoFirst; for i := 0 to cxgrid2DBTableView1.DataController.... 阅读全文
posted @ 2016-12-29 15:37 不能失败 阅读(951) 评论(0) 推荐(0) 编辑
摘要: 正则表达式 (UltraEdit Syntax): % 匹配行首 - 表明要搜索的字符串一定在行首. $ 匹配行尾 - 表明要搜索的字符串一定在行尾 ? 匹配除换行符外的任一单个字符. * 匹配任意个数的字符出现任意次数(不包括换行符) + 匹配前导字符或者表达式出现一次或者更多次(不包括换行符)  阅读全文
posted @ 2016-12-18 16:42 不能失败 阅读(1256) 评论(0) 推荐(0) 编辑
摘要: https://developer.paypal.com/ https://developer.paypal.com/docs/classic/api/merchant/GetBalance_API_Operation_NVP/ 取得帐号上的金额,需要权限支持。 阅读全文
posted @ 2016-12-17 21:54 不能失败 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 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 不能失败 阅读(510) 评论(0) 推荐(0) 编辑
摘要: http://www.codeproject.com/Articles/58357/Using-jqGrid-s-search-toolbar-with-multiple-filter 阅读全文
posted @ 2016-08-02 23:42 不能失败 阅读(146) 评论(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 不能失败 阅读(2190) 评论(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 不能失败 阅读(185) 评论(0) 推荐(0) 编辑
摘要: IIS上部署MVC网站,打开后ExtensionlessUrlHandler-Integrated-4.0解决方法 IIS上部署MVC网站,打开后500错误:处理程序“ExtensionlessUrlHandler-Integrated-4.0”在其模块列表中有一个错误模块“ManagedPipel 阅读全文
posted @ 2016-07-19 08:44 不能失败 阅读(620) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页