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

https://www.tsingfun.com/it/tech/1066.html 

Linux日志切分工具:Logrotate - 更多技术 - 清泛网 - 专注C/C++及内核技术

...文件,用来覆盖Logrotate的缺省值。 Logrotate的演示 按天保存一周的Nginx日志压缩文件,配置文件为「/etc/logrotate.d/nginx」: /usr/local/nginx/logs/*.log { daily dateext compress rotate 7 sharedscripts postrotate kill -USR1...
https://www.tsingfun.com/it/tech/1709.html 

ucenter应用之间cookietime不能传送问题解决 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...题,即ucenter默认是在同步登陆的时候其他的应用的cookie保存时间是315600,所以当一个应用没有勾选直接登陆的时候,该应用在浏览器关闭的时候退出了,但是其他的还是仍旧没有退出。以下是个人的一些解决办法: 第一步:coo...
https://www.tsingfun.com/it/tech/2010.html 

Mac 下载安装Redis - 更多技术 - 清泛网 - 专注C/C++及内核技术

...ssion。 其他的配置根据需要来。我这里不啰嗦。然后 :wq 保存退出。 E.给启动命令加上参数 alias redis-server="redis-server /etc/redis.conf" 这样保证每次加载的时候都使用你编辑好的配置文件。 F.安装PHP Redi扩展 这里采用PECl安装...
https://www.fun123.cn/referenc... 

AsyncProcedures异步过程扩展 · App Inventor 2 中文网

...量任务 典型应用案例 数据加载: 从据库或文件加载大量数据 图像处理: 批量处理图像文件 列表操作: 对长列表进行遍历和处理 API调用: 多个API请求的异步处理 基本用法 异...
https://www.tsingfun.com/it/tech/1144.html 

Mozilla PDF.js:PDF在线预览 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...原地了,看这个文档应该可以凑合着 PDF.js官网(含github地址):http://mozilla.github.io/pdf.js/ 清泛网Demo地址:https://www.tsingfun.com/statics/pdf.js/web/viewer.html 前言 英文是github上的原文,找不到中文资料,我根据自己理解翻译的,有...
https://www.tsingfun.com/it/te... 

译文:理解Java中的弱引用 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...理工作。比如WeakHashMap会在这时候移除没用的条目来避免保存无限制增长的没有意义的弱引用。 引用队列可以很容易地实现跟踪不需要的引用。当你在构造WeakReference时传入一个ReferenceQueue对象,当该引用指向的对象被标记为垃...
https://www.fun123.cn/reference/pro/excel.html 

App Inventor 2 实现导出Excel全方案总结 · App Inventor 2 中文网

...= new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 width: 150, height: 150, colorDark: '#000000', //二维码颜色 colorLight: "#ffffff" //背景颜色}); App Inventor 2 中文网  MIT同步更新的中文本土化 积木式在线App开发平台! ...
https://www.tsingfun.com/it/ai2/2705.html 

AppInventor2如何通过socket给网络发16进制的数据? - App Inventor 2 中文...

...32” 字符串发送,接收的数据也是16进制字符串。 文档地址:https://www.fun123.cn/reference/ ... ctivity.html#SocketAppInventor,AppInventor20
https://www.tsingfun.com/it/cpp/1491.html 

c++ boost库 序列化与反序列化 - C/C++ - 清泛网 - 专注C/C++及内核技术

...tion/shared_ptr.hpp" // const unsigned int SERIALIZATION_VERSION = 1; //保存结构体数据 template<typename TemplateStruct> int save(const TemplateStruct & templateStruct,const std::string &strFileName,const unsigned int version = SERIALIZATION_VERSION) { try { ...
https://bbs.tsingfun.com/thread-774-1-1.html 

c++ boost库 序列化与反序列化 - c++1y / stl - 清泛IT社区,为创新赋能!

...on/shared_ptr.hpp&quot; // const unsigned int SERIALIZATION_VERSION = 1; //保存结构体数据 template&lt;typename TemplateStruct&gt; int save(const TemplateStruct &amp; templateStruct,const std::string &amp;strFileName,const unsigned int version = SERIALIZATION_VERSION) { &nbsp; &nbsp;&nbsp; &nb...