http://blog.thefirehoseproject.com/posts/learn-to-code-and-be-self-reliant/ kill will develop 1.repeat code use 2.read document pass inflection point ...
分类:
其他好文 时间:
2019-12-21 18:41:12
阅读次数:
93
通常开始学习C语言的时候,第一句写的就是"helloword" 接下来的日子里需要注意的是{} {}, , "" “” ;....等输入法的中英文状态下是否正确,这个是最基本的,一个字节是8位 好了,接下来带着大家认识,int ,long ,short,char ,double ,float ,bo ...
分类:
编程语言 时间:
2019-12-16 22:50:51
阅读次数:
197
原题链接 There are n cities connected by m flights. Each fight starts from city u and arrives at v with a price w. Now given all the cities and flights, t ...
分类:
其他好文 时间:
2019-11-23 09:19:01
阅读次数:
82
jquery取消绑定的方法 一般用变量控制 不要用unbind() 相应比较慢 <pre> $('.choseitem').on('click', function () { //如果设置0 就是不能点 如果想什么时候能点 再把isclick设置为1 if(!isclick){ return fal ...
分类:
Web程序 时间:
2019-11-17 11:07:53
阅读次数:
165
七、环境保护类:环境恶化 经典范文 As is vividly shown in the cartoon, our earth is feeling sick with huge amounts of rubbish and numerous smoking chimneys on her face ...
分类:
其他好文 时间:
2019-11-11 11:17:11
阅读次数:
189
链接: https://codeforces.com/gym/102394/problem/F 题意: Harbin, whose name was originally a Manchu word meaning "a place for drying fishing nets", grew fr ...
分类:
其他好文 时间:
2019-11-05 13:36:58
阅读次数:
154
演讲视频:https://tv.sohu.com/v/dXMvNTAzMzMxMDEvMTU4NTcxNTYuc2h0bWw=.html Discover Yourself Ever since the accelerated development of human civilization, p ...
分类:
其他好文 时间:
2019-10-29 21:53:55
阅读次数:
138
A - A Compatible Pair Nian is a monster which lives deep in the oceans. Once a year, it shows up on the land, devouring livestock and even people. In ...
分类:
其他好文 时间:
2019-10-29 21:25:55
阅读次数:
110
一.用户创建扩展知识 useradd创建用户时,系统会以/etc/login.defs、/etc/defaults/useradd两个配置文件作为参照物 1./etc/login.defs 用户的邮件目录 MAIL_DIR /var/spool/mail 密码的最大天数 PASS_MAX_DAYS ...
分类:
其他好文 时间:
2019-10-24 21:24:58
阅读次数:
96
如何看下面这张图: 1)从根节点开始看起,即 / 2)在根节点中有属性以及设备节点名称 3)属性的格式有两种形式,当property-name = value时,value的取值有三种形式 4)设备节点(child nodes)的格式 总结: (1) 语法:Devicetree node格式:[la ...
分类:
其他好文 时间:
2019-10-14 23:34:11
阅读次数:
385