上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
摘要: (* * Super Object Toolkit * * Usage allowed under the restrictions of the Lesser GNU General Public License * or alternatively the restrictions of the Mozilla Public Licen... 阅读全文
posted @ 2017-05-06 10:37 不能失败 阅读(1000) 评论(0) 推荐(0)
摘要: https://yktoo.com/en/software/dklang-traned Features Translation using a dictionary (so-called Translation Repository). Automatic tracking of source a 阅读全文
posted @ 2017-05-01 16:19 不能失败 阅读(314) 评论(0) 推荐(0)
摘要: teechart 安装流程如下: 1. 将生成的 LIB中的 选中文件copy到C:\Users\Public\Documents\RAD Studio\8.0\Dcp 图1 1. fastreport 需要选择下面三项,重新编译 这里的Path to TeeChart duc files: " D 阅读全文
posted @ 2017-04-22 14:16 不能失败 阅读(689) 评论(0) 推荐(0)
摘要: TOleControl(WebBrowser1).Visible := False 阅读全文
posted @ 2017-04-15 14:33 不能失败 阅读(205) 评论(0) 推荐(0)
摘要: function GetMd5(AValue : string) : string; var md5 : TIdHashMessageDigest5; bytes,byte1 : TBytes; begin md5 := TIdHashMessageDigest5.Create; try Result := LowerCase( ... 阅读全文
posted @ 2017-04-09 21:50 不能失败 阅读(432) 评论(0) 推荐(0)
摘要: 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 不能失败 阅读(712) 评论(0) 推荐(0)
摘要: http://www.ultraedit.com/downloads/extras/wordfiles.html 这里有ue 支持的语言的uew文件. 需要把下载的语法文件放到: %APPDATA%\IDMComp\UltraEdit\wordfiles 这里, 刚开始一直放到软件的 wordfil 阅读全文
posted @ 2017-03-19 10:31 不能失败 阅读(350) 评论(0) 推荐(0)
摘要: // 下面这个主要是对查询出来的数据, 经过筛选后得到的数据中进行反选操作 ,然后对选择的数据进行修改(全选或选择一部分也可以根据些代码修改) Screen.Cursor := crHourGlass; cxGrid2DBTableView1.DataController.GotoFirst; for i := 0 to cxgrid2DBTableView1.DataController.... 阅读全文
posted @ 2016-12-29 15:37 不能失败 阅读(978) 评论(0) 推荐(0)
摘要: 正则表达式 (UltraEdit Syntax): % 匹配行首 - 表明要搜索的字符串一定在行首. $ 匹配行尾 - 表明要搜索的字符串一定在行尾 ? 匹配除换行符外的任一单个字符. * 匹配任意个数的字符出现任意次数(不包括换行符) + 匹配前导字符或者表达式出现一次或者更多次(不包括换行符)  阅读全文
posted @ 2016-12-18 16:42 不能失败 阅读(1392) 评论(0) 推荐(0)
摘要: https://developer.paypal.com/ https://developer.paypal.com/docs/classic/api/merchant/GetBalance_API_Operation_NVP/ 取得帐号上的金额,需要权限支持。 阅读全文
posted @ 2016-12-17 21:54 不能失败 阅读(119) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页