摘要: 1.运行效果图 2.swift 代码的实现 import UIKit class RefreshWebViewController: UIViewController,UIScrollViewDelegate,UIWebViewDelegate{ @IBOutlet weak var webView 阅读全文
posted @ 2016-11-16 18:46 猿哥爱码 阅读(2192) 评论(0) 推荐(0)
摘要: 一、自定义圆形进度条样式1.在安卓项目drawable目录下新建一个xml文件如下:<?xml version="1.0" encoding="utf-8"?> <rotate xmlns:android="http://schemas.android.com/apk/res/android" an 阅读全文
posted @ 2016-07-31 11:43 猿哥爱码 阅读(12398) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>测试</titl 阅读全文
posted @ 2016-07-31 10:17 猿哥爱码 阅读(1298) 评论(0) 推荐(0)
摘要: 项目明明是没有问题的,有时候突然就出现Error: Default Activity Not Found错误,以前出现过我重新安装了android studio 都没有用,后来在网上(http://stackoverflow.com/questions/15825081/error-default- 阅读全文
posted @ 2016-06-22 22:15 猿哥爱码 阅读(1382) 评论(0) 推荐(0)
摘要: 一.建立实体类1.文件实体类package com.example.zjw.myapplication.dao;import java.io.Serializable;/** * 预下载文件实体类 * Created by Administrator on 2016/6/20. */public class FileInfo implements Serializable { //文件id ... 阅读全文
posted @ 2016-06-21 10:52 猿哥爱码 阅读(3093) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Text;using System.Drawing;using System.IO; namespace 验证码 阅读全文
posted @ 2016-06-10 11:29 猿哥爱码 阅读(1198) 评论(0) 推荐(0)
摘要: 一个基于c#的点对点局域网文件传输小案例,运行效果截图 //界面窗体 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;us 阅读全文
posted @ 2016-04-12 22:48 猿哥爱码 阅读(5866) 评论(3) 推荐(0)
摘要: //http请求工具类 using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Net;using System.Text;using System.Threading. 阅读全文
posted @ 2016-03-31 16:29 猿哥爱码 阅读(3028) 评论(0) 推荐(0)
摘要: 1.需要下载IrisSkin4.dll或者IrisSkin2.dll和ssk皮肤文件。 2.添加引用IrisSkin4.dll或者IrisSkin2.dll到项目中,将下载好的ssk皮肤文件复制到项目中。 3.c#Main修改成如下 /// <summary> /// 应用程序的主入口点。 /// 阅读全文
posted @ 2016-03-16 21:33 猿哥爱码 阅读(5516) 评论(2) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace 内部类Demo{ class Program { sta 阅读全文
posted @ 2016-03-07 13:43 猿哥爱码 阅读(3427) 评论(0) 推荐(0)