大约有 13,000 项符合查询结果(耗时:0.0211秒) [XML]

https://www.tsingfun.com/it/tech/978.html 

phpcms v9类别调用方法 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...el'.DIRECTORY_SEPARATOR.'caches_data'.DIRECTORY_SEPARATOR); pc_base::load_app_func('util','content'); class type { private $db; function __construct() { $this->db = pc_base::load_model('content_model'); } /** * 按照模型搜索 */ public function init() { if(!isset($_GET[...
https://www.tsingfun.com/it/tech/1703.html 

phpcms v9与ucenter通信失败 完美解决 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...字符集:UTF-8 (必选,视实际情况而定) 应用id(APP ID):(必填,该值来在“第二步”中 UCenter 创建的 phpsso 应用时自动。) Ucenter 通信密钥:(必填,一定确保该值与在“第二步”中 UCenter 创建的 phpsso 应用密钥相同...
https://www.tsingfun.com/it/tech/1782.html 

nsis指定默认安装路径,记住上次安装路径 - 更多技术 - 清泛网 - 专注C/C++...

...T_PATH}" InstallDirRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\App Paths\Test.exe" "Path" InstallDir 指定$INSTDIR值为"C:\Test";InstallDirRegKey 指定$INSTDIR值为注册表中的键值。 后面的设置覆盖前面的。nsis 安装路径
https://www.tsingfun.com/it/tech/2084.html 

宽度默认980px?手机浏览器及pc浏览器width自适应问题 - 更多技术 - 清泛网...

..., minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="format-detection" content="telephone=no" /> 第一行: width=device-width :表示宽度是设备屏幕的宽度 initial-scale=1.0:表示初始的缩放比...
https://bbs.tsingfun.com/thread-820-1-1.html 

nsis指定默认安装路径,记住上次安装路径 - 脚本技术 - 清泛IT论坛,有思想...

...ot; InstallDirRegKey HKLM &quot;Software\Microsoft\Windows\CurrentVersion\App Paths\Test.exe&quot; &quot;Path&quot; InstallDir 指定$INSTDIR值为&quot;C:\Test&quot;;InstallDirRegKey&nbsp;&nbsp;指定$INSTDIR值为注册表中的键值。 后面的设置覆盖前面的。
https://bbs.tsingfun.com/thread-816-1-1.html 

c++读注册表 - c++1y / stl - 清泛IT社区,为创新赋能!

...ing key; key.Format(_T(&quot;Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\xxx&quot;)); HKEY hKey; LONG rc = RegOpenKey(HKEY_LOCAL_MACHINE, key, &amp;hKey); if (ERROR_SUCCESS == rc) { &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;WCHAR szBuffer[MAX_PATH]; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;DWO...
https://bbs.tsingfun.com/thread-1130-1-1.html 

研究:[url]https://peterzhong1219.gitee.io/webpages/%E5%A6%82%E4%BD%95...

研究:https://peterzhong1219.gitee.io/ ... App%20Inventor.htmlhttps://qastack.cn/programming/1 ... up-the-gwt-compiler已研究,已解决问题。
https://bbs.tsingfun.com/thread-1560-1-1.html 

BLE 模块 透传问题 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...,将文件内容读出来,然后调用 ble 的写方法。感谢老师App Inventor 2&nbsp;&nbsp;发表于 2024-03-31 16:53 传文件,需要先用“文件管理器”组件,将文件内容读出来,然后调用 ble 的写方法。 ... 感谢老师
https://bbs.tsingfun.com/thread-1842-1-1.html 

【客户反馈】增加直接改项目名称的功能 - 用户反馈 - 清泛IT社区,为创新赋能!

...了,编译通过。 rename后再另存,就不行。 修复中。。。App Inventor 2&nbsp;&nbsp;发表于 2024-08-30 09:29 rename&nbsp;&nbsp;没有真正改名,编译仍然失败 另存为 是彻底改了,编译通过。 rename后再另存,就不行。 修复中。。 ... 改名功能...
https://bbs.tsingfun.com/thread-2282-1-1.html 

MQTT支持获取设备端的在线状态吗? - 创客硬件开发 - 清泛IT社区,为创新赋能!

mqtt拓展支持获取设备端的在线状态吗?这里仅仅提供一个思路: 设备状态是设备的一项数据,这个也需要设备上报其状态数据给app端,类似网络的心跳包,定时上报状态数据,一定时间没取到数据就认为设备离线。