登录
首页 » Java » SimpleBrowser_V1.0

SimpleBrowser_V1.0

于 2014-03-22 发布 文件大小:125KB
0 38
下载积分: 1 下载次数: 20

代码说明:

  这是一个简单的 android 浏览器,带书签,历史记录功能,通过SQLITE数据库实现读写操作。(This is a simple android web browser application ,have some function For example bookmark, history.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • CH06
    android开发的一些例子很好用的非常好用真的好用哦(Some examples of good android developer with a very handy and easy to use Oh really)
    2013-08-27 09:25:35下载
    积分:1
  • Android_Gadget_CDC_driver
    android gadget driver
    2019-05-23 14:07:34下载
    积分:1
  • android 自定义Spinner源码实现
    android 自定义Spinner源码实现
    2015-04-22下载
    积分:1
  • 基于MVC的简易电子商务网站
    资源描述这是在MyEclipse下开发的WebProject源码,实现了登录,注册,用户管理,购物车,订单管理以及登出等操作。除此之外,该项目严格按照MVC架构来开发,实现了分页,模糊查询等功能,是初学者良好的学习材料和资源。
    2023-06-20 19:00:03下载
    积分:1
  • 远程视频监控
    【核心代码】 public interface CameraSource {  static final String LOG_TAG = "camera";  /**  * Open the camera source for subsequent use via calls to capture().  *   * @return true if the camera source was successfully opened.  */  boolean open();  /**  * Close the camera source. Calling close on a closed CameraSource is  * permitted but has no effect. The camera source may be reopened after  * being closed.  */  void close();  /**  * The width of the captured image.  *   * @return the width of the capture in pixels  */  int getWidth();  /**  * The height of the captured image.  *   * @return the height of the capture in pixels  */  int getHeight();  /**  * Attempts to render the current camera view onto the supplied canvas.  * The capture will be rendered into the rectangle (0,0,width,height).  * Outstanding transformations on the canvas may alter this.  *   * @param canvas the canvas to which the captured pixel data will be written  * @return true iff a frame was successfully written to the canvas  */  boolean capture(Canvas canvas);  boolean saveImage(String savePath, String fileName); }
    2013-12-04下载
    积分:1
  • win7 64 bit 系统,java ee 上传组件
    win7 64 bit 系统,java ee 开发上传组件,节省代码,就可以实现文件上传
    2023-03-28 18:10:03下载
    积分:1
  • CameraDemo
    基于android手机的远程视频监控简单客户端程序(a simple Client program for video streaming System Based on Android)
    2014-06-19 11:14:40下载
    积分:1
  • 测mina tcp效率较完整项目,部署到linux上
    应用背景使用两个linux机器,测试用例: 1:模拟100个客户端同时发送1000tcp包,服务器响应的最长时间。 2:模拟500个客户端同时发送1000tcp包,服务器响应的最长时间。 使用3台linux服务器,部署项目测试用例: 1:2个机器做客户端,分别同时模拟100客户端,同时发送1000tcp包,测试mina响应的最长时间。 模拟客户端数和发送的包数可以灵活设置。 关键技术 public void sessionOpened(IoSession session) { if (!v.contains(session.getId())) v.add(session.getId()); final IoSession session1 = session; final Long port = session1.getId(); if (clientSessionCounts.get(port) == null) { clientSessionCounts.put(port, new AtomicInteger(0)); } System.out.println("created sessions - " + v.size()); try { /* * Timer timer = new Timer(); timer.schedule(new TimerTask() { * * @Override public void run() { session1.write("
    2022-03-12 22:41:44下载
    积分:1
  • js省市区联动
    方便,利用省市区联动,不需要建立数据库,直接执行省市区联动,方便,各种联动查
    2022-04-22 12:10:29下载
    积分:1
  • 汽车电池监控系统
    监控汽车电池的嵌入式应用程序,非常好用的程序,电池管理系统不仅要监测混合动力汽车电池的充放电电流、总电压和剩余电量SOC,还要预测电池的功率强度,以便监控电池的使用状况,并且不对电池造成伤害
    2019-03-27下载
    积分:1
  • 696524资源总数
  • 103978会员总数
  • 64今日下载