连击 天
fork: star:
通过reposync 下载到大量的 rpm文件,通常这些文件没有问题;但是在网络影响等偶尔会出现不完整的现象。等到需要用到这些文件时候才出错,严重影响了进度。 所以要提前检验好文件,再打包成i...
package main import ( "flag" "fmt" "os" "path/filepath" ) var ( dir string destfile string ) func main() { parse_args() match......
#### EventRoute module loadmodule "event_route.so" #### Event Sub loadmodule "event_datagram.so" opensipsctl fifo event_subscribe "E_DISPATCHER_STATUS" udp:127.0.0.1:8888 999999...
opensips 的 dispatcher模块可以根据设置的算法自动选择目标地址,但是都不能预估到底会选中哪个。 改一改: /* any destination selected yet? */ if (selected==NULL) { LM_DBG("hash [%u...
int xtest_option() { for (auto& s : get_x().value().m_strs) { std::cout << s << std::endl; } return 0; } 实际上会编译成: `int xtest_option() { { std::vector<std::basic_string<...
function_view function view类似std::function,它包装了任意的可调用对象且隐藏了该可调用对象的实际类型,仅仅导出了它的签名。 它不保存该可调用对象(这点和std::function不同), 它仅...
#### 给不同的工程设置使用自己的clangd来做代码提示: 在 <project_root>/.vscode/settings.json里加入 { "clangd.arguments": [ "--all-scopes-completion", "--completion-style=detaile...
有时候为了标识当前选中的框, 例如有几个播放器,当前选中的边框设为红色, 其他的就默认颜色。 * [choosed=true] { border:1px solid red; color: red; } 封装一个函数来实现动态切换: vo...
AudioProcessing::ApplyConfig: AudioProcessing::Config { pipeline: { maximum_internal_processing_rate: 48000, multi_channel_render: 0, multi_channel_capture: 0 }, pre_amplifier: ...
1. 如果希望编译静态库, 需要改动CMakeLists.txt中的 SHARED 为 STATIC 还需要在build.gradle中的 android.defaultConfig.externalNativeBuild.cmake加入targets "目标库名" 2. 如果中途需要...
// waveIn.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> #include <windows.h> #include <clocale> #pragma comment(lib, "Winmm.lib") static void...
Distributor ID: Ubuntu Description: Ubuntu 18.04.5 LTS Release: 18.04 Codename: bionic mkdir -p projects/webrtc_android && cd projects/webrtc_android sudo apt install git git cl...
没有更多内容
加载失败,请刷新页面
文章删除后无法恢复,确定删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复