上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 49 下一页
摘要: c++builder PM2.5 TMemoryStream *ms = new TMemoryStream(); this->NetHTTPClient1->Get("http://www.pm25.in/api/querys/pm2_5.json?city=zhuhai&token=... 阅读全文
posted @ 2015-12-02 11:13 lypzxy 阅读(322) 评论(0) 推荐(0) 编辑
摘要: cb6XE7Project>Options>Packages>RuntimePackages>Linkwithruntimepackags勾去掉。c++Linker>LinkwithDynamicRTL勾去掉就可以了。 阅读全文
posted @ 2015-12-02 09:24 lypzxy 阅读(498) 评论(0) 推荐(0) 编辑
摘要: 天气预报 var astream : tmemorystream; sStream : TStringStream; jv : TJSONValue; begin astream := tmemorystream.Create; sStream := TString... 阅读全文
posted @ 2015-12-01 21:53 lypzxy 阅读(567) 评论(0) 推荐(0) 编辑
摘要: $(this)当前 HTML 元素$("p")所有 元素$("p.intro")所有 class="intro" 的 元素$(".intro")所有 class="intro" 的元素$("#intro")id="intro" 的元素$("ul li:first")每个 的第一个 元素$("... 阅读全文
posted @ 2015-12-01 15:01 lypzxy 阅读(219) 评论(0) 推荐(0) 编辑
摘要: jQuery智能MyEclipse Spket IDE 1.6.23http://www.spket.com/download.htmlPlugin1.6.235.62 MBMinimum Requirements: Eclipse Platform Runtime Binary 3.2.x, do... 阅读全文
posted @ 2015-11-27 17:04 lypzxy 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 引入JavaScript引入CSSMyEclipse编写css,Ctrl+Space弹出代码提示CSSh1{color:red;}.css1{}#bt1{} 阅读全文
posted @ 2015-11-27 16:02 lypzxy 阅读(152) 评论(0) 推荐(0) 编辑
摘要: http://docwiki.embarcadero.com/CodeExamples/Seattle/en/Category:Content_by_Version 阅读全文
posted @ 2015-11-26 14:32 lypzxy 阅读(189) 评论(0) 推荐(0) 编辑
摘要: Seattle新控件 1.TSearchBox Events OnInvokeSearch published Occurs when the search indicator button is clicked. Properties ButtonWidth published The width 阅读全文
posted @ 2015-11-26 13:47 lypzxy 阅读(1328) 评论(1) 推荐(0) 编辑
摘要: GetScrollInfoSetScrollInfoSB_VERT、SB_HORZ、SB_CTLhttps://msdn.microsoft.com/zh-cn/dynamics/bb787587%28v=vs.90%29 TScrollInfo ScrollInfo; ScrollIn... 阅读全文
posted @ 2015-11-25 20:40 lypzxy 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 新增的属性、方法刷新一下才可以生成方法的实现。保存按钮不生成,刷新就好了。Refresh Implemention 阅读全文
posted @ 2015-11-20 20:35 lypzxy 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 左侧单位 Chart1.Axes.Left.Minimum := 0; Chart1.Axes.Left.Maximum := Series1.YValues.MaxValue * 2;Chart1.Axes.Left.Maximum := Series1.YValues.MaxValue * ... 阅读全文
posted @ 2015-11-19 17:33 lypzxy 阅读(174) 评论(0) 推荐(0) 编辑
摘要: http://docwiki.embarcadero.com/Libraries/Seattle/en/System.Bluetooth.TBluetoothLEManager.StartDiscovery BluetoothLE Server To create a server to expos... 阅读全文
posted @ 2015-11-18 21:09 lypzxy 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 火狐插件ActiveX hosting for FirefoxChromeApplicatino/x-itst/-ActivexApplicatino/win32/npcardreadActiveX 控件对于IE在HTML中的标志是<OBJECT> 阅读全文
posted @ 2015-11-17 15:36 lypzxy 阅读(255) 评论(0) 推荐(0) 编辑
摘要: c++builder动态调用dll // 定义 typedef int __stdcall MyFunction (int x, char *str); int rtn = 0; String dllName = "XXXX.dll"; HINSTANCE hInstance = LoadLibra 阅读全文
posted @ 2015-11-17 09:43 lypzxy 阅读(814) 评论(0) 推荐(0) 编辑
摘要: //模拟ctrl+回车 keybd_event(VK_CONTROL, 0, 0, 0); keybd_event(VK_RETURN, 0, 0, 0); keybd_event(VK_RETURN, 0, KEYEVENTF_KEYUP, 0); keybd_event(VK_CONTROL, 阅读全文
posted @ 2015-11-16 21:24 lypzxy 阅读(574) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 49 下一页