上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 1357 下一页
Unigui运行在chrome浏览器下可以有最佳的效果,但用ie打开用unigui做的项目会发现字体明显小一截,可以用自定义css来解决这个问题。 可以在UniServeModule的customcss属性中写入以下代码: <style type="text/css"> *{font-size:12 Read More
posted @ 2018-12-20 22:04 findumars Views(690) Comments(0) Diggs(0) Edit
在目前的UniGUI(ver:0.88)中使用UniApplication.Cookies.SetCookie来设置一个中文的Cookies时,然后用UniApplication.Cookies.Values来读取Coolies值时,中文会变成乱码。查询UniGui论坛,得到以下解决方法: proc Read More
posted @ 2018-12-20 22:02 findumars Views(712) Comments(0) Diggs(0) Edit
好多人都抱怨delphi没有提供一个可以把任意数据放入数据库的控件,虽然说用代码实现也不难,但是有控件会更方便,这次我终于还是抽出空来做了这么个控件,以后就可以直接拖放了。它支持把任意数据类型写入数据库,也可以从数据库读出到流,或是直接保存为文件。另外,我加了一些对常用图像的处理,保存 jpg或是g Read More
posted @ 2018-12-20 21:59 findumars Views(3562) Comments(1) Diggs(0) Edit
主要是要读取数据库的信息,而delphi界面是一个树形结构。 例如有一个Ascess数据库:示例.MDB,内有一张表:“国家”,表的内容如下: 编号 名称 01 中国 0101 吉林省 010101 长春市 010102 吉林市 0102 江苏省 010201 南京市 010202 常州市 02 美 Read More
posted @ 2018-12-20 21:59 findumars Views(470) Comments(0) Diggs(0) Edit
//delphi 7 Delphi汉字简繁体转换代码unit ChineseCharactersConvert; interface uses Classes, Windows; type TGBBIG5Convert = class(TObject) public class function B Read More
posted @ 2018-12-20 21:58 findumars Views(1083) Comments(0) Diggs(0) Edit
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 1357 下一页