此方法可以使用yii框架的单元测试,最新版本phpunit的安装方式是php压缩的phar的格式软件下载地址:http://pear.phpunit.de/备注:目录下的软件包需要按照代码的格式分别放在相对应的目录下1、mkdir /server/php/pear/PHPUnit2、rz PHPUn...
分类:
Web程序 时间:
2014-09-04 14:54:29
阅读次数:
198
分享下sql server自定义函数与存储过程的区别,一起来学习下。一、自定义函数: 1. 可以返回表变量 2. 限制颇多,包括 不能使用output参数; 不能用临时表; 函数内部的操作不能影响到外部环境; 不能通过select返回结果集; 不能update,de...
分类:
数据库 时间:
2014-09-04 06:18:52
阅读次数:
350
copy from https://blog.codecentric.de/en/2011/10/measure-java-performance-sampling-or-instrumentation/In recent discussions, I noticed a confusion abo...
分类:
编程语言 时间:
2014-09-03 09:27:16
阅读次数:
392
本文针对Android开发如何使用API文档进行一些经验分享。1、为什么需要掌握API的使用。也许你需要完成一个功能时很多时候你在网上google一番,因为很可能找到有用的代码片段,甚至不用关心具体实现的原理就可以直接拿来用。你可能遇到过搜出来的结果不太令人满意,尤其是你需要完成的功能比较新颖,de...
分类:
移动开发 时间:
2014-09-03 00:11:35
阅读次数:
355
file.js----仅仅只有alert("hello,world");async 属性仅适用于外部脚本(只有在使用 src 属性时)。有多种执行外部脚本的方法:如果 async="async":脚本相对于页面的其余部分异步地执行(当页面继续进行解析时,脚本将被执行)如果不使用 async 且 de...
分类:
其他好文 时间:
2014-09-02 22:33:55
阅读次数:
163
首先,安装gconf-editor以获得gconftool-2命令终端命令:gconftool-2 --set/apps/nautilus/desktop/computer_icon_visible--type=bool falsegconftool-2 --set/apps/nautilus/de...
分类:
其他好文 时间:
2014-09-02 19:47:05
阅读次数:
208
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { de...
分类:
其他好文 时间:
2014-09-02 11:55:04
阅读次数:
203
Fermat’s Chirstmas Theorem
Time Limit: 1000ms Memory limit: 65536K 有疑问?点这里^_^
题目描述
In a letter dated December 25, 1640; the great mathematician Pierre de Fermat wrote to Marin...
分类:
其他好文 时间:
2014-09-02 10:35:34
阅读次数:
254
在同一个pom.xml内1、前者可以包含后者这个时候包含的所有dependency都不会被引入,只是声明,其作用是为子模块服务,便于管理子模块的依赖信息2、二者可以并列对当前模块作用:前者没有作用,不会引入任何内容,后者会引入所有dependency的内容对子模块的作用:前者的内容如果在子模块非de...
分类:
其他好文 时间:
2014-09-02 10:16:24
阅读次数:
177
记录下php集成环境中若干个工具的安装步骤和过程:
安装pear
安装phpunit
pear channel-discover pear.phpunit.de
pear channel-discover components.ez.no
pear channel-discover pear.symfony-project.com
sudo pear install phpunit/...
分类:
Web程序 时间:
2014-08-31 13:16:51
阅读次数:
242