Today is saturday. I wasted a lot of time. I watched 2 episodes of one piece and player 1 round Strom Heros.I finished the two paper and almost finish...
分类:
其他好文 时间:
2015-03-01 00:20:35
阅读次数:
167
Today I almost finished the sequence to sequence learning code. But there are still errors in gradient check. There are less error than I excepted:) H...
分类:
其他好文 时间:
2015-02-13 01:30:40
阅读次数:
212
今天下午对于一个项目文件进行管理时出现错误,具体显示如下:svn: E155037: Previous operation has not finished; run 'cleanup' if it was interrupted那么到底是什么原因导致这个错误的?自己管理项目时修改如下:1. Tor...
分类:
其他好文 时间:
2015-02-05 20:05:07
阅读次数:
355
[INFO] BUILD FAILURE[INFO] ------------------------------------------------------------------------[INFO] Total time: 3.608s[INFO] Finished at: Thu Fe...
分类:
编程语言 时间:
2015-02-05 13:28:32
阅读次数:
264
反转项目+SSH详细配置过程(每步截图)
一、创建DataSource
1.配置连接数据库的一些基本动作
2.注意:选择第三项,然后点击Add
点击Add后出现如下图,选择你要导入的数据库
3.Finished
二、新建Web Project
注意:Target runtime 选这个,而不是Tomcat 7.0
三、添加struts能力...
分类:
其他好文 时间:
2015-01-19 23:40:14
阅读次数:
459
安装django前要先安装setuptools先安装一些必要的包,否则会报错:Python build finished, but the necessary bits to build these modules were not found#yum install -y sqlite bzip2...
分类:
其他好文 时间:
2015-01-19 12:18:21
阅读次数:
214
一、基础动画:
(1)、Block方式:
[UIView animateWithDuration:3.0 delay:0 options:UIViewAnimationOptionCurveLinear animations:^{
_imgView.center=location;
} completion:^(BOOL finished) {
...
分类:
其他好文 时间:
2015-01-13 17:43:54
阅读次数:
255
public class CalendaerCollectItem{ public int ID { get; set; } public string Name { get; set; } public int Finished { get; set; } public i...
分类:
其他好文 时间:
2015-01-08 17:26:11
阅读次数:
144
有两张表T1,T2,表结构和数据如下:
create table t1 (
id int
);
create table t2 (
id int,
finished int
);
insert into t1 values (1);
insert into t1 values (2);
insert into t1 values (3);
insert into t1 value...
分类:
数据库 时间:
2015-01-07 13:11:50
阅读次数:
164
之前一直不知道这2种状态到底有什么不同。支付宝中担保交易和即时到账交易对其的描述为:TRADE_SUCCESS 交易成功(或支付成功)TRADE_FINISHED 交易完成一头雾水。。。。。。OK,找例子来说明吧:例子一:即时到账普通版。 普通版不支持支付完成后的退款操作,即用户充值完成后,该交.....
分类:
其他好文 时间:
2014-12-23 12:02:56
阅读次数:
150