1111.PNG
Search found 12 matches
- 10 May 2019, 03:43
- Forum: Ask For Help
- Topic: post json data ???
- Replies: 2
- Views: 967
- 10 May 2019, 03:32
- Forum: Ask For Help
- Topic: post json data ???
- Replies: 2
- Views: 967
post json data ???
1111.PNG How to change to autohotkey ?? my results of the code below is empty !!! 2222.PNG pJson= ( { taskDateTime: 2019-01-05, pCode: 330900 } ) msgbox % JSONPOST(url,,pJson) return ;;;http thinkai.net /p/677 Thinkai's Blog JSONPOST(url, Encoding = "",postData=""){ ;网址,编码, post JSON数据 hObject:=Com...
- 22 May 2015, 04:45
- Forum: 请求帮助
- Topic: office web component(OWC)图表控件怎么用?
- Replies: 2
- Views: 1768
Re: office web component(OWC)图表控件怎么用?
找到方法了: webTools_arr := ComObjArray(12, 5) webToolsNum_arr := ComObjArray(12, 5) webToolsNumOld_arr := ComObjArray(12, 5) webTools_arr[0]:="ASP" webTools_arr[1]:="ASP.NET" webTools_arr[2]:="JSP" webTools_arr[3]:="PHP" webTools_arr[4]:="VB" webToolsNum_arr[0]:="100" webToolsNum_arr[1]:="50" webToolsNu...
- 19 May 2015, 23:43
- Forum: 请求帮助
- Topic: office web component(OWC)图表控件怎么用?
- Replies: 2
- Views: 1768
office web component(OWC)图表控件怎么用?
office web component(OWC)图表控件怎么用? 网上搜下,VB如下: Dim webTools_arr(1 To 4), webToolsNum_arr(1 To 4), webToolsNumOld_arr(1 To 4) chartPicFile = "d:\chart.gif" '统计图表数据,可以从数据库中取得,这里用两个数组来承载' webTools_arr(4) = "ASP" webTools_arr(1) = "ASP.NET" webTools_arr(2) = "JSP" webTools_arr(3) = "PHP" webToolsNum_arr(4...
- 01 Apr 2014, 23:30
- Forum: 请求帮助
- Topic: 有关 WinHttp.WinHttpRequest.5.1 事件函数!!
- Replies: 4
- Views: 3703
Re: 有关 WinHttp.WinHttpRequest.5.1 事件函数!!
文件却没下下来!
- 30 Mar 2014, 03:15
- Forum: 请求帮助
- Topic: 有关 WinHttp.WinHttpRequest.5.1 事件函数!!
- Replies: 4
- Views: 3703
有关 WinHttp.WinHttpRequest.5.1 事件函数!!
对于 WinHttp.WinHttpRequest.5.1 如何用到它的事件函数 比如: void OnResponseDataAvailable( [in] SAFEARRAY(unsigned char) *Data ); Data [in] A zero-based array of bytes that receives the response data received by Microsoft Windows HTTP Services (WinHTTP) up to the point that this event occurs. This is a VARIANT of t...
- 03 Mar 2014, 22:44
- Forum: 请求帮助
- Topic: Mozilla.Browser 和 Shell.Explorer 的问题?
- Replies: 1
- Views: 2173
Mozilla.Browser 和 Shell.Explorer 的问题?
”Gui Add, ActiveX“ 的时候
Mozilla.Browser 和 Shell.Explorer 有没有速度上的区别,或其他区别?
为什么我用 Mozilla.Browser 没有滚动条 而用 Shell.Explorer 就会出现滚动条?
如何让 Mozilla.Browser 也出现滚动条 ?
Mozilla.Browser 和 Shell.Explorer 有没有速度上的区别,或其他区别?
为什么我用 Mozilla.Browser 没有滚动条 而用 Shell.Explorer 就会出现滚动条?
如何让 Mozilla.Browser 也出现滚动条 ?
Re: 时间同步
太好了,学习了。。
不过,win7系统下
开头最好加
if not A_IsAdmin
{
Run *RunAs "%A_AhkPath%" "%A_ScriptFullPath%"
ExitApp
}
不过,win7系统下
开头最好加
if not A_IsAdmin
{
Run *RunAs "%A_AhkPath%" "%A_ScriptFullPath%"
ExitApp
}
- 08 Dec 2013, 07:36
- Forum: Scripts and Functions
- Topic: [FUNCTION] StdoutToVar with exit code
- Replies: 30
- Views: 15348
- 01 Dec 2013, 08:46
- Forum: Scripts and Functions
- Topic: [FUNCTION] StdoutToVar with exit code
- Replies: 30
- Views: 15348
Re: [FUNCTION] StdoutToVar with exit code
it can use on OSx32
not good on OSx64 !!
not good on OSx64 !!
- 01 Dec 2013, 01:10
- Forum: Scripts and Functions
- Topic: [FUNCTION] StdoutToVar with exit code
- Replies: 30
- Views: 15348
- 30 Nov 2013, 09:51
- Forum: Scripts and Functions
- Topic: [FUNCTION] StdoutToVar with exit code
- Replies: 30
- Views: 15348
Re: [FUNCTION] StdoutToVar with exit code
StdoutToVar_CreateProcess("ping www.sina.com.cn") ;;;;;;;;(my english is poor! sorry!) result : ???? Ping auriga.sina.com.cn [61.172.201.194] ???? 32 ????????: ???? 61.172.201.194 ????: ???=32 ???=13ms TTL=247 ???? 61.172.201.194 ????: ???=32 ???=13ms TTL=247 ???? 61.172.201.194 ????: ???=32 ???=13m...