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

https://bbs.tsingfun.com/thread-1113-1-1.html 

App Inventor 2如何计算1加到100总和?(经典循环写法) - App Invento...

... 这个代码块作用是指定一个数学范围,在这个范围内进行循环。 逻辑就是从1循环到100,每次循环值累加到变量“总和”中,代码如下: 我们看下执行结果: 再思考一下,使用”满足条件 重复执行“代码块如何实...
https://www.fun123.cn/referenc... 

App Inventor 2 计时器(Clock)详细用法示例 · App Inventor 2 中文网

...文本,然后用逻辑判断代码块,和你要想到时间点文本进行比较,如果相等,则到了你预定时间点,做你预想事情。 如何实现多个定时任务? 可以用多个计时器组件,分别设置不同时间,分别触发处...
https://bbs.tsingfun.com/thread-1993-1-1.html 

界面很多按钮时,如何获取当前被点击按钮文本? - App Inventor 2 中文...

...话,通常做法定义一个前值,一个后值,当按下符号后进行切换,最终前值、符号、后值就能计算最终结果了。
https://stackoverflow.com/ques... 

How to make a round button?

... encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <solid android:color="#eeffffff" /> <corners android:bottomRightRadius="8dp" android:bottomLeftRadius="8dp" android:topRightRadius="8dp" ...
https://bbs.tsingfun.com/thread-2498-1-1.html 

【解决】java.lang.ArrayIndexOutOfBoundsException: length=1; index=-1 a...

...ogressChanged(Unknown Source:4) at hb.handleMessage(chromium-SystemWebView.apk-default-495156106:208) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:201) at android.os.Looper.loop(Looper.java:288) at android.app.ActivityThread.main(ActivityThread.ja...
https://bbs.tsingfun.com/thread-2568-1-1.html 

飞机大战游戏 - .aia 案例源码 - 清泛IT社区,为创新赋能!

屏幕数量:3个,代码块2000左右,游戏完成度很高,可玩性非常好,有很好学习参考价值。 apk可以安装试玩。
https://www.tsingfun.com/it/cpp/967.html 

ATL创建ActiveX(COM组件)实现JS回调 - C/C++ - 清泛网 - 专注C/C++及内核技术

...his便是),然后通过它就可以在ATL中任意获取网页元素,进行Invoke调用,详细请参见《ATL COM开发入门(二)(ActiveX/COM组件回调JS)》。 ATL ActiveX COM JS回调
https://www.tsingfun.com/it/cpp/968.html 

ATL COM开发入门(二)(ActiveX/COM组件回调JS) - C/C++ - 清泛网 - 专注C/C++及内核技术

...his便是),然后通过它就可以在ATL中任意获取网页元素,进行Invoke调用。 定时器采用Win32 APISetTimer,在回调函数中回调前台js函数,显示计数。 一、ATLDemo.idl 中添加一个新接口: BeginTiming函数体: STDMETHODIMP CAtlDemoIf::...
https://www.tsingfun.com/it/cpp/1902.html 

c++文件流基本用法(ifstream, ostream,fstream) - C/C++ - 清泛网 - 专注C/C++及内核技术

...out<<x; file.close(); } 上面所讲ofstream和ifstream只能进行读或是写,而fstream则同时提供读写功能。 void main() { fstream file; file.open("file.ext",iso::in|ios::out) //do an input or output here file.close(); } open函数参数定义了文件...
https://www.tsingfun.com/it/opensource/755.html 

PHP开源导航网站(114la)安装体验 - 开源 & Github - 清泛网 - 专注C/C++及内核技术

...这样,大家按照自己需求,如果能满足也可以采用它再进行定制化开发。 PHP 开源导航 安装体验