摘要:
B. Simple Game time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output One day Misha and Andrew w 阅读全文
posted @ 2017-07-25 15:03
zsychanpin
阅读(265)
评论(0)
推荐(0)
摘要:
第二章 数据组织 在数据的组织结构设计上,Laxcus严格遵循数据和数据描写叙述分离的原则。这个理念与关系数据库全然一致。在此基础上,为了保证大规模数据存取和计算的须要。我们设计了大量新的数据处理技术。同一时候出于兼顾用户使用习惯和简化数据处理的目的,继续沿用了一些关系数据库的设计和定义,当中不乏对 阅读全文
posted @ 2017-07-25 13:34
zsychanpin
阅读(298)
评论(0)
推荐(0)
摘要:
问题:链接 The count-and-say sequence is the sequence of integers beginning as follows: 1, 11, 21, 1211, 111221, ... 1 is read off as "one 1" or 11. 11 is 阅读全文
posted @ 2017-07-25 12:04
zsychanpin
阅读(128)
评论(0)
推荐(0)
摘要:
1、主题 这里我们将介绍Pycharm另外一项强力的搜索导航功能。如果你希望知道某个特定的类或方法都在project中的哪些地方发挥了作用。也就是找出其全部的usages,这将是一个很巨大而繁琐的project。只是这里Pycharm会帮助我们实现。 2、准备工作 使用上一篇博客的Animals模块 阅读全文
posted @ 2017-07-25 11:30
zsychanpin
阅读(302)
评论(0)
推荐(0)
摘要:
attempt to re-open an already-closed object 字面理解,试图再次打开已经关闭的对象。这是我在操作sqlited的时候出现的错误, 我在一个activity里面对数据库进行操作。在这个acitvity生命周期结束(跳转或者其它操作)可是程序不结束时。对数据库进 阅读全文
posted @ 2017-07-25 10:57
zsychanpin
阅读(1988)
评论(0)
推荐(0)
摘要:
_________________________________________________________________________________________________________________________________ 批处理(dir/a/s/b) 例:某文件 阅读全文
posted @ 2017-07-25 10:04
zsychanpin
阅读(2159)
评论(0)
推荐(0)
摘要:
swift的函数在swift2中的使用改变了不少 /** *param: personName 參数 *returns: String为返回值 */ func sayHello(personName: String) -> String { return "Hello " + personName; 阅读全文
posted @ 2017-07-25 09:00
zsychanpin
阅读(166)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2017-07-24 21:15
zsychanpin
阅读(153)
评论(0)
推荐(0)
摘要:
iOS下Property list能够存储的数据类型 Property list types and their various representations Abstract type XML element Cocoa class Core Foundation type array <arr 阅读全文
posted @ 2017-07-24 19:35
zsychanpin
阅读(145)
评论(0)
推荐(0)
摘要:
Jenkins download: http://jenkins-ci.org/ jdk version:jdk-7u45-linux-x64.tar.gz tomcat version:apache-tomcat-7.0.62.tar.gz OS: rhel7.0_x64 1. install j 阅读全文
posted @ 2017-07-24 18:55
zsychanpin
阅读(242)
评论(0)
推荐(0)
浙公网安备 33010602011771号