好好爱自己!

上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 179 下一页
摘要: 原文:https://blog.oio.de/2014/03/21/declaration-merging-typescript/ Why might you need this? There can be several scenarios where this might be required 阅读全文
posted @ 2018-11-08 16:12 立志做一个好的程序员 阅读(295) 评论(0) 推荐(0)
摘要: 原文: https://blog.oio.de/2014/03/21/inner-classes-typescript/ b.ts In TypeScript, there is no exlicit concept like inner classes.So what you cannot do 阅读全文
posted @ 2018-11-08 16:08 立志做一个好的程序员 阅读(593) 评论(0) 推荐(0)
摘要: Enumeration (or enum) in C Enumeration (or enum) is a user defined data type in C. It is mainly used to assign names to integral constants, the names 阅读全文
posted @ 2018-11-08 11:03 立志做一个好的程序员 阅读(2491) 评论(0) 推荐(0)
摘要: column "ms.xxx_time" must appear in the GROUP BY clause or be used in an aggregate function 有min(), max(), sum(), avg()这些函数可以和group by 语句连在一起用。 The SQ 阅读全文
posted @ 2018-11-06 17:55 立志做一个好的程序员 阅读(18768) 评论(1) 推荐(0)
摘要: auxa 显示所有与终端相关的进程,由终端发起的.x 显示所有与终端无关的进程.u 显示用户导向的用户列表.VSZ 虚拟内存集,进程占用的虚拟内存空间RSS 物理内存集,进程战用实际物理内存空间.S 可中断的睡眠态R 运行态D 不可中断的睡眠态T 停止态 Z 僵死态如果有什么不懂的话可以去看看《Li 阅读全文
posted @ 2018-10-31 14:25 立志做一个好的程序员 阅读(2451) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/u014182411/article/details/62053816/ cin是C++编程语言中的标准输入流对象,即istream类的对象。cin主要用于从标准输入读取数据,这里的标准输入,指的是终端的键盘。此外,cout是流的对象,即ostre 阅读全文
posted @ 2018-10-26 19:58 立志做一个好的程序员 阅读(1497) 评论(0) 推荐(0)
摘要: 原文: https://blog.csdn.net/qq_21298703/article/details/44982547 注* NativeScript是最近推出的一个跨平台解决方案,可以让你可以用JavaScript来直接写Android、iOS本地应用程序,未来还即将扩展到Windows平台 阅读全文
posted @ 2018-10-23 14:39 立志做一个好的程序员 阅读(837) 评论(0) 推荐(0)
摘要: 原文:https://medium.com/@florenceliang/javascript-event-delegation-and-event-target-vs-event-currenttarget-c9680c3a46d1 In this case, at the time you ca 阅读全文
posted @ 2018-10-23 13:21 立志做一个好的程序员 阅读(323) 评论(0) 推荐(0)
摘要: Listening Syn_sent syn_rcvd established close_wait time_wait 对方主动关闭(对方调用close()), 我方的状态变为 close_wait 我方主动关闭(我方调用close()), 我方的状态变为 time_wait 统计各种端口状态的数 阅读全文
posted @ 2018-10-23 11:04 立志做一个好的程序员 阅读(469) 评论(0) 推荐(0)
摘要: 什么是shadow DOM? An important aspect of web components is encapsulation — being able to keep the markup structure, style, and behavior hidden and separa 阅读全文
posted @ 2018-10-19 15:03 立志做一个好的程序员 阅读(2204) 评论(0) 推荐(0)
上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 179 下一页

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