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

https://www.tsingfun.com/it/cpp/1416.html 

ZeroMQ实例-使用ZMQ(ZeroMQ)进行局域网内网络通信 - C/C++ - 清泛网 - 专注C/C++及内核技术

...的设计,写出一些网络聊天、文件传输等的网络软件。 如何在Windows上使用ZeroMQ请看这里:http://www.cnblogs.com/fengbohello/p/4369082.html 更多 ZeroMQ API :http://www.cnblogs.com/fengbohello/p/4230135.html 作者:风波 mail : fengbohello@qq.com ZeroMQ z...
https://www.tsingfun.com/it/bigdata_ai/2236.html 

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

... 相似度算法工具集 近邻算法工具集 推荐算法工具集 创建自己的推荐引擎构造器 1. Mahout推荐引擎概况 Mahout的推荐引擎,要从org.apache.mahout.cf.taste包说起。 packages的说明: common: 公共类包括,异常,数据刷新接口,权...
https://www.fun123.cn/referenc... 

App Inventor 2 列表的函数式编程 · App Inventor 2 中文网

创建 Apps 首页 关于我们 关于我们 发布日志 服务条款 教育 中文教程 中文社区 反馈 我要反馈 App Inve...
https://www.tsingfun.com/it/tech/1086.html 

设置用户默认权限 Umask命令详解 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...最终的权限变成了755(777 – 022)。 顺便再介绍一下如何方便的修改目录或文件的权限: shell> find /path -type d -print0 | xargs -0 chmod 755 shell> find /path -type f -print0 | xargs -0 chmod 644 本次补习班下课! Umask 默认权限
https://www.fun123.cn/referenc... 

将Genymotion模拟器与App Inventor一起使用 · App Inventor 2 中文网

... Android 接口 (ADB) 将通过 USB 接口看到 Genymotion。 以下是如何在 App Inventor 中设置 Genymotion 进行实时开发。 如果您尚未安装 App Inventor 安装软件(请参阅本页的步骤 1),请在您的计算机上安装它。 确保您使用的是...
https://www.fun123.cn/referenc... 

制作列表 · App Inventor 2 中文网

...个 块扩展,可以通过单击蓝色加号来展开或缩小。 有关如何使用此块的更多详细信息,请观看以下 gif: App Inventor 还提供块来对列表执行许多其他操作,有关列表块的更多信息,请查看 列表代码块 页面。 ...
https://www.tsingfun.com/it/cpp/1280.html 

C++11 tuple 这一篇就够了 - C/C++ - 清泛网 - 专注C/C++及内核技术

...器有着本质的区别.是对pair的泛化。 首先来介绍元组的创建和元组元素的访问。通过make_tuple()创建元组,通过get<>()来访问元组的元素。通过下面这段程序来认识这两个函数的用法: #include <iostream> #include <tuple> #include <function...
https://www.tsingfun.com/it/da... 

修改ORALCE 字符集从American_American.ZHS16GBK 到SIMPLIFIED CHINESE_CHI...

...rican_American.ZHS16GBK 到SIMPLIFIED CHINESE_CHINA.ZHS16GBK原来数据库创建的时候默认选着了AL32UTF8字符集,应用部门的同事要求使用ZHS16GBK字符集,因为是新库 ,干脆删了重建,避免以后的不可预知...原来数据库创建的时候默认选着了AL32UTF...
https://bbs.tsingfun.com/thread-839-1-1.html 

LOGFONT 和 CFont 区别 - VC/MFC - 清泛IT论坛,有思想、有深度

...关数据的一个结构体,后者是封装LOGFONT的一个类,用于创建使用字体。 创建字体: CFont *f = new CFont; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;f-&gt;CreateFont(13, // nHeight &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &n...
https://www.tsingfun.com/it/opensource/631.html 

Linux下安装项目管理工具Redmine - 开源 & Github - 清泛网 - 专注C/C++及内核技术

...me: redmineuser password: redminepw encoding: utf8 保存退出:wq 创建mysql数据库 # /usr/local/mysql/bin/mysql -u root -p Mysql> create database redmine default character set utf8; grant all on redmine.* to root; grant all on redmine.* to root@localhost; grant all on redmine....