vicenteforever.com
博客app | vicenteforever
http://www.vicenteforever.com/博客app
链接地址 http:/ www.wumii.com/auto app/download/jqR3h8O. Theme summ by Axiu. And Powered by WordPress.
vicenteforever.com
Php底层 | vicenteforever
http://www.vicenteforever.com/category/php/php-base
2015 年 03 月 08 日 at 下午 10:52. Ext skel - extname=xiami ext. Php xiami ext.h. 函数定义要放在*.c中,而*.h只做声明.否则多引用几次,就会发生函数重复定义的错误。 Php xiami ext.h. PHP MINIT FUNCTION(xiami ext); PHP MSHUTDOWN FUNCTION(xiami ext); PHP RINIT FUNCTION(xiami ext); PHP RSHUTDOWN FUNCTION(xiami ext); PHP MINFO FUNCTION(xiami ext); PHP FUNCTION(xiami hello);. 以ZEND BEGIN ARG INFO宏定义开始,以ZEND END ARG INFO()结束,这两个宏定义解释如下. ZEND BEGIN ARG INFO(name, pass rest by reference). 开始参数块定义,pass rest by reference为1时,强制所有参数为引用类型. ZEND END ARG INFO().
vicenteforever.com
SOA的浅析 | vicenteforever
http://www.vicenteforever.com/2015/07/soa-intro
2015 年 07 月 01 日. 而事实上,业界出现了两种极端 一种是由于各类文章和书籍关于SOA的描述往往太过抽象,再加上各大厂商的呼吁,使得SOA往往显得 高大上 ,令不少企业和架构师们望而却步。 通俗点来讲,SOA提倡将不同应用程序的业务功能封装成 服务 并宿主起来,通常以接口和契约的形式暴露并提供给外界应用访问 通过交换消息 ,达到不同系统可重用的目的。 重点不是讲负载均衡这些手段,而是设计层面的 集中式 到 分布式. 转载 http:/ blog.csdn.net/dinglang 2009/article/details/44516599. Tags: soa soa rpc 面向服务架构. Theme summ by Axiu. And Powered by WordPress.
vicenteforever.com
shell脚本,每次读取文件的一行,逐行读取并处理 | vicenteforever
http://www.vicenteforever.com/2015/05/shell-read-line
2015 年 05 月 05 日. Bin/bash while read line do echo $line #这里可根据实际用途变化 done filename #filename 为需要读取的文件名. Bin/bash cat filename while read line #filename 为需要读取的文件名,也可以放在命令行参数里。 Do echo $line done. Theme summ by Axiu. And Powered by WordPress.
smallni.com
重构杂谈-Smallni's blog
http://www.smallni.com/category/rebuild-talk
Smallni / 2013.07.29 / 重构杂谈. 浏览 [ 6023 ]. Smallni / 2013.06.14 / html5. 浏览 [ 37058 ]. Smallni / 2012.10.14 / 重构杂谈. 有幸进入了互联网行业,成为了一个互联网产品的页面 代码仔 ,这几年我也一直在想 为什么会成为一名重构. 浏览 [ 9985 ]. Smallni / 2012.05.24 / 前端Tips. 有人读作 mā jin 有人读作 mā gen ,margin一直是CSS中比较重要的属性之一,也是我们用的最多的属性之一。 浏览 [ 9996 ]. Smallni / 2012.03.22 / 重构杂谈. 原文 http:/ msdn.microsoft.com/en-us/library/cc351024%28v=vs.85%29.aspx 翻译人 丁小倪 本文地址 http:/ www.smallni.com/css-in-ie/ 译者注 本文中总结的很全,基本将所有的CSS属性(全部的CSS2.1 部分的C. 浏览 [ 957196 ]. 浏览 [ 225425 ].
vicenteforever.com
http 幂等性 | vicenteforever
http://www.vicenteforever.com/2015/04/http-idempotent
2015 年 04 月 17 日. POST /uri 创建 DELETE /uri/xxx 删除 PUT /uri/xxx 更新或创建 GET /uri/xxx 查看. 还有一点需要注意的就是,创建操作可以使用POST,也可以使用PUT,区别在于POST 是作用在一个集合资源之上的 /uri ,而PUT操作是作用在一个具体资源之上的 /uri/xxx ,再通俗点说,如果URL可以在客户端确定,那么就使用PUT,如果是在服务端确定,那么就使用POST,比如说很多资源使用数据库自增主键作为标识信息,而创建的资源的标识信息到底是什么只能由服务端提供,这个时候就必须使用POST。 Var 1=value 1&var 2=value 2& #8230;. Get 和 post 区别如字面,一个是get 获取 ,一个是post 发送。 Get用来告诉服务器需要获取哪些内容 uri query ,向静态页面 uri 请求则直接返回文件内容给浏览器,向一个动态页面请求时可以提供查询参数 query 以获得相应内容。 注3 关于这个 人为 ,不是那么贴切,get和post还是有技术层面的区别的。
smallni.com
css3-Smallni's blog
http://www.smallni.com/category/css3
Smallni / 2012.07.27 / css3. 浏览 [ 19678 ]. Smallni / 2011.12.23 / css3. 今天在支付宝sofish那看到介绍的文章,自己也做了点了解,让我们一起来先睹为快吧 一、父元素 $E F CSS 终于有了与 DOM 一样的父选择器。 浏览 [ 4295 ]. Smallni / 2011.09.08 / css3. 翻译自 47 Amazing CSS3 Animation Demos 中文原文 47个惊人的CSS3动画演示 请尊重版权,转载请注明来源 这里是47个令人咋舌的CSS3动画演示汇总。 浏览 [ 4040 ]. Don't make me think.
smallni.com
文学-Smallni's blog
http://www.smallni.com/category/literature
Smallni / 2012.09.16 / 杂文. 浏览 [ 5669 ]. Smallni / 2012.08.16 / 散文. 浏览 [ 3776 ]. Smallni / 2012.05.17 / 文学. 浏览 [ 4491 ]. Smallni / 2012.01.29 / 懒得分类. 浏览 [ 5031 ]. Smallni / 2012.01.04 / 懒得分类. 浏览 [ 932 ]. Don't make me think.
smallni.com
扯淡的2013-Smallni's blog
http://www.smallni.com/fuck2013
Smallni 2014.01.07 懒得分类. 8212;———————————————————————————. 8212;———————————————————————————. Nornor jasmin kairee hairong karin weber xy albin nono time mark mj lam yisi. 2014 年 1 月 8 日 05:24. 2014 年 9 月 9 日 23:44. 2015 年 11 月 16 日 10:02. Don't make me think.
vicenteforever.com
C语言 | vicenteforever
http://www.vicenteforever.com/category/c语言
2015 年 03 月 08 日 at 下午 2:18. Include stdio.h int s(int n){ int i; for(i=n-1;i =1;i- ) n=n i; printf(The inner n = %d n,n); return n; } int main(void){ int n, total; printf(Input a number: ); scanf(%d,&n); total = s(n); printf(The outer n = %d n,n); printf(1 2 3 . (n-1) n = %d n, total); return 0; }. Input a number 100. The inner n = 5050. The outer n = 100. 1 2 3 . . (n-l) n = 5050. 本程序中定义了一个函数s,该函数的功能是求 1 2 3 … (n-1) n 的值。 2014 年 09 月 12 日 at 下午 6:37. 我们从一个非常简单的 Hello World 函数入手,来见识一下怎样创建一个函数指针。 Include...