A brief review of Database Database (DB): an organised collection of data Relational DBs (first published by Edgar F. Codd (IBM) in 1970) store data i ...
分类:
数据库 时间:
2017-12-16 23:04:52
阅读次数:
228
程序思路: 用微信自带组件swiper来实现轮播图 用豆瓣提供的api(这里使用的电影api)来获取最近的电影数据【豆瓣api地址】 获取数据用微信的request方法,只需要提供豆瓣api的url链接,就能够get到数据 用setData()方法来将数据存进对应的page里面,在视图层(html) ...
分类:
微信 时间:
2017-12-16 12:54:25
阅读次数:
305
Dbutils 官网http://commons.apache.org/proper/commons-dbutils/ 结合我个人写的JDBCUtils 写的 Dbutils 的使用demo . JDBCUtils 传送门:http://www.cnblogs.com/wwcherish/p/803 ...
分类:
数据库 时间:
2017-12-14 15:55:18
阅读次数:
165
情景描述: 从一个名为“My”的组件点击进去,进入一个列表(该列表内容为webView中内容),其中一个webView也可以点击进入详情页(也为webView),但是如果对导航栏不做任何处理,直接点击返回按钮,便会直接从详情页跳转至最顶层页面,而返回不到该列表内容页;很显然这并非我们想要的效果,于是... ...
分类:
Web程序 时间:
2017-12-14 12:01:00
阅读次数:
227
Caught: java.sql.SQLException: Io 异常: Got minus one from a read call 使用JDBC连接Oracle时,多次出现上述错误,后来去网上找了下,基本提供的方法有这么几种: 1:数据库连接满了,扩大数据库连接池 2:所登录的机子IP不在sq ...
分类:
其他好文 时间:
2017-12-14 04:03:16
阅读次数:
142
Follow up for "Search in Rotated Sorted Array":What if duplicates are allowed?Would this affect the run-time complexity? How and why?Write a function ...
分类:
其他好文 时间:
2017-12-13 11:34:37
阅读次数:
145
//练习二 电影列表(网络请求数据)/** 展示电影列表* 逻辑:* 未获得数据时:显示等待页面* 获得数据时: 显示电影列表页面** 需要给state添加一个属性,用于记录下载状态** http://raw.githubusercontent.com/facebook/react-native/m ...
分类:
其他好文 时间:
2017-12-13 02:16:46
阅读次数:
135
I don't think this is a hard problem. It is easy to figure out the walk pattern. Anyway...Walk patterns: If out of bottom border (row >= m) then row = ...
分类:
其他好文 时间:
2017-12-13 02:02:38
阅读次数:
157
1、导入mybaits jar包 手动导入mybaits github 下载地址 https://github.com/mybatis/mybatis-3/ maven导入依赖 <!-- https://mvnrepository.com/artifact/org.mybatis/mybatis - ...
分类:
其他好文 时间:
2017-12-12 22:12:59
阅读次数:
214
2001: [Hnoi2010]City 城市建设 Description PS国是一个拥有诸多城市的大国,国王Louis为城市的交通建设可谓绞尽脑汁。Louis可以在某些城市之间修建道路,在不同的城市之间修建道路需要不同的花费。Louis希望建造最少的道路使得国内所有的城市连通。但是由于某些因素, ...
分类:
其他好文 时间:
2017-12-12 20:57:57
阅读次数:
241