Cai Shanli

Results 8 issues of Cai Shanli

奇易模块中有几个函数。由于我太菜。不会用mb的c接口实现。还请各位大神帮忙用c实现一下 函数1定义: ``` 子程序名:填表事件_鼠标事件 返回值类型:文本型 参数的名称为“标签名”,类型为“文本型”。 参数的名称为“ID_名称_索引”,类型为“文本型”。注明:支持 ID、value、Class、Text、href、索引。 参数的名称为“执行事件名”,类型为“文本型”。注明:事件参考:http://www.w3school.com.cn/jsref/dom_obj_event.asp。 参数的名称为“是否冒泡”,类型为“逻辑型”。注明:表示事件是否应该冒泡,针对鼠标事件模拟,该值应该被设置为true。 参数的名称为“是否能取消”,类型为“逻辑型”。注明:表示该事件是否能够被取消,针对鼠标事件模拟,该值应该被设置为true。 参数的名称为“screenX”,类型为“整数型”,允许接收空参数数据。注明:屏幕里的x坐标。 参数的名称为“screenY”,类型为“整数型”,允许接收空参数数据。注明:屏幕里的y坐标。 参数的名称为“clientX”,类型为“整数型”,允许接收空参数数据。注明:浏览器里的X坐标。 参数的名称为“clientY”,类型为“整数型”,允许接收空参数数据。注明:浏览器里的y坐标。 参数的名称为“跳过次数”,类型为“整数型”,允许接收空参数数据。 参数的名称为“穿透框架”,类型为“文本型”,允许接收空参数数据。注明:支持 ID、value、Class、Text、href、索引。 参数的名称为“自定义属性名”,类型为“文本型”,允许接收空参数数据。 参数的名称为“父子操作”,类型为“文本型”,允许接收空参数数据。 参数的名称为“是否GBK编码”,类型为“逻辑型”,允许接收空参数数据。 ``` 函数2定义: ``` 子程序名:填表事件_触摸事件 返回值类型:文本型 参数的名称为“标签名”,类型为“文本型”。 参数的名称为“ID_名称_索引”,类型为“文本型”。注明:支持 ID、value、Class、Text、href、索引。 参数的名称为“执行事件名”,类型为“文本型”。注明:事件参考:http://www.w3school.com.cn/jsref/dom_obj_event.asp。...

I use mt6701 sensor to replace with as5600, and get wrong pole pair value and electrical zero offset when call initFOC with default params, and the motor power(about 5W) is...

help wanted
question

When I start osgearth_measure with one screen(Viewer.setUpViewOnSingleScreen) using gdal_tiff.earth, and click on the earth to measure distance, a red line will fllow the mouse, all is ok. But when I...

defect

first widget is in bottom, and last widget is in front, so handle event need to trans events from last widget to first widget.

Hi: I see that datepicker's default format is mm/dd/yy, like 04/28/2021, but I want to set datepicker's format as 2021-04-28, so I modify argon.js and add dateFormat to datepicker, like...

Hi, thank you for your great example, and I see your video demo, and find that your imu board move and nodejs cuboid move sync. But when I use this...

### What happened? docker compose up failed, only redis and web started, beat worker flower notifier backend-api start failed. ### Relevant log output ```bash test@test-pc:~/quivr$ docker compose up WARN[0000] /home/test/quivr/docker-compose.yml:...

bug