登录
首页 » c » 比较简单的基于linux的服务器搭建

比较简单的基于linux的服务器搭建

于 2022-03-02 发布 文件大小:1.25 kB
0 112
下载积分: 2 下载次数: 1

代码说明:

比较简单的服务器搭建代码,很容易理解,代码可以直接使用去搭建简单的服务器,非常容易懂,

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • forward
    2010-03-31 11:47:05下载
    积分:1
  • 684575
    从下往上划出的效果demo,精选ios编程学习源码,很好的参考资料。(From the demo effect to draw on, select learning IOS programming source code, a good reference.)
    2013-12-14 08:18:23下载
    积分:1
  • Joker-Hacks-Dayz-Sa
    Another Dayz SA hack with script r
    2016-02-05 14:06:38下载
    积分:1
  • matlab
    用matlab实现语音的加噪去噪过程,FFT变换(Implementation using matlab voice add process noise denoising, FFT transform)
    2009-03-08 11:21:20下载
    积分:1
  • ddvip_com_061744a03abed2
    前两天为公司改程序,其中有一部分是要打印出报表。原来的程序是调用VB写的一个程序。那个程序用VBA方式实现的,在一个空的WORD表格模板里填入数据,让WORD去打印,效果还可以,就是速度很慢。但是这次,上次写代码的人已经不在这里了,我并不想去学VBA,无奈之下找到了一个Rob.A Fraydl写的打印类示例,但是里面没有我要的功能,只是示范了怎么去打印。于是自己重新的封装了一下,基本算是合格了。(two days ago for the company to change procedures, which are in part to print out statements. The original procedure was called VB write a procedure. VBA procedure that was achieved in an empty template forms WORD Lane Enter data, Let Word to print, the results were, and that is very slow. However, this time, the last person to write the code has been going on here, I do not want to go to school VBA, In desperation to find a Rob.A Fraydl write Print category example, but there's no I want function, the model is how to print. His own re-packaging it, and basically considered a pass.)
    2007-04-07 10:57:15下载
    积分:1
  • XML学习
     public Turntable()        {            InitializeComponent();            int angle = 5029;            for (int i = 0; i < 16; i )            {                angle = 22;                _ListAngle.Add(angle);            }        }        ///         /// 保存八个角度        ///         List _ListAngle = new List();        ///         /// 产生随机数        ///         Random _Random = new Random();        int _Index = 0;        int _OldAngle = 0;        private void btnStartTurntable_Click(object sender, RoutedEventArgs e)        {            btnStartTurntable.IsEnabled = false;            _Index = _Random.Next(0, 16);            //_Index = 2;            Storyboard sb = (Storyboard)this.FindResource("zhuandong");            sb.Completed -= this.sb_Completed;            sb.Completed = new EventHandler(sb_Completed);            ((SplineDoubleKeyFrame)((DoubleAnimationUsingKeyFrames)sb.Children[0]).KeyFrames[0]).Value = _OldAngle;            ((SplineDoubleKeyFrame)((DoubleAnimationUsingKeyFrames)sb.Children[0]).KeyFrames[3]).Value = _ListAngle[_Index];            //((SplineDoubleKeyFrame)((DoubleAnimationUsingKeyFrames)sb.Children[0]).KeyFrames[3]).Value = 5218;            sb.Begin();        }        void sb_Completed(object sender, EventArgs e)        {            DispatcherTimer dt = new DispatcherTimer();            dt.Interval = TimeSpan.FromSeconds(0.3);            dt.Tick = delegate             {                dt.Stop();                _OldAngle = (_ListAngle[_Index] % 360);                btnStartTurntable.IsEnabled = true;                AwardProcess(GetAward(_ListAngle[_Index]));            };            dt.Start();        }        public delegate void AwardDelegate(Award award);        ///         /// 返回转到的奖项信息        ///         public event AwardDelegate AwardProcess;        private Award GetAward(int angle)        {
    2014-08-01下载
    积分:1
  • MatrixMul_ShareMem
    CUDA平行的優化,以矩陣乘法為基礎。透過ShareMemory做加速(CUDA ShareMem)
    2013-09-07 01:08:29下载
    积分:1
  • 一个简单的学生管理系统,需要了解基本的SQL语言
    一个简单的学生管理系统,需要了解基本的SQL语言-A simple student management system requires an understanding of the basic SQL language
    2022-01-31 12:46:54下载
    积分:1
  • sem codigo, apenas dicas boas
    sem codigo, apenas dicas boas
    2023-03-24 20:50:04下载
    积分:1
  • gmm-cv
    OpenCV_基于混合高斯模型GMM的运动目标检测。内附监测监控视频,方便测试使用。(OpenCV_ GMM Gaussian mixture model based moving target detection. Included monitoring surveillance video, easy testing.)
    2014-02-26 14:47:48下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载