摘要:
from http://blog.csdn.net/liliang497/article/details/8308313主要函数public voidsetRemoteAdapter(int appWidgetId, int viewId, Intent intent)当在widgets中使用集合(比如说ListView, StackView等等),在单独的一个条目中设置PendingIntents是非常浪费的,并且是不被允许的。然而一个单独的PendingIntents模板可以设置在集合里,参见setPendingIntentTemplate(int, PendingIntent),并且一个 阅读全文
摘要:
package com.mvc.model.dao;import com.mvc.model.daoutil.DBConn;import com.mvc.model.entity.Blog; 这是连接的代码:package com.mvc.model.daoutil ;import java.sql.Connection;import java.sql.DriverManager;import java.sql.PreparedStatement;import java.sql.ResultSet;import java.sql.SQLException;import java.sql.Sta 阅读全文