大约有 376 项符合查询结果(耗时:0.0062秒) [XML]

https://www.fun123.cn/referenc... 

App Inventor 2 扩展 · App Inventor 2 中文网

... Camera or LocationSensor) or services on the Web (like Twitter or FusionTables). App Inventor includes a large collection of components, and the App Inventor development team adds new capabilities to the system by implementing new components. There have been many requests to include additional f...
https://www.tsingfun.com/it/cp... 

内存管理内幕:动态分配的选择、折衷和实现 - C/C++ - 清泛网 - 专注C/C++及内核技术

...维持着一个虚拟地址到物理地址的转换的表,以便计算机硬件可以正确地响应地址请求。并且,如果地址在硬盘上而不是在 RAM 中,那么操作系统将暂时停止您的进程,将其他内存转存到硬盘中,从硬盘上加载被请求的内存, 然...
https://www.tsingfun.com/it/da... 

REDHAT 6.4 X64下ORACLE 11GR2静默安装 - 数据库(内核) - 清泛网 - 专注C/C++及内核技术

...和IPTABLES关闭 生产环境中防火墙功能就应该交给专门的硬件防火墙去解决。系统的功能越单一越好。 #vi /etc/selinux/config 确认里面的SELINUX字段的值是disabled,如果不是则改为disabled。 #service iptables stop 4、软件包的需求 b...
https://www.fun123.cn/referenc... 

用户界面(UI)组件 · App Inventor 2 中文网

...。 警告: 这不是一个完整的浏览器。例如,按下手机的硬件后退键将退出应用程序,而不是在浏览器历史记录中返回。 你可以使用 页面交换字串 属性在你的App和Web浏览框页面中运行的 Javascript 代码之间进行通信。在App中,...
https://www.fun123.cn/referenc... 

地图组件(高德地图) · App Inventor 2 中文网

... 显示指南针 指定是否在地图上叠加指南针。如果硬件中存在数字罗盘,则指南针将根据设备的方向旋转。 显示比例尺 是否在地图上叠加显示比例尺。 显示缩放控件 指定是否显示缩放控件。 显示用户位置 在地...
https://www.tsingfun.com/it/os... 

【内核源码】linux UDP实现 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术

...!(flags & MSG_MORE) && !exthdrlen) csummode = CHECKSUM_PARTIAL; //硬件计算校验和 cork->length += length; if (((length > mtu) || (skb && skb_is_gso(skb))) && (sk->sk_protocol == IPPROTO_UDP) && (rt->dst.dev->features & NETIF_F_UFO) && !rt->dst.header_len && (sk->...