大约有 40,000 项符合查询结果(耗时:0.0192秒) [XML]
Office在线预览及PDF在线预览的实现方式大集合 - 更多技术 - 清泛网 - 专注...
...的保护的源文件及文件的复制,不可复制也是缺点。
2、源码是自己的,版权有保证。
缺点:
1、服务器上必须安装Office软件。
2、导出PDF文件本身是个打印过程,Excel页面格式未设置,会出现一张表格打印出多页来,阅读体...
[since C++11] std::array的使用 - C/C++ - 清泛网 - 专注C/C++及内核技术
...******************
1 2 3 4 5
1 2 3 4 0
1 2 3 0 0
1 2 0 0 0
1 0 0 0 0
源码
array_test.cpp
std::array
欢迎访问github博客,与本站同步更新
来源:https://elloop.github.io/c++/2015-12-23/learning-using-stl-5-std-array
程序员之网络安全系列(三):数据加密之对称加密算法 - 更多技术 - 清泛网...
...8B4QCotyZkKf091WElCwG659QiVVw0=
Decrypeted: I Love You, Li Li
.NET 源码:
using System;
using System.Security.Cryptography;
using System.IO;
using System.Text;
namespace AES
{
class MainClass
{
public static void Main (string[] args)
{
string password = "Don't beli...
boost多索引容器multi_index_container实战 - C/C++ - 清泛网 - 专注C/C++及内核技术
...的,具体请参见boost文档
最后,给出一些文章中用到的源码没有的实现部分
#include <algorithm>
#include <vector>
#include "boost/lambda/lambda.hpp"
#include "boost/function.hpp"
Course::Course( unsigned int num, unsigned int hour, std::string name ) ...
深入理解 x86/x64 的中断体系 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术
...如下:
我们的 ISR 能正常工作了,我提供了完整的示例源码和磁盘映像下载:interrupt_demo
2. 保护模式下的中断机制
引入保护模式后,情形变得复杂多了,实施了权限控制机制,为了支持权限的控制增添了几个重要的数据结...
Best architectural approaches for building iOS networking applications (REST clients)
I'm an iOS developer with some experience and this question is really interesting to me. I saw a lot of different resources and materials on this topic, but nevertheless I'm still confused. What is the best architecture for an iOS networked application? I mean basic abstract framework, patterns, whi...
廉价共享存储解决方案1-drbd+ha+nfs - 更多技术 - 清泛网 - 专注C/C++及内核技术
...过yum安装Heartbeat后,默认并没有这三个文件,可从解压的源码目录中找到,这里手动创建并编辑。
5.2.1主配置文件:ha.cf
配置heartbeat的检测机制本次实例中,内容设置如下:
debugfile /var/log/ha-debu
logfile /var/log/ha-log
logfacili...
CruiseControl.Net 进行持续化集成 - IT产品资讯 - 清泛网 - 专注C/C++及内核技术
...它是一款开源软件,你也可以在http://www.sf.net中找到它的源码和安装文件。如果你就是想使用CC.Net直接下载exe文件即可。下载后,在本地的安装过程如下:
双击CruiseControl.NET-1.3-Setup.exe程序,打开软件安装界面,如下:
一...
【AI2+AI】人工智能舞姿识别App - 创客硬件开发 - 清泛IT社区,为创新赋能!
...转载自:https://mc.dfrobot.com.cn/thread-308376-1-1.html
文章aia源码如下:
人工智能舞姿识别APP难度: 中级课程类型: 教程学科: 计算机科学年级水平:9~12年级
本教程由Youth Mobile Power提供教程地址: Awesome Dancing w...
Mozilla PDF.js:PDF在线预览 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...档的话,把这两个按钮隐藏掉或者删掉即可,在viewer.html源码第180行186行
2.4 再补充
viewer在解析和渲染pdf的时候有点耗费系统资源,尤其是cpu资源,不知道是不是因为我的本子配置较低的缘故,在页面加载等待的过程中,IE...