好好爱自己!

上一页 1 ··· 75 76 77 78 79 80 81 82 83 ··· 179 下一页
摘要: 需求: 把某个域名的80端口服务 》 重定向转到 这个域名的 443端口的服务。 server { listen 80; server_name xxx.abcd.com.cn; if ($host = "xxx.abcd.com.cn") { rewrite ^ https://$server_n 阅读全文
posted @ 2018-12-17 15:03 立志做一个好的程序员 阅读(479) 评论(0) 推荐(0)
摘要: 在头文件中看到#typedef unsigned long int pthread_t这句话怎么理解,pthread_t是一个什么类型呢? 相当于pthread_t实际是个unsigned long int,只不过用pthread_t表示线程ID aada 阅读全文
posted @ 2018-12-14 15:21 立志做一个好的程序员 阅读(2380) 评论(0) 推荐(0)
摘要: https://www.cprogramming.com/code_blocks/ 这个地址可以下载c, c++的编译器,在windows下可以用的 IDE. bind到端口0上,系统就会自动分配,但是可能不是随机的,而是根据系统的算法。也可以用rand算个随机数出来,然后bind,如果bind不成 阅读全文
posted @ 2018-12-14 11:15 立志做一个好的程序员 阅读(7775) 评论(0) 推荐(0)
摘要: 原文链接:http://blog.51cto.com/chinalx1/2089327 http://nikic.github.io/2012/12/22/Cooperative-multitasking-using-coroutines-in-PHP.html Blog by nikic. Fin 阅读全文
posted @ 2018-12-13 17:37 立志做一个好的程序员 阅读(507) 评论(0) 推荐(0)
摘要: 原文: http://blog.51cto.com/chinalx1/2143904 开源世界有许多优秀的开源项目,我选取其中十个最优秀的、最轻量级的C语言的项目,希望可以为C语言开发人员提供参考。十个最值得阅读学习的C开源项目代码 WebbenchWebbench是一个在linux下使用的非常简单 阅读全文
posted @ 2018-12-13 15:54 立志做一个好的程序员 阅读(2503) 评论(0) 推荐(0)
摘要: php中实现事件模式 https://yq.aliyun.com/ziliao/162660 D:\wnmp\www\vidagrid_iot\app\webroot\event.php:27: string string string string string string string str 阅读全文
posted @ 2018-12-13 15:45 立志做一个好的程序员 阅读(405) 评论(0) 推荐(0)
摘要: 用这个@NgModule()这个decorator ,放在一个class的上面,这个class一个一个module了 @NgModule() 里面的参数是一个对象,用来配置的,声明这个module里面的一些co'mponents, directives, pipes.... https://stac 阅读全文
posted @ 2018-12-13 14:49 立志做一个好的程序员 阅读(1728) 评论(0) 推荐(0)
摘要: angular @input alias别名的使用。 https://angular.io/guide/template-syntax#aliasing-io https://stackoverflow.com/questions/44033676/angular-bind-to-an-input- 阅读全文
posted @ 2018-12-12 17:16 立志做一个好的程序员 阅读(218) 评论(0) 推荐(0)
摘要: 文档: https://angular.io/guide/template-syntax#event-binding The Angular compiler may reject these bindings with errors like this one: You know that Her 阅读全文
posted @ 2018-12-12 16:57 立志做一个好的程序员 阅读(1958) 评论(0) 推荐(0)
摘要: angular的文档: https://angular.io/guide/template-syntax#property-binding https://blog.csdn.net/sunq1982/article/details/79004377 原文: https://www.cnblogs. 阅读全文
posted @ 2018-12-12 16:25 立志做一个好的程序员 阅读(537) 评论(0) 推荐(0)
上一页 1 ··· 75 76 77 78 79 80 81 82 83 ··· 179 下一页

不断学习创作,与自己快乐相处