1.多语言通过行为Behavior支持/ThinkPHP/Library/Behavior/CheckLangBehavior.class.php2.语言包一共有4种,后定义的要覆盖先定义的(类似配置文件Config.php覆盖/ThinkPHP/Conf/convention.php)3.在config.php里面开启多语言支持‘LANG_SWITCH_ON‘=>true,//开启语言包功能
‘L..
分类:
编程语言 时间:
2016-10-25 03:23:57
阅读次数:
135
微信的异步通知接口应该是能暴漏给外面的,这样微信的服务器才能正常访问你这个接口。 一般在微信里面都需要先获取用户信息,于是在behavior函数里面都有get_code()函数,就是服务号通过access_token换取用户信息例如openid; 但在异步通知接口前不要有get_code(),否则会 ...
分类:
微信 时间:
2016-10-20 12:14:13
阅读次数:
288
Typescript classes make inheritance much easier to write and understand. In this lesson we look into how to set up inheritance with Typescript classes ...
分类:
其他好文 时间:
2016-10-14 07:36:24
阅读次数:
154
1.Web标准不是某一个标准,而是一系列标准的集合。出来网页内容之外,网页主要由三部分组成:结构(Structure)、表现(Presenttation)和行为(Behavior)。对应的标准也分三方面:结构化标准语言主要包括XHTML和XML,表现标准语言主要包括CSS,行为标准主要包括对象模型。 ...
分类:
Web程序 时间:
2016-10-14 00:11:21
阅读次数:
217
<marquee>知识点 现在这个标签不主张使用,因为不符合w3c标准(结构、样式、行为)功能性分离。 1.behavior滚动的方式 【alternate】:表示在两端之间来回滚动 【scroll】:表示由一端滚动到另一端,会重复 【slide】:表示由一端滚动到另一端,不会重复 2.direct ...
分类:
编程语言 时间:
2016-10-12 16:53:53
阅读次数:
294
In JavaScript, many libraries use string arguments to change behavior. In this lesson we learn how Typescript catches string related errors at compile ...
分类:
其他好文 时间:
2016-10-09 07:22:42
阅读次数:
196
Each time you use the Async Pipe, you create a new subscription to the stream in the template. This can cause undesired behavior especially when netwo ...
分类:
其他好文 时间:
2016-10-02 06:52:22
阅读次数:
187
工作空间是一个非常方便的功能,可以让开发者每次只聚焦一个屏幕,又能在各个空间中来回切换。有一种屏幕被扩展的感觉。 Kbuntu默认只有一个工作空间,需要按如下方式添加: System settings --> Workspace --> Desktop Behavior --> Virtual De ...
分类:
其他好文 时间:
2016-10-02 00:40:31
阅读次数:
145
想把界面全部设置成这样的深色系只需要几步File|Settings|Appearance&Behavior|AppearanceUIOptionsTheme:Darcula你还可以去官网下载更多的主题。phpstorm主题
分类:
Web程序 时间:
2016-09-29 22:34:45
阅读次数:
185
1 field is changed fanuction's parameter 2 behavior is changed lambda for java8 3 block of codes class and extends and someting/design code~ it is so ...
分类:
其他好文 时间:
2016-09-24 09:14:14
阅读次数:
189