当使用VC自带的STL string append进行字符串拼接操作的时候,如下所示: // demo.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include<iostrea ...
分类:
编程语言 时间:
2020-12-11 11:45:13
阅读次数:
8
最近公司有一个需求,需要暴露当前web项目的接口给第三方系统调用,网上查到webservice是跨平台、跨语言的应用技术,所以作为首选。 查找了很多例子,都是很简单的加@WebService到类,加@WebMethod到暴露的方法上,然后EndPoint.publish即可,但我在web项目中使用, ...
分类:
编程语言 时间:
2020-12-10 11:32:46
阅读次数:
16
浏览器输入https://packagecontrol.io/,进去之后有个Install now: 点击Package Control.sublime-package: 点击Perferences: 点击Browse Packages: 会跳转到一个文件夹,里面有个User的文件夹,但是这不是我们 ...
分类:
其他好文 时间:
2020-12-10 10:51:31
阅读次数:
2
<el-form-item label="考试时长:" prop="testTimeLong"> <el-input-number style="width:110px" :min="0" v-model="ruleForm.testTimeLong" controls-position="righ ...
分类:
其他好文 时间:
2020-12-09 12:25:43
阅读次数:
4
参考 https://www.cnblogs.com/wanmeishenghuo/tag/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F/ https://blog.51cto.com/13475106/category6.html 前几节课我们演示了从实模式进入到保护模 ...
分类:
其他好文 时间:
2020-12-09 11:33:58
阅读次数:
4
Given n non-negative integers a1, a2, ..., an , where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endp ...
分类:
其他好文 时间:
2020-12-04 11:23:41
阅读次数:
6
decltype介绍 为什么需要decltype decltype(auto) 注意(entity) 与模板参数推导和auto推导一样,decltype的结果大多数情况下是正常的,但是也有少部分情况是反直觉的。 decltype介绍 给定一个name或者expression,decltype会告诉你 ...
分类:
编程语言 时间:
2020-12-03 11:29:37
阅读次数:
8
LAMP架构应用实战—Apache服务mod_expires模块介绍LAMP架构应用实战—Apache服务mod_expires缓存模块介绍一:mod_expires模块介绍此模块是允许通过Apache配置文件控制HTTP的“expires”和“cache-control”头的内容,用于控制服务器应答时的“expires”头的内容和“cache-control”头的max-age的指令,这个有效期
分类:
Web程序 时间:
2020-12-02 12:45:15
阅读次数:
16
一.tinymix调用,主要是控制接口,调用到底层的control操作方法:tinymix 0 SPKTinymix.c (external\tinyalsa)int main(int argc, char **argv) mixer = mixer_open(card); snprintf(fn, ...
分类:
其他好文 时间:
2020-12-01 12:12:19
阅读次数:
7
code macname@localhost Desktop % cat test.sh while read line;do echo $line; done < a.txt macname@localhost Desktop % macname@localhost Desktop % cat a ...
分类:
系统相关 时间:
2020-11-30 16:14:46
阅读次数:
16