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

https://www.tsingfun.com/it/os_kernel/2002.html 

Linux iptables防火墙开放mysql、apache端口 - 操作系统(内核) - 清泛网 ...

Linux iptables防火墙开放mysql、apache端口vi etc sysconfig iptables 修改配置,添加两条tcp端口允许记录:[root@iZ23rlmiwviZ ~] cat etc sysconfig iptables sample configuration for iptables service vi /etc/sysconfig/iptables 修改配置,添加两条tcp端口允许...
https://www.tsingfun.com/it/tech/nginx_base.html 

nginx 基础配置全攻略,入门这一篇就够了! - 更多技术 - 清泛网 - 专注C/C...

...ingfun.com$1 permanent; } # ssl证书地址 ssl_certificate /etc/nginx/ssl/www.tsingfun.com.pem; # pem文件路径 ssl_certificate_key /etc/nginx/ssl/www.tsingfun.com.key; # key文件路径 root /var/www/html; index index.html index.htm; location / { proxy_pass ...
https://stackoverflow.com/ques... 

Android list view inside a scroll view

...dView to scroll inside a ScrollView. Anything like ListView, RecyclerView, etc. You do not have to do anything special in code. Just replace ScrollView with androidx.core.widget.NestedScrollView in your current xml and then magic happens. Below is a sample xml code : <?xml version="1.0" encoding=...
https://www.tsingfun.com/it/opensource/1236.html 

vs2010编译boost若干问题解决 - 开源 & Github - 清泛网 - 专注C/C++及内核技术

...先在http: www.boost.org users download 上下载boost安装包,我下是1.52.0版。按照说明,直接运行bootstr...首先说下环境,win7,vs2010。 先在http://www.boost.org/users/download/上下载boost安装包,我下是1.52.0版。 按照说明,直接运行“bootstra...
https://www.tsingfun.com/it/tech/455.html 

整合phpcms v9和discuz X3.2实现同步登陆、退出免激活 - 更多技术 - 清泛网...

...pcms v9,社区论坛选择了discuz X3 2,现在需要实现两个系统同步注册、登陆、退出。discuz所属康盛公司为我们提供了解决方案,那就是通过UCenter实现多系统间通信,这里主要介绍如何配置实现同步登陆、退出。===本文导读=== UCe...
https://www.tsingfun.com/it/cpp/650.html 

NASM x86汇编入门指南 - C/C++ - 清泛网 - 专注C/C++及内核技术

...NASM? 4. Linux汇编介绍 4.1 DOS和Linux汇编主要不同地方 4.2 一个汇编程序组成 4.3 linux系统调用 4.3.1 阅读参考手册 4.4 “Hello World!”汇编程序 4.5 编译和链接汇编代码 5. 更多高级概念 5.1 ...
https://www.tsingfun.com/it/cpp/1278.html 

CMFCTabCtrl使用、颜色样式调整 - C/C++ - 清泛网 - 专注C/C++及内核技术

CMFCTabCtrl使用、颜色样式调整CMFCTabCtrl使用,添加Tab、设置Tab样式,AutoColor自动设置Tab颜色效果等。1.在指定位置处创建一个CMFCTabCtrl,并给其添加4个CEdit: CRect rectTab; CEdit m_wnd1; CEdit m_wnd2; CEdit m_wnd3; CEdit m_wnd4; CMFCTabCtrl m_wn...
https://www.tsingfun.com/ilife/idea/736.html 

6个变态C语言Hello World程序 - 创意 - 清泛网 - 专注C/C++及内核技术

6个变态C语言Hello World程序下面六个程序片段主要完成这些事情:输出Hello, World混乱C语言源代码下面所有程序都可以在GCC下编译通过,只有最后一个需要动用C++...下面六个程序片段主要完成这些事情: 1、输出Hello, W...
https://www.tsingfun.com/it/cpp/2163.html 

select、poll、epoll之间区别总结[整理] - C/C++ - 清泛网 - 专注C/C++及内核技术

select、poll、epoll之间区别总结[整理]select,poll,epoll都是IO多路复用机制。I O多路复用就通过一种机制,可以监视多个描述符,一旦某个描述符就绪(一般是读就绪或者写就绪...select,poll,epoll都是IO多路复用机制。I/O多路...
https://www.tsingfun.com/it/cpp/653.html 

VS2005混合编译ARM汇编代码 - C/C++ - 清泛网 - 专注C/C++及内核技术

...ame this block of code EXPORT TEST IMPORT iGlobal ; ; Called from C as int ARMTEST1(int, int, int, int); ; The first 4 parameters are passed in r0-r3, more parameters would be passed on the stack ; TEST proc add r0,r0,r1 ; add all of the inputs together add r0,r0...