E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
contracts
Laravel核心理解(一)--服务提供者(ServiceProvider)
在这里,我记录一下我所理解的laravel的核心,即服务提供者(ServiceProvider)、服务容器(ServiceContainer)、门面(facades)、契约(
Contracts
)。
老袁老圆了
·
2017-08-02 18:09
laravel使用
以太坊智能合约编程入门(一)
原文地址:https://medium.com/@ConsenSys/a-101-noob-intro-to-programming-smart-
contracts
-on-ethereum-695d15c1dab41
peterchen
·
2017-07-18 14:41
Laravel生命周期
publicfunctionregisterCoreContainerAliases(){$aliases=['app'=>[\Illuminate\Foundation\Application::class,\Illuminate\
Contracts
e62ces0iem
·
2017-06-17 11:04
Json转List时,字符串多次toJson出现异常
代码如下Stringstr="[{\"amount\":\"1.00\",\"
contracts
\":\"6000000018911\",\"serialNo\":\"6280329951969281\
fuyuwei2015
·
2017-06-13 21:00
json
异常
太坊开发的程序
太坊爱好者·1分钟前翻译:Toya声明:转载须附本文链接,违者必究原文链接:https://medium.com/bitcorps-blog/the-hitchhikers-guide-to-smart-
contracts
-in-ethereum
不折腾就闹心
·
2016-12-06 22:15
太坊开发的程序
太坊爱好者·1分钟前翻译:Toya声明:转载须附本文链接,违者必究原文链接:https://medium.com/bitcorps-blog/the-hitchhikers-guide-to-smart-
contracts
-in-ethereum
不折腾就闹心
·
2016-12-06 22:15
appstore开发者中文名称修改
开发者中文名称修改方法由于第一次申请的苹果开发者帐号的开发者中文名称错误,需要修改,下面是修改苹果开发者中文名的过程:登入http://itunesconnect.apple.com;点击页面右下方的ContactUs(联系我们):选择
Contracts
翻滚的Code
·
2016-12-05 09:35
AppStore
k3cloud新建简单帐表教程
图一:新建简单账表图二:简单账表设计器及其关键属性2.开发报表服务端取数插件简单账表服务端取数插件,必须从Kingdee.BOS.
Contracts
.Report.SysReportBaseService
51GT
·
2016-10-13 09:35
服务器
新建
动态
二
K3cloud
WCF学习之旅—实现支持REST服务端应用(二十三)
四、在WCF中创建REST服务1.在SCF.
Contracts
在创建一个服务契约IBookRestService.这里提供两个方法,分别采用GET和POST方式访问。
DotNet菜园
·
2016-08-30 10:00
从智能合约到半智能审判法庭
原文:https://blog.ethereum.org/2016/02/17/smart-
contracts
-courts-not-smart-/翻译:@rubyu2Ethereumisoftendescribedasaplatformforself-enforcingsmartcontracts.Whilethisiscertainlytrue
orcl_zhang
·
2016-07-04 18:52
ServiceBase 备份
usingCanDoo.
Contracts
; usingCanDoo.Core.Data; usingSystem; usingSystem.Collections.Generic; usingSystem.Linq
shiningrise
·
2016-07-02 17:00
第二章:WCF基础(3)
阅读更多原文:http://www.wcftutorial.net/Introduction-to-WCF.aspx契约和服务托管ContractsandServiceHost契约
Contracts
在WCF
foreversky12
·
2016-06-13 20:00
wcf
第二章:WCF基础(3)
阅读更多原文:http://www.wcftutorial.net/Introduction-to-WCF.aspx契约和服务托管ContractsandServiceHost契约
Contracts
在WCF
foreversky12
·
2016-06-13 20:00
wcf
每天laravel-20160815| Container -18
* @param \ReflectionParameter $parameter * @return mixed * * @throws \Illuminate\
Contracts
lijingsan1
·
2016-05-26 09:40
return
function
Concrete
关于Laravel的二、三事(1)一次请求的生命周期
/bootstrap/app.php';$kernel=$app->make(Illuminate\
Contracts
\Http\Kernel::class);$respon
AlanJager
·
2016-05-12 15:17
PHP
Laravel
这个可以有
useReflectionMethod; useReflectionFunction; useReflectionParameter; useInvalidArgumentException; useIlluminate\
Contracts
lijingshan34
·
2016-05-03 10:00
详解iOS应用程序内使用IAP/StoreKit付费、沙盒(SandBox)测试、创建测试账号流程!
其实有童鞋已经找到原因了,原因是你在ItunesConnect里的“
Contracts
,Tax,andBanking ”没有完成设置账户信息。
tianyong8311181
·
2016-04-28 10:14
开发
应用程序
产品
appstore
账号
PHP源码分享:BusServiceProvider
Dispatcher($app, function ($connection = null) use ($app) { return $app['Illuminate\
Contracts
小懒人23
·
2016-04-21 16:00
每天laravel-20160721|Application-1
namespaceIlluminate\Console; useIlluminate\
Contracts
\Events\Dispatcher; useIlluminate\
Contracts
\Container
lijingshan34
·
2016-04-20 09:00
每天laravel-20160717|Command-1
namespace Illuminate\Console;use Illuminate\
Contracts
\Support\Arrayable;use Symfony\Component\Console
lijingsan1
·
2016-04-15 09:38
laravel
php
每天laravel-20160717|Command-1
namespaceIlluminate\Console; useIlluminate\
Contracts
\Support\Arrayable; useSymfony\Component\Console
lijingshan34
·
2016-04-15 09:00
laravel创建服务提供者实例
在app\
Contracts
(自己创建)下创建TestContract.phpnamespaceApp\
Contracts
; interfaceTestContract{ publicfunctioncallMe
ma199385
·
2016-04-12 20:00
laravel
服务提供者
每天laravel-20160711|Event-2
**@param\Illuminate\
Contracts
\Foundation\Application$app*@returnbool*/ publicfunctionfiltersPass($app
lijingshan34
·
2016-04-12 09:00
每天laravel-20160701|Repository
* * @param \Illuminate\
Contracts
\E
lijingsan1
·
2016-04-06 10:15
laravel
php
每天laravel-20160701|Repository
**@param\Illuminate\
Contracts
\Events\Dispatcher$events*@returnvoid*/ publicfun
lijingshan34
·
2016-04-06 10:00
每天laravel-20160630|Repository -1
Closure; use DateTime; use ArrayAccess; use Carbon\Carbon; use BadMethodCallException; use Illuminate\
Contracts
lijingsan1
·
2016-04-05 09:09
laravel
每天laravel-20160630|Repository -1
useClosure; useDateTime; useArrayAccess; useCarbon\Carbon; useBadMethodCallException; useIlluminate\
Contracts
lijingshan34
·
2016-04-05 09:00
每天laravel-20160623|NullStore
php namespace Illuminate\Cache; use Illuminate\
Contracts
\Cache\Store; // a name space to declare class
lijingsan1
·
2016-04-01 08:21
PHP
每天laravel-20160623|NullStore
php namespaceIlluminate\Cache; useIlluminate\
Contracts
\Cache\Store; //anamespacetodeclare classNullStoreextendsTaggableStoreimplementsStore
lijingshan34
·
2016-04-01 08:00
每天laravel-20160621|MeacachedStore
namespace Illuminate\Cache; use Memcached; use Illuminate\
Contracts
\Cache\Store; // a namespace about
lijingsan1
·
2016-03-31 10:07
should
about
每天laravel-20160620|MemcachedConnector
namespaceIlluminate\Cache;useMemcached;useIlluminate\
Contracts
\Cache\Store;//anamespaceabouttheuserclassMemcachedStoreextendsTaggableStoreimplementsStore
lijingshan34
·
2016-03-31 10:00
namespace
memcached
缓存
Class
编辑器
Laravel--Facades门面
Test类:app->singleton('test',function(){//returnnewTestService();returnnewTest;});$this->app->bind('App\
Contracts
fationyyk
·
2016-03-28 15:00
laravel
Facades
(三)WCF之契约
之前对WCF的一些基础知识进行了简单的介绍,本篇重点来介绍WCF的契约(
Contracts
)。[什么是契约?] 生活中:指双方共同定义的协议。
u010926964
·
2016-01-17 16:00
jquery checkbox 复选框多次点击判断选中状态,以及全选/取消的代码示例
2015年12月21日10:52:51星期一目标,点击当前的checbox,判断点击后当前checkbox是否是选中状态.html:全选js: 1varcheckall=$("#
contracts
_checkall
myD
·
2015-12-21 10:00
WCF学习之一(2):控制台应用作为服务宿主(跨机器/网络)
通过IIS作为宿主服务:将Client,
Contracts
,Services三个项目引入到新的项目中去(不再需要hosting来宿主服务):1、 为WCF服务创建.SVC文件:.svc文件的作用
·
2015-11-13 20:27
WCF
WCF学习总结
endpoint有Address(Service的地址),Binding(定义用什么样的通信传输),
Contracts
(Service提供了哪些功能)。 通信两端endpoint必须一致。
·
2015-11-13 18:35
WCF
DataSet在WCF中怎么办?
http://java.sun.com/webservices/reference/tutorials/wsit/doc/DataBinding.html Data
Contracts
·
2015-11-13 18:58
Data
5.WCF 实例
System.Linq; using System.Text; using System.ServiceModel; namespace Rhythmk.
Contracts
·
2015-11-13 12:50
WCF
4.WCF事务【Transaction】
契约: namespace Rhythmk.
Contracts
{ [ServiceContract(Namespace = " http://wwww.wangkun.com
·
2015-11-13 12:50
transaction
3.WCF会话状态
项目结构: Rhythmk.
Contracts
//契约 Rhythmk.Services //服务 Rhythmk.WCFSvc // 服务寄宿 Rhythmk.test //测试 ----
·
2015-11-13 12:49
WCF
2.WCF 同步 异步
2.WCF 同步 异步 using System.ServiceModel; namespace Rhythmk.
Contracts
{ [ServiceContract
·
2015-11-13 12:48
WCF
1.简单的WCF模型
1.结构 2.契约: using System.ServiceModel; using Rhythmk.Entity; namespace Rhythmk.
Contracts
·
2015-11-13 12:48
WCF
Junit学习(二):代码测试的策略
一、如何编写可测试的代码: 1、公共的API就是契约(public api are
contracts
):为了保证程序向后兼容能力,永远不要修改public方法的签名。
·
2015-11-13 01:54
JUnit
Implementing Service
Contracts
Implementing Service
Contracts
A service is a class that exposes functionality available to clients
·
2015-11-12 19:35
service
Designing Service
Contracts
Designing Service
Contracts
This topic describes what service
contracts
are, how they are defined
·
2015-11-12 19:27
service
Using Data
Contracts
Using Data
Contracts
A data contract is a formal agreement between a service and a client that
·
2015-11-12 19:27
Data
Laravel5.1学习笔记13 系统架构5 Contract
例如,Illuminate\
Contracts
\Queue\Queue contract 定义了实现队列任务所需实现的方法,而 Illuminate\
Contracts
\M
·
2015-11-12 12:34
laravel
WCF入门(一)——基本知识
主要内容 1.地址(addresses) 2.契约(
contracts
)  
·
2015-11-11 17:41
WCF
WCF走你~一个简单的例子,根据用户ID,从用户模块(用户服务器)获得实体
今天主要是一个例子,从用户服务器,根据指定用户ID,还回它的用户实体,即,用户模块的代码是写好的,可以供其它项目,业务去调用,提供一个开放的服务平台,先看一下结构图 在WCF Service文件夹中,
Contracts
·
2015-11-11 15:41
WCF
Chapter2 Service
Contracts
and Data
Contracts
WSDL:WEB SERVICE DESCRIPTION LANGUAGE 1.SERVICE
CONTRACTS
The service contract further defines the
·
2015-11-11 14:04
service
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他