- 博客(6)
- 资源 (7)
- 收藏
- 关注
原创 Microsoft Recruit in Suzhou Branch (微软苏州招聘)
微软苏州目前主要的业务有O365, Azure, Bing, SharePoint.具体在微软苏州的工作体验可以看下这篇文章:https://www.v2ex.com/t/499367 (在微软工作是什么体验)如果想加入微软苏州的Geek们(社招)可以发简历(中英文)到我的邮箱cuiluji@gmail.com. 我可以给内部推荐。在邮件标题和正文中写下自己的姓名和联系方式。具体技...
2018-11-13 15:50:16
1825
原创 应用程序、内核和硬件的关系
内核操作系统:是在整个系统中负责完成最基本功能和系统管理的那些部分,组成如下:内核设备驱动程序启动引导程序命令行Shell或者其他种类的用户界面基本的文件管理工具系统工具内核:系统其他部分所依赖服务的提供者,拥有受保护和内存空间和访问硬件设备的所有权限。应用程序通过系统调用与内核进行通信。
2016-04-12 14:56:22
2383
原创 The meaning of "argc" and "argv" in programming
We often find two parameters named "argc" and "argv" in main function like,int main(int argc, char** argv){return 0;}"argc" is the number of parameter we input in command line. "argv" saves a
2015-07-06 17:23:48
388
原创 Solution to Maximum Subarray in linear-time algorithm with time complexity is O(n)
This algorithm realises the searching method for maximum subarray by changing the initial value when the sum is below 0.The C++ code shows as follow:
2015-07-05 16:34:26
418
转载 网络限制解决方案
现在的大部门企业对于员工使用电脑进行了严格的限制,比如不能浏览网页,不能玩游戏或者某些游戏,不能上QQ,MSN,限制端口等等。有限制就有突破,双方的较量在局域网中如火如荼地展开,没有硝烟,但趋于白热化。下面我就说一下这较量的双方各自的招数。只是说些比较简单,基础的。深入的话。 一、网站相关 引用:1、限制: 不能访问网站,网络游戏(比如联众)不能玩,这类限制一般是
2015-07-05 14:58:21
1359
原创 Solution to the problem of machine name becomes "bogon" in Mac
Virtual DNS is the reason caused this problem.What is the meaning of "bogon"? "bogon" means the type of IP addresses that should not appear in a traceroute, like a reserved IP address. The DNS serve
2015-07-01 11:31:31
405
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人