之前,在 [Erlang 0126] 我们读过的Erlang论文提到过下面这篇论文:On Preserving Term Sharing in the Erlang Virtual Machine地址:http://user.it.uu.se/~kostis/Papers/erlang12_shar...
分类:
其他好文 时间:
2014-10-23 20:36:25
阅读次数:
200
在使用pd时发现生成的语句中没有行注释,这样就得手动来加这些注释,后来在网上找了一些方法,确实得到了解决,分享一下。
在Database-->edit Current DBMS...
设置dbms的属性,找到mysql5.0-->script-->objects-->column-->add
把原来的内容:
%20:COLUMN% [%National%?national ...
分类:
数据库 时间:
2014-10-23 17:48:05
阅读次数:
177
Problem Description
Hatsune Miku is a popular virtual singer. It is very popular in both Japan and China. Basically it is a computer software that allows you to compose a song on your own using the...
分类:
其他好文 时间:
2014-10-23 17:38:28
阅读次数:
159
概括:部署SUS以支持多个VLANs,uplink启用LACP以聚合链路。上联SwitchPort配置VLANTrunk或者VLANtagging需求:1个C70002个Flex-10或者FlexFabric模块安装在互联模块Bay1、Bay2之上。2个VC-FC(FibreChannel)模块安装在互联模块Bay5、Bay6之上1个BL460G8服务器(LOM支持Flex-10..
分类:
其他好文 时间:
2014-10-23 12:42:41
阅读次数:
333
Hatsune Miku
Problem Description
Hatsune Miku is a popular virtual singer. It is very popular in both Japan and China. Basically it is a computer software that allows you to compose a song on yo...
分类:
其他好文 时间:
2014-10-23 10:40:49
阅读次数:
384
1.错误提示: mysql的Data truncation: Data too long for column 'path' at row 1错误原因: 1.字段过长而导致出错的, 2. 可能是因为数据库里的表设置的字符集不相同。解决办法: varchar(10) ——>varchar...
分类:
数据库 时间:
2014-10-22 21:37:43
阅读次数:
433
本周内:select * from wap_content where week(created_at) = week(now)查询一天:select * from table where to_days(column_time) = to_days(now());select * from tab...
分类:
数据库 时间:
2014-10-22 20:16:58
阅读次数:
214
一、Virtual方法(虚方法)virtual 关键字用于在基类中修饰方法。virtual的使用会有两种情况:情况1:在基类中定义了virtual方法,但在派生类中没有重写该虚方法。那么在对派生类实例的调用中,该虚方法使用的是基类定义的方法。情况2:在基类中定义了virtual方法,然后在派生类中使...
分类:
Web程序 时间:
2014-10-22 19:48:42
阅读次数:
262
@Entity声明entity@Table(name="student")对应数据库中的表@Column(name="sudentname",length=10)privateStringstudentName;属性studentname,长度10@ManyToOne@JoinColumn(name="studentid")privateStudentstudent;多对一映射,Student表示一@Length(min=1,max=1,message="")..
分类:
编程语言 时间:
2014-10-22 18:29:04
阅读次数:
331