随笔分类 -  aau

摘要:另:在aau对中文操作时,中文默认的编码是gbk。如果从utf8编码的网站上获得的汉字要想正常显示的话,要先转成gbk。 阅读全文
posted @ 2019-07-29 21:10 小鱼大虾 阅读(622) 评论(0) 推荐(0) 编辑
摘要:import console; import mysql.client; //本地数据库 console.log("正在连接本地数据库服务器..."); var localdb,err = mysql.client( server = "localhost"; uid = "root"; pwd = "123456"; ); if(!localdb){ c... 阅读全文
posted @ 2018-01-24 12:01 小鱼大虾 阅读(218) 评论(0) 推荐(0) 编辑
摘要:import win.ui; import fsys.dlg; /*DSG{{*/ var winform = ..win.form(text="AAuto Form";right=322;bottom=157) winform.add( static={cls="static";left=5;to 阅读全文
posted @ 2018-01-24 11:58 小鱼大虾 阅读(706) 评论(0) 推荐(0) 编辑
摘要:import win.ui; ..ShowWindow = ::User32.api("ShowWindow","int(int hwnd,int nCmdShow)") /*DSG{{*/ var winform = ..win.form(text="MainForm";right=269;bottom=133) winform.add( button={cls="button";text="... 阅读全文
posted @ 2018-01-24 11:56 小鱼大虾 阅读(135) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。
posted @ 2018-01-02 14:41 小鱼大虾 阅读(2) 评论(0) 推荐(0) 编辑
摘要://默认回车键搜索winform.isDialogMessage = function(hwnd,msg){ if( msg.wParam == 0xD/*_VK_RETURN*/ || msg.wParam == 0x1B/*_VK_ESC*/){ wbLayout.getEle("search" 阅读全文
posted @ 2018-01-02 14:39 小鱼大虾 阅读(98) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。
posted @ 2017-12-30 12:11 小鱼大虾 阅读(3) 评论(0) 推荐(0) 编辑

本博客只是记录个人学习中遇到的问题.只供自己个人参考!
点击右上角即可分享
微信分享提示