首页
学习
活动
专区
工具
TVP
发布

along的开发之旅

专栏作者
131
文章
268574
阅读量
28
订阅数
[C++模版] 判断函数入参是不是一个lambda
https://lewissbaker.github.io/2022/08/27/understanding-the-compiler-transform#introduction
望天
2023-02-23
3.1K0
[随笔]clang一些常用诊断标记
最近代码上遇到一些问题,编译的时候不报错,执行的时候才报错,这种代码还是很危险的。
望天
2022-05-25
2410
Linux统治超级计算领域的九个理由
In 1994, the first Beowulf Cluster was built at NASA, using Linux, as an alternative to the very expensive HPC supercomputers. “Beowulf Clusters are scalable performance clusters based on commodity hardware, on a private system network, with open-source software (Linux) infrastructure. The designer can improve performance proportionally with added machines. The commodity hardware can be any of a number of mass-market, stand-alone compute nodes as simple as two networked computers, each running Linux and sharing a file system, or as complex as 1,024 nodes with a high-speed, low-latency network.” 1994年,在NASA,使用Linux建立了第一个Beowulf集群,作为昂贵的HPC超级计算机的一种替代品。 “Beowulf集群是基于商用硬件的可扩展的高性能集群,建立在专用的系统网络和开源软件(Linux)基础设施上。设计者可以通过按比例添加机器来提高性能。硬件可以是简单的只需两台联网计算机组成的计算节点,每个节点都运行Linux,并共享一个文件系统,或复杂的像具有高速,低延迟的1,024节点的网络。“
望天
2022-01-08
5570
深入了解Bundle和Map
这篇博客是在Eugenio @workingkills Marletti的帮助下完成的。
望天
2022-01-08
7500
更改Android Studio 的log的大小
在File -> Setting 中, 有Override console cycle buffer size可以修改log大小. 建议修改后面加两个0, 100M.
望天
2022-01-08
1.4K0
win7 32/64位系统安装ug nx4.0
http://www.aame.in/2010/07/install-run-unigraphics-nx4-or-older-in.html
望天
2022-01-06
2K0
Android Studio 4.2 启动报错“Unsupported Java Version”
这个问题最初觉得比较神奇,AS4.2依赖 Java11及以上,但我环境已经配置成jdk12了。但是启动还是报这个错误。
望天
2021-08-27
3.6K0
Curl常用参数
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FAILONERROR, long fail);
望天
2021-05-27
2K0
文字转化成十六进制,及逆转
系统日志里,对于加密信息和二进制,可以采用十六进制输出,简单加密下。在加密并收取日志后,需要把16进制在转回可识别信息。
望天
2021-05-08
1.1K0
ijkplayer源码分析之surface与opengl关联初始化
在step 1中进行IjkMediaPlayer实例的构造,构造过程中完成的step 2加载so并在加载过程中将底层的一些信息保存到IjkMediaPlayer实例中 step 3将IjkMediaPlayer实例对象设置到底层IjkMediaPlayer结构体中,创建底层IjkMediaPlayer结构体。在创建结构体的同时设置message_loop回调函数实现将底层消息传递到上层的作用
望天
2021-01-07
9960
gradle java.net.SocketException: Unexpected end of file from server
可以看到url 301了,指向的新url是 “https://downloads.gradle-dn.com/distributions/gradle-4.10.1-all.zip”,用这个替换gradle-wrapper.properties中的地址,再次重试,完整下载。
望天
2020-12-16
2.7K0
C++ Dos and Don'ts
转自:https://chromium.googlesource.com/chromium/src/+/HEAD/styleguide/c++/c++-dos-and-donts.md
望天
2020-12-08
7990
代码的“真面目”---如何查看cpp预处理后程序代码
cpp的宏定义,适当的使用既可以减少重复代码,又避免了模板带来的代码膨胀,是很顺手的利器。
望天
2020-12-08
5K0
Android Studio如何查看JNI生成中的 preprocessor/assemble file
但是Android Studio中很尴尬的是CMake+ninja,是没法使用上述方法查看预处理和汇编的。那么久这样束手无策么?
望天
2020-12-06
1.3K0
Callbacks in C++11
Imagine that you have a long-running algorithm which takes many iterations to complete. Typically, you will want to provide some kind of feedback to the user to indicate that progress is being made. Otherwise, there is no way of distinguishing between an application that is happliy crunching numbers, and one that is hanging on a dropped network connection. Importantly, not all users will require the same type of feedback. An update could be just about anything you could think of, including:
望天
2020-11-24
4180
Clion快速查看cpp preprocess 文件
这里其实应该说CMake管理的项目,如何快速查看其Preprocess文件。因为Clion默认使用CMake管理文件,所以这里对Clion也适用。
望天
2020-11-23
1.7K0
CMake FindJNI module快速查找jni
找了下报错的脚本"native/CMakeLists.txt", 发现里面没有找JNI module,于是添加
望天
2020-11-19
1.4K0
Smart Pointer Programming Techniques
转自: https://www.boost.org/doc/libs/1_74_0/libs/smart_ptr/doc/html/smart_ptr.html#techniques
望天
2020-10-10
1.7K0
Android Bitmap转I420的坑,以及图文详解YUV420数据格式
今天Android要把Bitmap里的数据转成I420,用的YUV库,但是总有色差。查了好久,最终发现
望天
2020-03-11
3.4K0
iOS CPU架构 arm64/armv7s/armv7/armv7k/i386/x86_64
转自:https://docs.elementscompiler.com/Platforms/Cocoa/CpuArchitectures/
望天
2020-02-18
2.3K0
点击加载更多
社区活动
Python精品学习库
代码在线跑,知识轻松学
【玩转EdgeOne】征文进行中
限时免费体验,发文即有奖~
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·干货材料·成员作品·最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档