可使用:t命令检测表达式类型。 明确的类型首字母必大写。一、Types Char Bool Int(有界,与Integer类型对比效率高) Integer(无界,与Int类型对比效率低) Float Double Tuple的类型取决于长度和其中元素的类型。 List的类型只取...
分类:
其他好文 时间:
2015-10-21 21:10:48
阅读次数:
222
以下为nginx.conf 的配置user root root;worker_processes 1;events { worker_connections 1024;}http { include mime.types; default_type applica...
分类:
其他好文 时间:
2015-10-20 17:42:21
阅读次数:
145
Could not commit JPA transaction; nested exception is javax.persistence.RollbackException@Scope("prototype")
分类:
编程语言 时间:
2015-10-19 19:26:21
阅读次数:
1178
主机接口 zllSocCmd.h (ZLL的Socket主机接口) 此模块包含ZLL的Socket主机接口API。其包含的函数方法在zllSocCmd.c中实现 ZLL Soc Types 定义了描述设备的数据结构以及CC253x传送来消息时主机应用程序注册的回调函数 // Endpoint inf...
分类:
其他好文 时间:
2015-10-17 22:16:54
阅读次数:
341
app间的跳转一:在第一个app首先要做下面这些操作;1、在info.plist文件中的Information Property List下添加一项:URL types。2、点开URL types下的item 0,再点开item 0,将item 0下的URL identifier改为URL Sche...
分类:
移动开发 时间:
2015-10-17 19:10:44
阅读次数:
220
express 对于include的代码默认不处理,直接输出,没办法执行include的内容,但可以通过Nginx实现。1、 配置nginx设置开启ssi模式。server { … ssi on; ssi_silent_errors on; ssi_types text/sh...
分类:
Web程序 时间:
2015-10-17 14:41:44
阅读次数:
1375
使用eclipse进行开发,尤其是团队开发,编码规范很重要:如何配置注释的格式:eclipse—windows—preferences-java—codeStle-CodeTemplate-Comments进行配置即可types如何配置:是配置类的说明/***<p>${todo}(这里用一句话描述这个类的作用)</p>*<p>日期:$..
分类:
系统相关 时间:
2015-10-16 19:07:02
阅读次数:
273
warehouse_db=# create table item (item_id integer not null,item_name text,item_price numeric,item_data text);CREATE TABLEwarehouse_db=# create index i...
分类:
数据库 时间:
2015-10-16 16:51:36
阅读次数:
320
1.在用户第一次进入进入程序时,需要对app打开推送1 if([[UIApplication sharedApplication]currentUserNotificationSettings].types == UIUserNotificationTypeNone)2 {3 ...
分类:
其他好文 时间:
2015-10-15 18:41:34
阅读次数:
189
Learn how Immutable.js data structures are different from native iterable Javascript data types and why they provide an excellent foundation on which ...
分类:
移动开发 时间:
2015-10-15 06:23:18
阅读次数:
242