大约有 1,900 项符合查询结果(耗时:0.0063秒) [XML]

https://www.tsingfun.com/it/cp... 

编译器内部的秘密--微软的编译器是如何解析Try/Catch/Throw的 - C/C++ - 清...

...另外一个是typeid(std::exception)。 编译器会创建一个全局变量,这个全局变量的类型是_ThrowInfo。根据以上讨论,一个语句throw 2被编译后,就成了以下形式: _TypeDescriptor tDescInt = typeid(int); _CatchableType tcatchInt = { 0, &tDescInt, ...
https://www.tsingfun.com/it/cp... 

编译器内部的秘密--微软的编译器是如何解析Try/Catch/Throw的 - C/C++ - 清...

...另外一个是typeid(std::exception)。 编译器会创建一个全局变量,这个全局变量的类型是_ThrowInfo。根据以上讨论,一个语句throw 2被编译后,就成了以下形式: _TypeDescriptor tDescInt = typeid(int); _CatchableType tcatchInt = { 0, &tDescInt, ...
https://www.tsingfun.com/it/tech/1638.html 

CentOS+Nginx+PHP+MySQL详细配置(图解) - 更多技术 - 清泛网 - 专注C/C++及内核技术

...ke install #/usr/local/mysql/bin/mysql_install_db --user=mysql //始化MySQL数据库 #chown -R mysql /usr/local/mysql/var #/usr/local/mysql/bin/mysqld_safe & //启动MySQL #/usr/local/mysql/bin/mysqladmin -u root password 123456 //设置MySQL密码 #cp support-files/my-...
https://www.tsingfun.com/it/tech/1329.html 

廉价共享存储解决方案1-drbd+ha+nfs - 更多技术 - 清泛网 - 专注C/C++及内核技术

... address 10.10.10.43:7788; meta-disk internal; } } 3.5.始化资源 两台机器上分别始化r0资源,创建DRBD分区 准备始化之前,需要分别在2个主机上的 空白分区上创建相应的元数据保存的数据块: 常见之前现将两块空...
https://bbs.tsingfun.com/thread-1786-1-1.html 

【转】用App Inventor 2实现电子围栏功能 - App应用开发 - 清泛IT社区,为创新赋能!

...置圆形的填充颜色。 步骤5 逻辑设计 1. 当屏幕始化时 进行必要的设置。这里的过程“圆形三高围栏”和“多边形三高围栏”是设置圆形和多边形。这两个围栏我们在组件设计里其实已经完成,这里展示用程序...
https://www.fun123.cn/referenc... 

GIF Animated 扩展:可点击透明背景动画GIF播放器 · App Inventor 2 中文网

...示例 基础GIF加载 当 屏幕1.始化 调用 GifAnimated1.LoadGif 图片组件 "my_animation.gif" 调用 GifAnimated1.SetTransparentColor 0xFFFFFF // 设置白色为透明色 调用 GifAnimated1.Start 从SD卡加载GIF 当...
https://bbs.tsingfun.com/thread-69-1-1.html 

CentOS+Nginx+PHP+MySQL详细配置(图解) - PHP - 清泛IT论坛,有思想、有深度

...bin/mysql_install_db --user=mysql          //始化MySQL数据库 #chown -R mysql /usr/local/mysql/var #/usr/local/mysql/bin/mysqld_safe &          //启动MySQL #/usr/local/mysql/bin/mysqladmin -u root password 123456  &nbsp...
https://www.fun123.cn/referenc... 

FloatingActionButton 扩展:悬浮操作按钮扩展,可自定义颜色、大小、位置...

... 实现标准的 Material Design 悬浮操作按钮: 当 Screen1.始化 调用 FloatingActionButton1.SetFabSize 按钮大小为56 调用 FloatingActionButton1.SetFabColor 按钮颜色为蓝色 调用 FloatingActionButton1.SetFabIconColor 图标颜色为白色 调用 Floa...
https://www.tsingfun.com/it/bigdata_ai/2236.html 

从源代码剖析Mahout推荐引擎 - 大数据 & AI - 清泛网 - 专注C/C++及内核技术

...sonCorrelationSimilarity: 皮尔森相似度 原理:用来反映两个变量线性相关程度的统计量 范围:[-1,1],绝对值越大,说明相关性越强,负相关对于推荐的意义小。 说明:1、 不考虑重叠的数量;2、 如果只有一项重叠,无法计算相...
https://www.tsingfun.com/it/tech/472.html 

CentOS 6.4下Squid代理服务器的安装与配置 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...all visible_hostname squid.david.dev cache_mgr mchina_tang@qq.com 5.3 始化 # squid –z 5.4 启动Squid # /etc/init.d/squid start 5.5 配置Web 服务器 A. 安装Apache # rpm -qa|grep httpd # yum -y install httpd B. 启动Apache并加入开机启动 # /etc/init.d/httpd ...