一、JDBC编程
1. 使用JDBC规范
在数据库编程方面,最先使用的数据持久化技术无疑是JDBC
可以说JDBC(Java Data Base Connectivity)是学习其它数据持久化技术的基础
Java中访问数据库使用的就是JDBC,基本操作有CRUD(Create-Read-Update-Delete)...
分类:
其他好文 时间:
2014-06-11 00:38:19
阅读次数:
336
A few people have been experiencing the following
error. UPDATE: The reason for it happening is because when your browsers request
a page from us, we ...
分类:
其他好文 时间:
2014-06-10 20:51:52
阅读次数:
273
所谓独特区间就是一个数组中若某一段区间中的数值都是两两不同的,那么这个区间就是独特区间,编程要求:输入两行,第一行为输入数组的元素的个数,第二行为数组的元素,以空格区分,输出为一行,包含一个整数为最终的答案。
代码如下
#include
using namespace std;
bool fun(int*,int);
void main()
{
cout<<"please enter t...
分类:
其他好文 时间:
2014-06-10 14:09:51
阅读次数:
186
本文内容 开发环境 演示上下拉动刷新最新和加载更多 ListView 参考资料
本文演示上下拉动,刷新最新和加载更多,这个效果很常见,比如,新闻资讯类 APP,当向下拉动时,加载最新的资讯;向上拉动时,加载更多之前的。 开发环境
Windows 2008 R2 64 位 ADT V22.6.2 演示...
分类:
移动开发 时间:
2014-06-10 12:43:25
阅读次数:
274
下列语句部分是Mssql语句,不可以在access中使用。SQL分类:DDL—数据定义语言(CREATE,ALTER,DROP,DECLARE)DML—数据操纵语言(SELECT,DELETE,UPDATE,INSERT)DCL—数据控制语言(GRANT,REVOKE,COMMIT,ROLLBACK...
分类:
数据库 时间:
2014-06-10 12:33:43
阅读次数:
495
Microsoft Visual Studio Ultimate 2013 版本
12.0.30110.00 Update 1 Microsoft .NET Framework 版本 4.5.50938 已安装的版本: Ultimate
LightSwitch for Visual Studio 2...
分类:
其他好文 时间:
2014-06-10 09:49:49
阅读次数:
314
在网上找到解决方案:SolutionEnable RDP security layer in
Group Policy on the machine:Verify that the firewall allows remote desktop
connections with RDP (Port 3...
$each 配合 $addToSet :
只将不存于数组 field 中的多值加入到field中,去重
db.COLLECTION.update(
,
{
$addToSet: {
: {
$each: [ , ... ]
}
}
}
)
$each 配合 $push:
将多值压入数组 field 中,不去重
db.COLLE...
分类:
数据库 时间:
2014-06-10 06:32:12
阅读次数:
555
IntroductionThis page is a brief overview of
working with the MongoDB Java Driver.For more information about the Java API,
please refer to theonline A...
分类:
数据库 时间:
2014-06-10 00:56:32
阅读次数:
931
今天下载了一份原来来参考,却发现SDK版本偏低我没有安装用SDK
Manager却一直更新不了出现Failed to fetch URL
https://dl-ssl.google.com/android/repository/repository-6.xml, reason:
Connection...
分类:
移动开发 时间:
2014-06-09 17:48:05
阅读次数:
409