码迷,mamicode.com
首页 >  
搜索关键字:written    ( 1077个结果
选择Nginx的理由
Nginx是什么:官网上有这样一段话:nginx [engine x] is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev(伊戈尔 塞索耶夫)选择Nginx的理由 1....
分类:其他好文   时间:2015-04-11 10:09:44    阅读次数:153
(转)Objective-C中的instancetype和id区别
有一个相同两个不同。相同Written by Mattt Thompson on Dec 10th, 2012Objective-C is a rapidly evolving language, in a way that you just don't see in established pro...
分类:其他好文   时间:2015-04-09 10:24:57    阅读次数:163
#6 ZigZag Conversion
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:其他好文   时间:2015-04-08 13:03:51    阅读次数:158
PHP Native Interface (PNI)
PHP Native Interface (PNI) is a PHP extension that enables PHP code to call and be called by native applications (programs specific to a hardware and operating system platform) and libraries written in other languages such as C, C++ and assembly.....
分类:Web程序   时间:2015-04-07 13:53:51    阅读次数:161
LeetCode系列字符串操作(一)ZigZag输出,寻找最大不重复字串长度。
ZigZag Conversion   The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility) ...
分类:其他好文   时间:2015-04-03 17:31:12    阅读次数:160
wrapper for lua
考虑使用已经有的dll,要写wrapper,使得在lua中能调用dll里的函数,嗯,参考《Programming in lua》,然后仿写luars232。一、函数定义先分析一个函数的写法,其它函数类似:/* * error, written_len = port:write(data [, tim...
分类:移动开发   时间:2015-04-03 17:12:24    阅读次数:281
Loading CSS without blocking render
The principles behind these techniques aren't new. Filament group, for example, have published great content onloading CSSandfonts. I've written this ...
分类:Web程序   时间:2015-04-03 11:12:56    阅读次数:242
Buffer和Cache
Buffer和CacheBuffer和Cache的定义Abufferissomethingthathasyettobe"written"todisk.Acacheissomethingthathasbeen"read"fromthediskandstoredforlateruse.CacheCache:高速缓存,是位于CPU与主内存间的一种容量较小但速度很高的存储器。由于CPU的速度远高于主内存,CPU直接从..
分类:系统相关   时间:2015-04-02 16:42:28    阅读次数:139
leetcode-6 ZigZag Conversion
?? 问题描述: The string "PAYPALISHIRING" is written in a zigzag pattern on agiven number of rows like this: (you may want to display this pattern in afixed font for better legibility) ...
分类:其他好文   时间:2015-04-01 15:23:45    阅读次数:148
【SICP练习】141 练习3.72
练习3-72原文Exercise 3.72. In a similar way to exercise 3.71 generate a stream of all numbers that can be written as the sum of two squares in three different ways (showing how they can be so written). 代码...
分类:其他好文   时间:2015-03-29 12:17:48    阅读次数:147
1077条   上一页 1 ... 79 80 81 82 83 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!