码迷,mamicode.com
首页 >  
搜索关键字:it works    ( 763个结果
Understanding the WPF Layout System
Many people don't understand how the WPF layout system works, or how that knowledge can help them in their projects. I intend to shine a little light ...
分类:Windows程序   时间:2015-03-13 20:30:47    阅读次数:148
Mac OSX 10.10 - Yosemite更新svn版本
问题:在命令行下对项目进行版本管理操作,结果报这样的错:svn: E155021: This client is too old to work with the working copy at'/Users/user/works/v1baobao4iphone' (format 31).You n...
分类:系统相关   时间:2015-03-11 19:16:43    阅读次数:14408
自己模拟的一个简单的web服务器
首先我为大家推荐一本书:How Tomcat Works。这本书讲的很详细的,虽然实际开发中我们并不会自己去写一个tomcat,但是对于了解Tomcat是如何工作的还是很有必要的。 Servlet容器是如何工作的 servlet容器是一个复杂的系统。不过,一个servlet容器要为一个servlet的请求提供服务,基本上有三件事要做: 1,创建一个request对象并填充那些...
分类:Web程序   时间:2015-03-11 17:27:03    阅读次数:135
Linux 内核分析 之一:How Computer Works 实验
说明欧长坤原创作品转载请注明出处《Linux内核分析》MOOC课程http://mooc.study.163.com/course/USTC-1000029000这学期学校恰好有操作系统的课程,上个学习就开始寻思研究研究Linux内核代码,恰好MOOC有这个课程,遂选了此课。一、实验过程首先,我们将...
分类:系统相关   时间:2015-03-09 15:50:00    阅读次数:143
URAL 2023. Donald is a postman (预处理)
2023. Donald is a postman Time limit: 1.0 second Memory limit: 64 MB Donald Duck works as a postman for the Walt Disney Studios. He delivers children’s letters from all over the world to ...
分类:其他好文   时间:2015-03-09 12:55:23    阅读次数:172
How the Computer Works (based on X86/Linux)
注明李振业原创作品转载请注明出处《Linux内核分析》MOOC课程http://mooc.study.163.com/course/USTC-1000029000一、实验过程 首先创建一个C语言文件vimain.c接着编写一段C语言代码intg(intx) { returnx+32; } intf(intx) { returng(x); } intmain(void) { returnf(6)+1; ..
分类:系统相关   时间:2015-03-09 01:48:40    阅读次数:274
Turn off SAAB day running lights using GM Tech2 diagnostic tool
This guide works on my 2004 SAAB, but I have not tried it out on other models, so I can not guarantee how it works out, hope it will work for you as i...
分类:其他好文   时间:2015-03-06 16:26:27    阅读次数:243
URAL 1787 Turn for MEGA (贪心 + 模拟)
Turn for MEGA Time limit: 1.0 second Memory limit: 64 MB A traffic light at the turn for the “MEGA” shopping center from the Novomoskovskiy highway works in such a way that k cars are abl...
分类:其他好文   时间:2015-03-04 19:11:46    阅读次数:131
PHP-mac下的配置及运行
Here's another option, from the guys from liip, here. This is a PHP package that comes pre-built for Yosemite (older versions works too) but it is jus...
分类:Web程序   时间:2015-02-18 17:38:28    阅读次数:210
DX & OpenGL 's depth
Some math I did ... (not 100% verified, but looks like it works) n = near f = far z = depth buffer Z-value EZ = eye Z value LZ = depth buffer Z-value remapped to a linear [0..1] range (near plane t...
分类:其他好文   时间:2015-02-16 11:47:34    阅读次数:195
763条   上一页 1 ... 56 57 58 59 60 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!