大约有 2,600 项符合查询结果(耗时:0.0111秒) [XML]

https://www.tsingfun.com/it/opensource/1969.html 

pdf2htmlEX实现pdf转html - 开源 & Github - 清泛网 - 专注C/C++及内核技术

...置高度,这样,手机浏览器就可以出现滚动条了。修改和添加的js代码如下: //文件最后加上: window.onload=function(){ var eles = document.getElementsByClassName('pf w0 h0'); var height = 0; for(var i=0,len=eles.length;i<len;i++){ height +=eles[i].scroll...
https://www.tsingfun.com/it/tech/751.html 

二维码的生成细节及原理 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...以,还需要补24个bits,也就是需要3个Padding Bytes,我们就添加三个,于是得到下面的编码: 00100000 01011011 00001011 01111000 11010001 01110010 11011100 01001101 01000011 01000000 11101100 00010001 11101100 上面的编码就是数据码了,叫Data Codewords,每...
https://www.tsingfun.com/it/cpp/1871.html 

Boost.Asio的简单使用(Timer,Thread,Io_service类) - C/C++ - 清泛网 - 专注C/C++及内核技术

...们开始一个新的同步等待.如您所见,我们用把print和他的多个参数用boost::bind函数合成一个的形为void(const asio::error&)回调函数(准确的说是function object). 在这个例子中, boost::bind的asio::placeholders::error参数是为了给回调函数传入一个e...
https://www.tsingfun.com/it/os_kernel/658.html 

手握利器,直面“蓝脸”! ——使用WinDbg抗击系统崩溃 - 操作系统(内核) - ...

...的文件名后缀可以避免信息的局限性,借此也许可以发现多个相关的模块以提供更多诊断线索),我们得到下图结果: 从图中蓝色框选部分,我们可以看出,当时内核态下只有一个叫BaseTDI.SYS的文件,这个文件的路径位于Syst...
https://bbs.tsingfun.com/thread-582-1-1.html 

C# 通过代码安装、卸载、启动、停止服务 - .NET(C#) - 清泛IT论坛,有思想、有深度

...sp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;#endregion #endregion复制代码 需要添加以下命名空间: using System.ServiceProcess; using System.Configuration.Install;
https://www.tsingfun.com/it/cpp/1210.html 

[精华] VC中BSTR、Char和CString类型的转换 - C/C++ - 清泛网 - 专注C/C++及内核技术

... CString s(_T("This is a test ")); LPTSTR p = s.GetBuffer(); // 在这里添加使用p的代码 if(p != NULL) *p = _T('/0'); s.ReleaseBuffer(); // 使用完后及时释放,以便能使用其它的CString成员函数 3、BSTR转换成char* 方法一,使用ConvertBSTRToString。例如: ...
https://www.fun123.cn/referenc... 

Alarm 闹钟扩展 · App Inventor 2 中文网

... 目录 在线 客服 扫码添加客服咨询 我要 分享 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //U...
https://www.fun123.cn/referenc... 

App Inventor 2 中的响应式设计 · App Inventor 2 中文网

... 在线 客服 扫码添加客服咨询 我要 分享 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL...
https://www.fun123.cn/referenc... 

App Inventor 2 CustomWebView 拓展:高级版Web浏览器,完美浏览现代Web前...

... 目录 在线 客服 扫码添加客服咨询 我要 分享 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //U...
https://www.tsingfun.com/it/tech/474.html 

对外网用户的squid代理+认证 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...solv.conf: jiulongproxynew# cd /etc jiulongproxynew# ee resolv.conf 添加如下两行: nameserver 221.6.96.177 nameserver 221.6.96.178 5、重启服务器 二、squid的安装 1、安装perl以支持squid jiulongproxynew# cd /usr/ports/lang/perl5 jiulongproxynew# make install ...