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

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

第一个Hello,OS World操作系统源码下载 - c++1y / stl - 清泛IT社区,为创新赋能!

原文参见:《第一个Hello,OS World操作系统》。 原文代码均已贴上,为了鼓励大家自己动手敲写代码、自行调试运行,加深对代码的理解,此部分工程源码不免费提供下载,需要10F币,希望大家多多理解支持。
https://bbs.tsingfun.com/thread-1836-1-1.html 

系统界面增强扩展 - KevinkunEnhance - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

Enhangcement可以设置组件的背景色、背景图像、边框、圆角矩形、外边距、内边距、高程、使用自定义字体等示例截图实时调整布局外观(感谢ldtxinkai提供截图) 属性块设置背景颜色及圆角背景颜色fillColor、边框宽度borderWidth、边框...
https://www.fun123.cn/reference/pro/ 

App Inventor 2 文网VIP专享内容 · App Inventor 2 文网

...从云端下载] [【AI云识图】利用云API进行AI识图] 【OCR识别】App Inventor 2 OCR 图片文字识别全方案总结 【FTP】App Inventor 2 FTP 上传下载全方案总结 【短信平台】App Inventor 2 接入阿里云短信服务,实现短信验证码功能 产品级技...
https://bbs.tsingfun.com/thread-2300-1-1.html 

菜品识别的API有哪些? - App应用开发 - 清泛IT社区,为创新赋能!

目前找到的有百度和阿里,做菜品识别api,文档地址分别如下: 百度云:https://cloud.baidu.com/doc/IMAGERECOGNITION/s/tk3bcxbb0 阿里云:https://help.aliyun.com/zh/viapi ... a2c4g.11186623.0.i0 ------------------------- 食物营养成分识别:https://www.tian...
https://www.fun123.cn/referenc... 

App Inventor 2 WordCloud 拓展:免费且酷炫的词云效果 · App Inventor 2 文网

... WordCloud 词云拓展 « 返回首页 WordCloud 词云拓展 先看效果图: .aix 拓展下载: com.appybuilder.chiccovision.WordCloud.aix demo 下载: WordCloud.aia 代码比较简单,这里不展开,请看demo。 ...
https://www.fun123.cn/referenc... 

App Inventor 2 NotificationStyle 拓展:个性化通知栏样式 · App Inventor 2 文网

... NotificationStyle 拓展:个性化通知栏样式 « 返回首页 NotificationStyle 拓展:个性化通知栏样式 通知栏样式各种效果展示: apk 体验包下载: NotificatioCompat.apk .aix 拓展下载: com.jdl.NotificationStyle.aix demo 下载: Not...
https://www.fun123.cn/referenc... 

App Inventor 2 SliderVertical 扩展:垂直的滑动条 · App Inventor 2 文网

...条 SliderVertical 拓展 « 返回首页 SliderVertical 拓展 将滑块组件旋转 90º,效果如下: 代码块如下: .aix 拓展下载: com.SliderVertical.aix demo下载: TestSliderVertical.aia ...
https://bbs.tsingfun.com/thread-1533-1-1.html 

怎样创建任意控件列表 - App应用开发 - 清泛IT社区,为创新赋能!

...请参考文档:https://www.fun123.cn/reference/other/manyscreens.html 可以一个屏幕上多个布局(水平or垂直布局),用程序控制每个布局的显示和隐藏。 {:8_389:{:8_392:}
https://www.tsingfun.com/it/tech/1978.html 

configure: error: Unable to find gd.h anywhere under /usr/local/gd - ...

....h anywhere under 表明已经装好GD库啦,把后面的路径取消就可以啦 --with-gd --with-jpeg --with-png ok 一般到这里就可以解决。 解决方式: 1.gd库的安装路径下搜索没有发现gd.h文件,但是/etc/include下有gd.h文件 2.网上搜索...
https://bbs.tsingfun.com/thread-Array-1-1.html 

C#科学计数法转换decimal出错 - .NET(C#) - 清泛IT论坛,有思想、有深度

...p;System.FormatException: 输入字符串的格式不正确。” 解决方法: decimal  scientific = decimal.Parse("2.1021E-05", System.Globalization.NumberStyles.Any);