自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

转载 使用openssl实现一个简单的服务器

使用openssl实现一个简单的服务器#include #include #include #include #include #include #include #include #include #include #include #include #define MAXBUF 1024 #define SERVER_CERT_FI

2014-01-13 11:28:45 1222 1

转载 看CC中代码需要学习的地方

在InitInstance中加了这么一段,具体的还需要验证。 // 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式, //则需要 InitCommonControlsEx()。否则,将无法创建窗口。 INITCOMMONCONTROLSEX InitCtrls; InitCtrls.dwSize = sizeof(InitCtrls); // 将它设置为包括所

2014-01-13 11:28:16 470

原创 Windows核心服务器的搭建过程

1.cmd下运行powershell; 2.设置当前服务器为DNS服务器: 获取当前网络设置 Get-NetIPInterface 修改12 Interface为静态 IPNew-NetIPAddress -InterfaceIndex 12 -IPAddress 192.168.0.2 -PrefixLength 24 -DefaultGateway 192.168.0.1 获取完整安装

2014-01-13 11:26:28 627

转载 Fedora首次使用

1. source http://mirrors.163.com http://mirrors.sohu.com http://mirrors.ustc.edu.cn yum makecache 2.play mp3 http://rpmfusion.org/Configuration/ command: $ su -c "yum install xmms-mp3 gstr

2014-01-10 16:09:19 518

php-excelReader

支持使用php读取excel中的税局

2017-04-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除