大约有 14,000 项符合查询结果(耗时:0.0157秒) [XML]

https://bbs.tsingfun.com/thread-2479-1-1.html 

/data/user/0/xxxx/files(内部存储)和 /storage/emulated/0/Android/data...

...权限即可读写。绝对路径在代码中不应硬编码(因 Android 版本/多用户可能变化)。 (2) 外部存储私有目录 (/storage/emulated/0/Android/data/xxxx)API 获取路径:File externalFilesDir = context.getExternalFilesDir(null); // /storage/emulated/0/Android/data/xxxx/fi...
https://stackoverflow.com/ques... 

What does multicore assembly language look like?

... The main initialization action seems to be at arch/x86/kernel/smpboot.c. ARM minimal runnable baremetal example Here I provide a minimal runnable ARMv8 aarch64 example for QEMU: .global mystart mystart: /* Reset spinlock. */ mov x0, #0 ldr x1, =spinlock str x0, [x1] /* Read ...
https://www.tsingfun.com/it/cpp/1965.html 

cpuid汇编指令 - C/C++ - 清泛网 - 专注C/C++及内核技术

...是一条读取CPU各种信息一条指令,大概是从80486某个版本开始就存在了。 CPUID这条指令,除了用于识别CPU(CPU型号...cpuid指令 cpuid就是一条读取CPU各种信息一条指令,大概是从80486某个版本开始就存在了。 CPUID这条...
https://www.tsingfun.com/it/bigdata_ai/335.html 

MongoDB副本集详解 优于以往主从模式 - 大数据 & AI - 清泛网 - 专注C/C++及内核技术

...主从模式因为MongoDB使用内存映射文件,所以必须使用64版本。官方下载地址如下:http: www mongodb org downloads实验环境使用Mongodb版本为mon 因为MongoDB使用内存映射文件,所以必须使用64版本。 官方下载地址如下:http://www.mongod...
https://www.tsingfun.com/it/pr... 

项目管理实践【四】Bug跟踪管理【Bug Trace and Management】 - 项目管理 -...

... Report Viewer Redistributable 2005和Microsoft ASP.NET AJAX 1.0。 最新版本是:BugNET 0.7.921.0 官方主页:http://bugnetproject.com/ 最新版本下载:http://downloads.sourceforge.net/bugnet/BugNET-0.7.921-Install.zip 源代码下载:http://downloads.sourceforge.net/bugnet/BugNET...
https://www.tsingfun.com/it/os... 

tcp加速技术解决方案 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术

...tx-/xps_cpus配置映射关系。 内核优化 由于目前linux发行版本依然存在很多TCP方面性能问题, 因此优化内核是比较直接且有效方式。 但是需要对内核上游源码持续跟踪,关注bug和新特性,需要长期维护, 并且未来新版本...
https://www.tsingfun.com/it/cpp/1436.html 

MFC学习总结 (90个技巧) dlg 上建立View - C/C++ - 清泛网 - 专注C++内核技术

...yExcelFile.xls”或者“http://www.vckbase.com”启动 Excel程序或者览器程序。如果你只是想获取与文件关联程序名,而不是要运行程序,那么调用::FindExecutable就可以了。 [page]如何防止在listbox中添加很多数据出现不停刷新?[/page]3...
https://www.tsingfun.com/it/os... 

内存优化总结:ptmalloc、tcmalloc和jemalloc - 操作系统(内核) - 清泛网 - ...

...译。 glibc ptmalloc2 ptmalloc2即是我们当前使用glibc malloc版本。 ptmalloc原理 系统调用接口 上图是 x86_64 下 Linux 进程默认地址空间, 对 heap 操作, 操作系统提供了brk()系统调用,设置了Heap上边界; 对 mmap 映射区域操作,...
https://www.tsingfun.com/html/... 

Linux日志管理Rsyslog入门 - C/C++ - 清泛网 - 专注IT技能提升

...言,我更喜欢能够快速上手东西。 对于日志管理,老版本Linux缺省使用Syslog,其配置大致如下所示: shell> cat /etc/syslog.conf # Log all kernel messages to the console. # Logging much else clutters up the screen. # kern.* /dev/console # Log anythin...
https://www.tsingfun.com/html/... 

Linux日志管理Rsyslog入门 - C/C++ - 清泛网 - 专注IT技能提升

...言,我更喜欢能够快速上手东西。 对于日志管理,老版本Linux缺省使用Syslog,其配置大致如下所示: shell> cat /etc/syslog.conf # Log all kernel messages to the console. # Logging much else clutters up the screen. # kern.* /dev/console # Log anythin...