好好爱自己!

08 2020 档案

摘要:golang 的time.Tick 会等到里面的任务结束了,才开始. 如 ticK 是1s, 里面的任务是3s, 并不是严格按没过了一秒就执行for里面的代码,二是会等到for里面的任务结束后再开始执行。是 block的 package main import ( "log" "time" ) fu 阅读全文
posted @ 2020-08-27 10:11 立志做一个好的程序员 阅读(657) 评论(0) 推荐(0) 编辑
摘要:1. go build -o cmd a.go 2. ./cmd -h 3. ./cmd -name=golanm m123g -age 4 -vip=true -pop 99 简洁 高并发 等等 asdfasfdaf adfa safa adfa fafda adfsafsaf 111111111 阅读全文
posted @ 2020-08-25 23:07 立志做一个好的程序员 阅读(324) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.geeksforgeeks.org/io-copy-function-in-golang-with-examples/ io.Copy() Function in Golang with Examples Last Updated: 05-05-2020 In Go l 阅读全文
posted @ 2020-08-22 18:22 立志做一个好的程序员 阅读(1864) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.jianshu.com/p/35b02b4020be 执行 ionic cordova run android -lc 编辑gradle.properties文件 ———————————————————————————————————————————— AndroidS 阅读全文
posted @ 2020-08-21 09:48 立志做一个好的程序员 阅读(174) 评论(0) 推荐(0) 编辑
摘要:原文: https://www.cnblogs.com/malc/p/5629610.html 对于代码的编译问题千头万绪从何说起呢,首先来说一下计算机是如何处理应用程序的,实质上应用程序是通过操作系统来应用机器指令操控硬件设施完成各种任务的,就从编译的环节开始谈起吧,众所周知,程序开发人员所写的代 阅读全文
posted @ 2020-08-21 09:25 立志做一个好的程序员 阅读(329) 评论(0) 推荐(0) 编辑
摘要:原文:https://blog.csdn.net/weixin_34112208/article/details/88731678 引言 页面滚动条造成宽度减小的场景很常见了,由于div块级元素的流动性,其宽度默认为100%的body宽度,但是当容器的高度超过视口宽度时候,页面就会出现滚动条,这个滚 阅读全文
posted @ 2020-08-19 09:56 立志做一个好的程序员 阅读(1149) 评论(0) 推荐(0) 编辑
摘要:原文:https://segmentfault.com/a/1190000008878888 Angular 2 HostListener & HostBinding typescriptangularjsangular2 发布于 2017-03-29 阅读 Angular 6/RxJS 最新教程, 阅读全文
posted @ 2020-08-17 13:22 立志做一个好的程序员 阅读(1061) 评论(0) 推荐(0) 编辑
摘要:c语言从函数中返回多个值? 用指针参数来实现。 #include <stdio.h> return_more(int x, int y, int *sum, int *a, int *b); int *return_pointer(int *p, int n); int main() { int x 阅读全文
posted @ 2020-08-16 09:24 立志做一个好的程序员 阅读(337) 评论(0) 推荐(0) 编辑
摘要:fflush stdin 的使用 原文: https://www.cnblogs.com/CheeseIce/p/10630338.htmlc fflush()的作用是用来刷新缓冲区; fflush(stdin)刷新标准输入缓冲区,把输入缓冲区里的东西丢弃;stdin是standard input的 阅读全文
posted @ 2020-08-16 02:05 立志做一个好的程序员 阅读(171) 评论(0) 推荐(0) 编辑
摘要:c语言基础知识网站,多掌握一些库函数, http://www.cplusplus.com/reference/iolibrary/ 参考:https://www.runoob.com/cprogramming/c-function-fflush.html #include <stdio.h> #in 阅读全文
posted @ 2020-08-16 01:48 立志做一个好的程序员 阅读(165) 评论(0) 推荐(0) 编辑
摘要:原文:https://blog.csdn.net/stpeace/article/details/73612532 为什么linux select函数的第一个参数总应该是fdmax + 1 ? poll和epoll不需要+1 涛歌依旧 2017-06-23 08:28:31 10027 收藏 2 分 阅读全文
posted @ 2020-08-16 01:38 立志做一个好的程序员 阅读(71) 评论(0) 推荐(0) 编辑
摘要:原文:https://overiq.com/c-programming-101/fread-function-in-c/ fread() Function in C Last updated on July 27, 2020 The fread() function is the complemen 阅读全文
posted @ 2020-08-16 00:15 立志做一个好的程序员 阅读(237) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.digitalocean.com/community/tutorials/angular-hostbinding-hostlistener Angular By Alligator.io PostedMay 4, 2017 198.6kviews While this 阅读全文
posted @ 2020-08-13 23:11 立志做一个好的程序员 阅读(177) 评论(0) 推荐(0) 编辑
摘要:原文:https://ask.dcloud.net.cn/article/650 mui初级入门教程(二)— html5+ webview 实现底部栏切换用法详解 分类:MUI 选项卡 Webview mui 文章来源:小青年原创发布时间:2016-05-19关键词:mui,html5+转载需标注本 阅读全文
posted @ 2020-08-02 17:05 立志做一个好的程序员 阅读(371) 评论(0) 推荐(0) 编辑

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

点击右上角即可分享
微信分享提示